users
Verify a User
Verify a user with a token.
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
user_id
string
requiredId of the user to fetch
Body
application/json
token
string
requiredThe token sent to the user.