curl --request GET \
--url https://sandbox-api.kotanipay.com/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",
"webhook_url": "https://example.com/kotani/webhooks",
"webhook_events": [
"transaction.deposit.status.updated",
"payment.confirmed"
]
}
}This endpoint is used to retrieve an integrator details
curl --request GET \
--url https://sandbox-api.kotanipay.com/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",
"webhook_url": "https://example.com/kotani/webhooks",
"webhook_events": [
"transaction.deposit.status.updated",
"payment.confirmed"
]
}
}