widgetTokenCreate

Graphql fields and variables for the widgetTokenCreate mutation

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

Scope required: admin:write

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

Response

Name
Type
Description

errors

List (String)

host

String

token

String

Last updated

Was this helpful?