🔑OAuth Token
Last updated
Last updated
All Valify Service APIs use standard OAuth 2.0 as an authentication mechanism. An access token expires after 10 minutes of generation by default and can be used for a limited number of trials for each service API, depending on the bundle.
To generate an access token, you need to call the following API using the credentials provided to you by Valify as follows:
POST
https://valifystage.com/api/o/token/
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Content-Type
string
application/x-www-form-urlencoded
username
string
password
string
client_id
string
client_secret
string
grant_type
string
password