Request OAuth token.
Send this request to request the OAuth token.
Welcome to the Prove Platform documentation. This documentation applies if you use the client-side SDK and Prove Platform APIs.
For access to classic documentation, contact support@prove.com
or your Prove representative.
Body
ClientID is the optional client ID.
"customer_id"
ClientSecret is the client secret ID provided to the customer during onboarding.
"secret"
GrantType only allows option: client_credentials
.
"client_credentials"
Response
AccessToken returns the access token as a string.
"eyJ..."
ExpiresIn returns the lifetime of the token in seconds.
3600
TokenType returns the type of token.
"Bearer"
RefreshExpiresIn returns the lifetime of the token in seconds. Not currently supported.
3600
RefreshToken returns the refresh token as a string. Not currently supported.
"eyJ..."