Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

app_id
string | null

ID of the app to scope the key to

user_id
string | null

ID of the user to scope the key to

session_id
string | null

ID of the session to scope the key to

collection_id
string | null

ID of the collection to scope the key to

expires_at
string<date-time> | null

Response

Successful Response