> ## Documentation Index
> Fetch the complete documentation index at: https://docs-staging-quickstart-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Learn about Auth0's Management and Authentication APIs.

# Auth0 APIs

Auth0 exposes the following APIs for developers to consume in their applications.

## Authentication API

The Authentication API exposes identity functionality for Auth0 and supported identity protocols (including <Tooltip tip="OpenID: Open standard for authentication that allows applications to verify users' identities without collecting and storing login information." cta="View Glossary" href="/docs/glossary?term=OpenID">OpenID</Tooltip> Connect, <Tooltip tip="OpenID: Open standard for authentication that allows applications to verify users' identities without collecting and storing login information." cta="View Glossary" href="/docs/glossary?term=OAuth">OAuth</Tooltip>, and <Tooltip tip="OAuth 2.0: Authorization framework that defines authorization protocols and workflows." cta="View Glossary" href="/docs/glossary?term=SAML">SAML</Tooltip>).

Typically, you should consume this API through one of the Auth0 SDKs, such as [Auth0.js](/docs/libraries/auth0js), or a library like [Lock](/docs/libraries/lock). However, if you are building your authentication UI manually, you will need to call the Authentication API directly.

Some example tasks include:

* Get [tokens](/docs/secure/tokens) during authentication
* Request a user's profile using an [Access Token](/docs/secure/tokens/access-tokens)
* Exchange [Refresh Tokens](/docs/secure/tokens/refresh-tokens) for new <Tooltip tip="Access Token: Authorization credential, in the form of an opaque string or JWT, used to access an API." cta="View Glossary" href="/docs/glossary?term=Access+Tokens">Access Tokens</Tooltip>
* Request a challenge for [multi-factor authentication (MFA)](/docs/secure/multi-factor-authentication)

### API

Learn about and explore the requests and responses for the Auth0 Authentication API endpoints in your browser with the [Authentication API](https://auth0.com/docs/api/authentication).

## Management API

The <Tooltip tip="Management API: A product to allow customers to perform administrative tasks." cta="View Glossary" href="/docs/glossary?term=Management+API">Management API</Tooltip> allows you to manage your Auth0 account programmatically, so you can automate configuration of your environment. Most of the tasks you can perform in the Auth0 Management Dashboard can also be performed programmatically by using this API.

Some example tasks include:

* Register your applications and APIs with Auth0
* Set up [connections](/docs/authenticate/identity-providers) with which your users can authenticate
* [Manage users](/docs/manage-users)
* [Link user accounts](/docs/manage-users/user-accounts/user-account-linking/link-user-accounts)

### Pagination

For Public Cloud tenants, Management API endpoints return a maximum of 50 results per response. When there are more results than can be returned in a response, include the `page` and `per_page` parameters in your request to retrieve more results.

See [Migrate to Management API v2 Endpoint Paginated Queries](/docs/troubleshoot/product-lifecycle/past-migrations/migrate-to-paginated-queries) for information on updating your applications.

### API Explorer

Learn about and use the Auth0 Management API in your browser with the [Management API Explorer](https://auth0.com/docs/api/management/v2).

### Management API v1 has been deprecated

The Management API v1 is deprecated and should not be used for new projects.

Management API v1 reached its End of Life on **July 13, 2020**. You may have been required to take action before that date to ensure no interruption to your service. Notifications were sent to customers that needed to complete this migration.
