cURL
curl --request GET \ --url https://api-sandbox.pavewaygroup.com/v1/customers/{id} \ --header 'Authorization: Bearer <token>'
{ "status_code": 200, "response_type": "success", "data": { "id": "658dc...", "firstname": "John", "lastname": "Doe", "email": "[email protected]", "phone": "237612345678", "balance": 0, "active": true, "created_at": 1704873600, "billing": [ { "name": "John Doe", "email": "[email protected]", "phone": "237612345678", "address": { "line1": "123 Main St", "city": "Douala", "country": "CM" } } ] } }
Retrieve detailed information about a specific customer.
Authorization