signupActivate

Graphql fields and variables for the signupActivate mutation

Complete the signup for a Bunny account

Scope required: signup:write

mutation signupActivate ($token: String!) {
  signupActivate (token: $token) {
      errors
      loginUrl
  }
}

Arguments

{
  "token": ""
}
Name
Type
Description

token

String

Response

Name
Type
Description

errors

List (String)

loginUrl

String

Last updated

Was this helpful?