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