post https://api.classifyit.co/oauth/token/
Oauth token generation endpoint
Use this API to generate an access token that can be used rest of the APIs.
Auth Credentials
As mentioned, you need these 4 credentials to retrieve a token from this API:
username
password
client_id
client_secret
Please get in touch with your customer success representative to fetch this information.
Please note
/oauth/token/
endpoint accepts data as a POST form and not a json dump unlike rest of the APIs below
Test field values
Field | Value |
---|---|
client_id | test_client_id |
client_secret | test_client_secret |
grant_type | password |
password | test_api_user |
username | test_api_user |