Authorizations
Basic authentication is used to authenticate requests to the Backend API. The username is the project ID and the password is the API secret.
The project ID and API secret can be found in the Developer Panel.
Path Parameters
Unique identifier of the user. Format: usr-<number>
.
Example:
"usr-4693224802260150919"
Unique identifier of the login identifier (e.g., email address or phone number). Format: ide-<number>
.
Example:
"ide-4693224802260150919"
Body
application/json
Available options:
pending
, primary
, verified
Response
Identifier has been updated.
Unique identifier of the login identifier.
Example:
"ide-4693224802260150919"
Available options:
email
, phone
, username
Value of the identifier (here email address).
Example:
"jane@doe.com"
Available options:
pending
, primary
, verified
Unique identifier of the user.
Example:
"usr-4693224802260150919"