# OAuth Access Tokens

OAuth Access Tokens are **short-lived** (they expire in 24 hours) and they are **tied to a specific user's set of permissions**.

CARTO APIs are securitized by [OAuth 2.0](https://auth0.com/docs/authenticate/protocols/oauth), using an OAuth Access Token you'll be able to do operations and call our APIs on behalf of a given user, but you're expected to have a mechanism to renew this allowance.

### How to get an OAuth Access Token

To get an OAuth Access Token, you need to create and use an [OAuth Client](https://docs.carto.com/carto-for-developers/key-concepts/authentication-methods/applications)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.carto.com/carto-for-developers/key-concepts/authentication-methods/oauth-access-tokens.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
