Use the following base URLs when integrating:
https://platform.uat.proveapis.com - North America Sandbox Environmenthttps://platform.proveapis.com - North America Production EnvironmentBody
application/x-www-form-urlencoded
The client ID retrieved from the Developer Portal.
Example:
"customer_id"
The client secret retrieved from the Developer Portal.
Example:
"secret"
The grant type. This field only accepts client_credentials.
Example:
"client_credentials"
Response
Successful request.
The access token used to authenticate API calls.
Example:
"eyJ..."
The lifetime of the token in seconds.
Example:
3600
The type of token.
Example:
"Bearer"
The lifetime of the refresh token in seconds. Not currently supported.
Example:
3600
The token used to refresh the expiration time. Not currently supported.
Example:
"eyJ..."

