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
This is the client id generated from your API credentials in your account.
"string"
This is the secret key generated from your API credentials in your account.
Ok.
"true"
"Credentials verified successfully."
Show child attributes