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 } }
{ "token": "" }
token
String
errors
List (String)
loginUrl
Last updated 9 months ago
Was this helpful?