User

Get user info

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200Success
application/json
get
/user/me
200Success

Update user info

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
objectOptional
Responses
200Success
application/json
put
/user/me/infos
200Success

Verify user email

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenstringRequired
Responses
200Success
application/json
put
/user/me/verify/{token}
200Success

Unsubscribe user from email

put
Path parameters
tokenstringRequired
Responses
200Success
application/json
put
/user/me/unsubscribe/{token}
200Success

Add phone number to user profile

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
phone_numberstringOptional
Responses
200Success
application/json
post
/user/add/phone
200Success

Check phone number

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
otp_codestringOptional
Responses
200Success
application/json
post
/user/verify/phone
200Success

Search a certificate by keyword

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
keywordsstringRequired
Responses
200Success
application/json
get
/user/assets/{keywords}
200Success

Get chat signature

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200Success
application/json
Responsestring
get
/user/chat/sign
200Success

Last updated