Update a user's fields
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the environment
Body
Standard ISO 3166-1 alpha-2 two-letter country code
Alphanumeric with slugs and underscores username
When provided, used to verify that a captcha is valid and get the success/failure result from the captcha provider server-side.
pending
, complete
BTC wallet address
KDA wallet address
LTC wallet address
CKB wallet address
KAS wallet address
DOGE wallet address
Response
Encoded JWT token. This will only be returned when cookie-based authentication is disabled in favor of standard Auth header based authentication.
Encoded JWT token. This will only be returned when cookie-based authentication is disabled in favor of standard Auth header based authentication.
Format is a unix-based timestamp. When set, this will be the expiration timestamp on the JWT sent using either the jwt
field or a response httpOnly cookie set by the server.
done
, verify-email
, verified-and-transferred
, verify-sms
Was this page helpful?