Skip to main content
POST
Verify a User

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

user_id
string<uuid>
required

Id of the user to fetch

Body

application/json
token
string
required

The token sent to the user.

Minimum string length: 6

Response

OK