cURL
curl --request GET \ --url https://{deployment}.convex.site/v1/projects/{projectId}/tokens
{ "tokens": [ { "tokenId": "tok_abc", "label": "CI Pipeline", "permissions": "read", "lastUsedAt": 1739712000000, "createdAt": 1739712000000 } ] }
List all API tokens for a project. Requires a WorkOS user session.
1
"proj_abc123"
Successfully retrieved API tokens
Show child attributes