Step 4: Call API Endpoints
Now that you have a valid access_token, you can start using the ParqEx API. To make an authenticated request of one of the ParqEx API endpoints, the Authorization
header must be supplied:
where <ACCESS_TOKEN>
is a valid access token for the given user. The Beam service will return with a JSON response.
Hint: All Beam API endpoints accept JSON bodies in the request and/or return JSON bodies in the responses.
Using a prototype tool to test? If you are using a tool, such as POSTMAN to test, read Using RESTful Tools section for known issues.
Last updated