# Tokens

V5 token management.

## List API tokens

 - [GET /tokens](https://docs.stallion.ca/openapi/tokens/paths/~1tokens/get.md)

## Create an API token

 - [POST /tokens](https://docs.stallion.ca/openapi/tokens/paths/~1tokens/post.md): Creates another v5 token for the authenticated user. Use the dashboard
under Settings -> Integrations -> API to create the first token. The
full plaintext token is returned only once in plain_token; later list
responses include only token_prefix.

## Delete an API token

 - [DELETE /tokens/{id}](https://docs.stallion.ca/openapi/tokens/paths/~1tokens~1%7Bid%7D/delete.md)

