# getOrgAccessTokensResponse


[API catalog](/reference/api/) · [Docker Hub overview](/reference/api/hub/latest/) · [Product manual](https://docs.docker.com/docker-hub/) · [OpenAPI specification](/reference/api/hub/latest.yaml)

API version: 2-beta



Schema constraints and annotations:

```json
{
  "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"
}
```



