March 23rd, 2026

API endpoints for API Token management

You can now manage API tokens programmatically using five new endpoints — no UI required.

For instance, this allows you to provision sending tokens per customer at signup, automate token rotation without interrupting production, or give AI agents isolated credentials.

Available endpoints:

  • List API tokens – Returns all API tokens visible to the current API token.

  • Create API token – Creates a new API token for the account with the given name and resource permissions.

  • Get API token – Returns a single API token by id.

  • Delete API token – Permanently deletes an API token.

  • Reset API token – Rotate a token: the old one expires after a short grace period and the new one inherits the same scope and permissions.

The full token lifecycle is covered: from creation to rotation, and each endpoint is scoped to a specific account, project, sandbox, or sending domain.

For more details, please consult the official API documentation.