Databases
Generate Database Auth Token
Generates an authorization token for the specified database.
POST
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The slug of the organization or user account.
The name of the database.
Query Parameters
Expiration time for the token (e.g., 2w1d30m).
Authorization level for the token (full-access or read-only).
Available options:
full-access, read-only Body
application/json
Additional context such as claims required for the token.
The permissions for the token.
Response
Successful response
The generated authorization token (JWT).