Account activation

This is required if your site is using Email Verification to activate an account.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

A success answer will return the User ID (user_id) like this example:

{
  status: 'success',
  activation: false,
  user_id: 10
}
Form Data
string
required

The verification code sent to user email address.

string
required

Token received from Registration request.

Headers
string
required
Defaults to Bearer {access_token}

Ex: Bearer {access_token} should be replaced with the access token.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json