Postman Collections
The Postman collection includes every REST endpoint with example requests, so you can explore the API and prototype integrations without writing code first.
Importing the collection#
- Download the collection and environment from the Documentation downloads.
- In Postman, choose Import and select both files.
- Set
base_urlandtokenin the environment.
Environment variables#
base_url = https://applicare.yourco.com
token = {{your API token}}Create a scoped, read-only API token for exploration so nothing can be changed by accident.
From Postman to code#
Once a request works in Postman, use its built-in Code generator to produce a snippet in your language, then move to an official SDK for anything beyond a one-off.
Was this page helpful?
Can't find what you need?
Ask ArcIn or reach our support engineers.