C

Convex Management API

REST discovered

Details
URL
https://api.convex.dev/v1
Docs
https://docs.convex.dev/management-api/overview
Authentication
Team access token bearer discovered Get token ↗
Authorization: Bearer <credential>

In Team Settings → Access Tokens, create a team-scoped access token for your Convex team. The Platform APIs overview says this token is used to manage your own projects, and the Management API overview says it is sent as a Bearer token in the Authorization header.

OAuth application token oauth2 discovered Set up OAuth ↗
Authorization: Bearer <credential>

Register an OAuth application in Team Settings → OAuth Apps, then send users through the Convex OAuth authorization-code flow described in OAuth Applications. Convex provides authorization endpoints at https://dashboard.convex.dev/oauth/authorize/team and https://dashboard.convex.dev/oauth/authorize/project, and the token endpoint is https://api.convex.dev/oauth/token. The resulting application token is used as a Bearer token for the Management API.