Authentication
Testing
POST
https://access.uat-api.wellnessliving.io/oauth2/token
application/x-www-form-urlencoded
, containing the necessary authentication parameters.Request Body
Response
200 OK
status with a Content-Type
of application/json
. The response body will contain the access token, its expiration duration, and the token type.{
"access_token": "JTW.Token...",
"expires_in": 3600,
"token_type": "Bearer"
}
Request
Body Params application/x-www-form-urlencoded
client_id
string
required
Example:
{{client_id}}
client_secret
string
required
Example:
{{client_secret}}
grant_type
string
required
Example:
client_credentials