v2

latestOpenAPI 3.1.0LicenseRef-Convex2026-07-264790136.4 KB
Access Tokens

Create personal access token

Creates a new personal access token for the authenticated user.

post/create_personal_access_token

Request body

namestring required

Name for the personal access token.

expiresAtinteger nullable

Timestamp in milliseconds when this personal access token will expire. Must be at least 30 minutes in the future.

Response

accessTokenstring required

The generated personal access token.