Share feedback
Answers are generated based on the documentation.

Schema

getOrgAccessTokensResponse

Type: object

next

Type: string | null

All schema constraints and annotations
{
  "example": null,
  "type": [
    "string",
    "null"
  ]
}
previous

Type: string | null

All schema constraints and annotations
{
  "example": null,
  "type": [
    "string",
    "null"
  ]
}
results

Type: array

Array item

Schema: orgAccessToken

All schema constraints and annotations
{
  "items": {
    "$ref": "#/components/schemas/orgAccessToken"
  },
  "type": "array"
}
total

Type: number

All schema constraints and annotations
{
  "example": 10,
  "type": "number"
}
All schema constraints and annotations
{
  "examples": [
    {
      "next": null,
      "previous": null,
      "results": [
        {
          "created_at": "2022-05-20T00:54:18Z",
          "created_by": "johndoe",
          "expires_at": "2023-05-20T00:54:18Z",
          "id": "a7a5ef25-8889-43a0-8cc7-f2a94268e861",
          "is_active": true,
          "label": "My organization token",
          "last_used_at": "2022-06-15T12:30:45Z"
        }
      ],
      "total": 1
    }
  ],
  "properties": {
    "next": {
      "example": null,
      "type": [
        "string",
        "null"
      ]
    },
    "previous": {
      "example": null,
      "type": [
        "string",
        "null"
      ]
    },
    "results": {
      "items": {
        "$ref": "#/components/schemas/orgAccessToken"
      },
      "type": "array"
    },
    "total": {
      "example": 10,
      "type": "number"
    }
  },
  "type": "object"
}