# accessToken


[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": {
    "client_id": {
      "example": "HUB",
      "type": "string"
    },
    "created_at": {
      "example": "2021-07-20T12:00:00.000000Z",
      "type": "string"
    },
    "creator_ip": {
      "example": "127.0.0.1",
      "type": "string"
    },
    "creator_ua": {
      "example": "some user agent",
      "type": "string"
    },
    "expires_at": {
      "example": "2021-10-28T18:30:19.520861Z",
      "format": "date-time",
      "type": [
        "string",
        "null"
      ]
    },
    "generated_by": {
      "example": "manual",
      "type": "string"
    },
    "is_active": {
      "example": true,
      "type": "boolean"
    },
    "last_used": {
      "example": null,
      "type": [
        "string",
        "null"
      ]
    },
    "scopes": {
      "example": [
        "repo:read"
      ],
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "token": {
      "description": "Token value returned on creation. Later responses redact the value as ***.",
      "example": "a7a5ef25-8889-43a0-8cc7-f2a94268e861",
      "type": "string"
    },
    "token_label": {
      "example": "My read only token",
      "type": "string"
    },
    "uuid": {
      "example": "b30bbf97-506c-4ecd-aabc-842f3cb484fb",
      "type": "string"
    }
  },
  "type": "object"
}
```



