Prove® Platform API Reference
Request OAuth token.
Send this request to request the OAuth token.
POST
Welcome to the Prove® Platform documentation! This documentation applies only if you use the client-side SDK and Prove® Platform APIs.
For access to classic documentation, please contact support@prove.com or your Prove representative.
Body
application/x-www-form-urlencoded
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
200
application/json
Successful request.
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.