Regions
Clio has separate app instances for its US, Canadian, EMEA, and Australian customers. Integrations with Clio products are local to the regional instance – you can't, for example, create a US integration and have it work for Canadian Clio customers. Regions are specified by prefixes for all URLs to Clio products, APIs, and developer portals.
Which base URL should I use for EU, CA, or AU customers?
The base URL must match the region of the Clio account you are connecting to. A token issued in one region is not valid against another region's API.
| Region | Clio Manage API | Clio Platform API |
|---|---|---|
| US | https://app.clio.com/api/v4 | https://api.clio.com |
| EU | https://eu.app.clio.com/api/v4 | https://eu.api.clio.com |
| CA | https://ca.app.clio.com/api/v4 | https://ca.api.clio.com |
| AU | https://au.app.clio.com/api/v4 | https://au.api.clio.com |
If your app serves customers in multiple regions, you must determine the user's region at authorization time (typically by asking them) and store it alongside their token. Full URL lists for all developer portals and OAuth endpoints are below.
Clio Platform
The Clio Platform developer portal regional URLs are as follows:
- US: https://developers.api.clio.com
- EU: https://eu.developers.api.clio.com
- CA: https://ca.developers.api.clio.com
- AU: https://au.developers.api.clio.com
The Clio Platform API regional URLs are as follows:
- US: https://api.clio.com
- EU: https://eu.api.clio.com
- CA: https://ca.api.clio.com
- AU: https://au.api.clio.com
The Clio Platform OAuth regional URLs are as follows:
- US: https://auth.api.clio.com
- EU: https://eu.auth.api.clio.com
- CA: https://ca.auth.api.clio.com
- AU: https://au.auth.api.clio.com
Clio Manage
The Clio Manage developer portal regional URLs are as follows:
- US: https://developers.clio.com
- EU: https://eu.developers.clio.com
- CA: https://ca.developers.clio.com
- AU: https://au.developers.clio.com
The Clio Manage API regional URLs are as follows: