---
title: authentication
product: vercel
url: /docs/rest-api/authentication
canonical_url: "https://vercel.com/docs/rest-api/authentication"
last_updated: 2026-07-25
type: reference
prerequisites:
  []
related:
  - /docs/rest-api/authentication/sso-token-exchange.md
  - /docs/rest-api/authentication/list-auth-tokens.md
  - /docs/rest-api/authentication/create-an-auth-token.md
  - /docs/rest-api/authentication/get-auth-token-metadata.md
  - /docs/rest-api/authentication/delete-an-authentication-token.md
summary: Learn about authentication on Vercel.
install_vercel_plugin: npx plugins add vercel/vercel-plugin
---

# authentication

Endpoints in the authentication group of the Vercel REST API Reference.

| Method | Endpoint | Description |
|---|---|---|
| **POST** | [`/v1/integrations/sso/token`](/docs/rest-api/authentication/sso-token-exchange.md) | SSO Token Exchange |
| **GET** | [`/v6/user/tokens`](/docs/rest-api/authentication/list-auth-tokens.md) | List Auth Tokens |
| **POST** | [`/v3/user/tokens`](/docs/rest-api/authentication/create-an-auth-token.md) | Create an Auth Token |
| **GET** | [`/v5/user/tokens/{tokenId}`](/docs/rest-api/authentication/get-auth-token-metadata.md) | Get Auth Token Metadata |
| **DELETE** | [`/v3/user/tokens/{tokenId}`](/docs/rest-api/authentication/delete-an-authentication-token.md) | Delete an authentication token |

---

## Related

- [REST API overview](/docs/rest-api)

---

[View full sitemap](/docs/sitemap)
