cURL
curl --request GET \ --url https://api.bonifiq.com.br/v1/pvt/Customer/{id} \ --header 'Authorization: Basic <encoded-value>'
{ "ErrorMessage": "<string>", "ErrorCode": 123, "Result": { "OriginalId": "<string>", "PublicId": "<string>", "Name": "<string>", "Email": "<string>", "Phone": "<string>", "BirthdayDate": "2023-11-07T05:31:56Z", "SignupDate": "2023-11-07T05:31:56Z", "Document": "<string>", "IsEnrolled": true, "ReferralURL": "<string>", "WhatsappReferralUrl": "<string>", "CurrentTier": { "Name": "<string>", "Color": "<string>", "IconUrl": "<string>" } }, "HasError": true }
Use API Basic Auth Keys
Id from the client`s store, usually email address
Error message or description
Optional error code, if available
Show child attributes
If true the request had an error.
Was this page helpful?