Schema
orgAccessToken
Type:
object
created_at
Type:
string
All schema constraints and annotations
{
"example": "2022-05-20T00:54:18Z",
"format": "date-time",
"type": "string"
}created_by
Type:
string
All schema constraints and annotations
{
"example": "johndoe",
"type": "string"
}expires_at
Type:
string | null
All schema constraints and annotations
{
"example": "2023-05-20T00:54:18Z",
"format": "date-time",
"type": [
"string",
"null"
]
}id
Type:
string
All schema constraints and annotations
{
"example": "a7a5ef25-8889-43a0-8cc7-f2a94268e861",
"type": "string"
}is_active
Type:
boolean
All schema constraints and annotations
{
"example": true,
"type": "boolean"
}label
Type:
string
All schema constraints and annotations
{
"example": "My organization token",
"type": "string"
}last_used_at
Type:
string | null
All schema constraints and annotations
{
"example": "2022-06-15T12:30:45Z",
"format": "date-time",
"type": [
"string",
"null"
]
}All schema constraints and annotations
{
"properties": {
"created_at": {
"example": "2022-05-20T00:54:18Z",
"format": "date-time",
"type": "string"
},
"created_by": {
"example": "johndoe",
"type": "string"
},
"expires_at": {
"example": "2023-05-20T00:54:18Z",
"format": "date-time",
"type": [
"string",
"null"
]
},
"id": {
"example": "a7a5ef25-8889-43a0-8cc7-f2a94268e861",
"type": "string"
},
"is_active": {
"example": true,
"type": "boolean"
},
"label": {
"example": "My organization token",
"type": "string"
},
"last_used_at": {
"example": "2022-06-15T12:30:45Z",
"format": "date-time",
"type": [
"string",
"null"
]
}
},
"type": "object"
}