Authentication

For authentication, you will need to use the following tokens:

Tenant Token: it's the token that identifies your company in the system.
User Token: it's the token that identifies the user with the API.

To authenticate with the API you have to generate and send in the header of the request an Authentication Token. To generate the authentication token you have to encode in base 64 the Tenant Token and User Token as it follows:

generated_token = tenant_token:user_token

Authorization = Basic generated_token

You can encode it in base64 on this website https://www.base64encode.org/

Depending on the region where the servers are hosted, we have the following API endpoints:

  • America: https://api.caagcrm.com/api/
  • America 2: https://api-america-2.caagcrm.com/api-america-2/
  • America 3: https://api-america-3.caagcrm.com/api-america-3/
  • America West: https://api-america-west.caagcrm.com/api-america-west/
  • America Miami: https://api-america-miami.caagcrm.com/api-america-miami/
  • Europe: https://api-europe.caagcrm.com/api-europe/
  • Asia: https://api-asia.caagcrm.com/api-asia/

Please contact us to confirm the region of your installation

  • If your domain to access the platform ends with caagcrm.com, your region is America
  • If your domain to access the platform ends with hqrentals.app, your region is America 2
  • If your domain to access the platform ends with us3.hqrentals.app, your region is America West
  • If your domain to access the platform ends with us4.hqrentals.app, your region is America Miami
  • If your domain to access the platform ends with us5.hqrentals.app, your region is America 3
  • If your domain to access the platform ends with hqrentals.eu, your region is Europe
  • If your domain to access the platform ends with hqrentals.asia, your region is Asia