getEmailAvailability
Check for the availability of an email address to register a new user. This endpoint allows you to check whether a particular email address to register a new account is available or not before you register a new user.
This endpoint can be used with either a client token or a user token. Responses:
200: Success. This status code will be issued both when the email address is available, and when it is not. You need to check the body of the response to see whether or not the email address is available.
400: Bad Request. This will occur if you omit the email address, or the email address provided is not well formed.
401: Unauthorized. This will occur if you do not supply an access-token to this endpoint, or if you provide an expired or invalid access token.
Return
Parameters
The email address for the user's account.