Skip to main content
POST
cURL

Autorizaciones

Authorization
string
header
requerido

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

Cuerpo

application/json
name
string
requerido
Minimum string length: 1
scopes
string[]
requerido
Minimum array length: 1
expiredTime
string
requerido
Ejemplo:

"2024-03-25"

description
string
spaceIds
string[] | null
Minimum array length: 1
baseIds
string[] | null
Minimum array length: 1
hasFullAccess
boolean

Respuesta

201 - application/json

Returns access token.

id
string
requerido
name
string
requerido
Minimum string length: 1
scopes
string[]
requerido
expiredTime
string
requerido
token
string
requerido
createdTime
string
requerido
lastUsedTime
string
requerido
description
string
spaceIds
string[] | null
baseIds
string[] | null
hasFullAccess
boolean
Última modificación el 4 de septiembre de 2026