Check if e-mail already exists.
GET {{baseUrl}}/v1/Accounts/is-unique?email=<string>
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
email | string | (Required) E-mail to check uniqueness against. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"isUnique":"\u003cboolean\u003e"}