POST
/
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

application/x-www-form-urlencoded
client_id
string
required

ClientID is the optional client ID.

client_secret
string
required

ClientSecret is the client secret ID provided to the customer during onboarding.

grant_type
string
required

GrantType only allows option: client_credentials.

Response

200 - application/json
access_token
string
required

AccessToken returns the access token as a string.

expires_in
integer
required

ExpiresIn returns the lifetime of the token in seconds.

token_type
string
required

TokenType returns the type of token.

refresh_expires_in
integer

RefreshExpiresIn returns the lifetime of the token in seconds. Not currently supported.

refresh_token
string

RefreshToken returns the refresh token as a string. Not currently supported.