API Methods
Account ...
Blogs ...
Bookings ...
CreditHistory ...
Dashboard ...
DirectCam ...
DirectChat ...
Email ...
FieldReport ...
Groups ...
HotLists ...
Interview ...
Lists ...
Movie ...
Newsfeed ...
PhoneChat ...
Pictures ...
Profile ...
Search ...
Tours ...
Webcam ...

Verify Email

This API operation allows Group Managers and the newly created users to verify an email address based on the Verification Token which they received in their email. For more information, see GroupRegister.

URL / Endpoint

Need help with Postman?

POST /v1/Account/VerifyEmail

Request

PropertyTypeDescription
EmailAddress string Required. The email address of the user you want to verify.
VerificationToken string Required. The verification token of the user. The only way to retrieve this is using the link in the email that the user received. For more information, see GroupRegister.

Request Information

HTTP Method / Verb

Parameters can be passed to this operation using the HTTP POST method with serialized JSON in the request body.

Headers

The REST API uses HTTP request headers to determine what data type is returned or to authenticate the developer's API key. More information can be found in the overview section.

Authentication

Your API-Key is required with every request and can be passed in as a header or a query-string parameter. Don't have an API-Key? Get one now.

Samples

POST method

https://api-sandbox.adultwork.com/v1/Account/VerifyEmail

{ "EmailAddress": "my-email-address@example.com", "VerificationToken": "8271348789453729" }

Response

PropertyTypeDescription
This request has no response properties.

Response Sample

The following example returns the status of the verification.

200 OK

"Verified"