Authentication
User authentication
To use all API of OnCaller, you need to authenticate with your user credentials or contact us to get API secret key.
Login with User/ Password
POST
https://{yoursubdomain}.oncaller.asia/api/v1/auth/login
Path Parameters
Name
Type
Description
password
string
User password
string
User email
Client Authentication
POST
https://{yoursubdomain}.oncaller.asia/api/v1/oauth/token
Authenticate with Client credentials
Request Body
Name
Type
Description
client_id
string
Client ID
client_secret
string
Client Secret key
grant_type
string
client_credentials
Last updated
Was this helpful?