API Access Tokens
Last updated
Was this helpful?
Last updated
Was this helpful?
API Access Tokens are the simplest method of authorization for a developer or an application to use the CARTO APIs. API Access Tokens are permanent and they are NOT tied to a specific user's set of permissions.
These tokens can be restricted to:
Use only specific
Access only specific data sources for specific
Be used only by specific websites
To create an API Access Token, go to your CARTO Workspace and navigate to the Developers section. To read more about this, check our article on .
You should use API Access Tokens if you are:
Testing any of the data-related CARTO APIs (Maps, SQL, LDS, Imports)
Testing deck.gl and other integrations
Building a import script or an ETL
Building a public application (no login required) or sharing code
Building a private application using your own login where the security access levels can still be managed manually.