cURL
curl --request POST \ --url https://dev.users.niobi.co/api/integration/get-token \ --header 'Content-Type: application/json' \ --data '{ "client_id": "string", "secret_key": "string" }'
{ "success": "true", "message": "Credentials verified successfully.", "data": { "token": "123|abc*************************" } }
need to get bearer token first to use niobi payment api
Pass payment data
The body is of type object.
object
Ok.
The response is of type object.