POST
/
api
/
integration
/
get-token
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*************************"
  }
}

Body

application/json
Pass payment data

The body is of type object.

Response

200
application/json
Ok.

The response is of type object.