cURL
curl --request GET \ --url https://sandbox-api.kotanipay.io/api/v3/integrator \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "The record has been successfully retrieved.", "data": { "organization": "A&B Company", "first_name": "John", "last_name": "Doe", "email": "[email protected]", "phone": "+xxx xxx xxx xxx", "id": "xxxxxxxxxxxxxxxxxxxxxxxx" } }
This endpoint is used to retrieve an integrator details
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
true
"The record has been successfully retrieved."
Show child attributes