Authentication
Follow these steps to gain access to Prove APIs
Authorization for Prove endpoints is performed using an OAuth 2.0 bearer token. To generate a bearer token for the Sandbox environment, follow these steps:
Access your Developer Portal account
Login to the Developer Portal.
Navigate to the Prove solution
Navigate to Projects from the side bar.
Create a project
Select the appropriate solution, give your project a name, and then select Create Project.
View Credentials
Select your project to access your credentials.
Test Your Credentials Using cURL
Use the following example cURL request for the /token endpoint, to generate a bearer token. Replace the placeholders with your actual credentials.
Authenticate a Request
Use the bearer token in the Authorization header of your requests, replacing the placeholder with your bearer token:
Prefer Postman? Check out Prove’s API collection to try out different endpoints with preconfigured test data.