cURL
curl --request POST \ --url https://api.bonifiq.com.br/v1/pvt/Affiliate/reactivate/{originalId} \ --header 'Authorization: Basic <encoded-value>'
{ "ErrorMessage": "<string>", "ErrorCode": 123, "Result": true, "HasError": true }
Use API Basic Auth Keys
Affiliate Id
BaseExternalApiResponse indicating success or error
Error message or description
Optional error code, if available
If true the request had an error.
Was this page helpful?