Fetch data customer

Cet endpoint permet de récupérer les informations d'un client.

GET https://api.digitalpaye.com/v1/customer/:{id}

Headers

Name
Value

X-Environment

Production

Content-Type

application/json

Authorization

Bearer <AccessToken>

Params

Name
Required
Description
Type

id

true

ID customer

String

Response

{
    "statusCode": 200,
    "message": "Successful",
    "data": {
        "id": "26b35534-3165-4143-8fff-ec2f70bb430c",
        "lastName": "GUEI",
        "firstName": "HELIE",
        "email": "[email protected]",
        "phoneNumber": "0777101308",
        "address": {
            "countryCode": "CI",
            "city": "Abidjan",
            "streetAddress": "Plateau Cocody"
        },
        "createdAt": "2024-10-11T07:07:59.000Z"
    }
}

Mis à jour

Ce contenu vous a-t-il été utile ?