# orgAccessToken


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



