1
Access your Developer Portal account
Login to the Developer Portal.
2
Navigate to the Prove solution
Navigate to Projects from the side bar.
3
Create a project
Select the appropriate solution, give your project a name, and then select Create Project.

4
View Credentials
Select your project to access your credentials.

5
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.
Request Bearer Token
Response
6
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.