# widgetTokenCreate

Generate a short lived access token to manage your subscription with bunny

**Scope required:** admin:write

```graphql
mutation widgetTokenCreate () {
  widgetTokenCreate () {
      errors
      host
      token
  }
}
```

## Response

| Name   | Type          | Description |
| ------ | ------------- | ----------- |
| errors | List (String) |             |
| host   | String        |             |
| token  | String        |             |
