Authenticate
This is authentication endpoint to authenticate users.
Authenticate User
Endpoint => /authenticate
POST
/authenticate
An admin credentials will be created and shared with you once your organization has been onboarded on our portal and all KYC activities has been.
Request Body
Name | Type | Description |
---|---|---|
user_id* | String | User Id |
password* | String | User Password |
Good to know: Upon a successful login, the API returns the user details and the authentication details which contain your bearer token and the token's expiry date.
Please use the bearer token when making calls to other method. Also, please include secret-key in your header. The secret key identify your organization
Last updated