cURL
curl --request PUT \ --url https://sandbox.inflowafrica.com/api/v1/customers/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "firstName": "<string>", "lastName": "<string>", "email": "<string>", "phone": "<string>", "isActive": true, "dateOfBirth": "2023-12-25", "gender": "<string>" } '
Documentation IndexFetch the complete documentation index at: https://docs.inflowafrica.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.inflowafrica.com/llms.txt
Use this file to discover all available pages before exploring further.
Enter your API key starting with gtw_sk_
Customer updated