In summary
To get started using the Coro API, follow these steps.
Get your credentials
Contact Coro Support for your Client ID and Client Secret. You need these to authenticate with the API and to obtain your bearer token for successful API requests.
For your credentials, contact the Coro support team.
Choose your programming language
Decide which language or environment you want to use to interrogate the Coro API.
Request your authentication token
Make a request to the oauth/token resource endpoint using your Client ID and Client Secret.
Each token is valid for 24 hours.
Start using the API
Make requests to the Coro API using your token as authentication of your identity.