Skip to main content
POST
Reissue a token

Authorizations

Authorization
string
header
required

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

Body

application/json
space_id
string<uuid> | null

Switch the new token to this space. Defaults to the space of the current token.

Response

A new token.

access_token
string
required
expires_in
integer
required

Seconds until the token expires.

space_id
string<uuid>
required
token_type
string
default:Bearer