Get anon key (deprecated)
Admin
Get anon key (deprecated)
deprecated
Deprecated - use GET /api/metadata/anon-key instead. Returns the project’s opaque anon key (anon_...) under the legacy accessToken field for backward compatibility. The anon key is a non-secret client identifier that maps requests to the anon role; it replaces the former non-expiring anonymous JWT and can be rotated via POST /api/secrets/anon-key/rotate (admin only).
POST
Get anon key (deprecated)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Anon key retrieved successfully