DotsDocs
Users

Verify a User

Verify a user with a token.

POST
/v2/users/{user_id}/verify

Verify a user with a token.

AuthorizationBasic <token>

In: header

Path Parameters

user_id*string

Id of the user to fetch

Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/v2/users/497f6eca-6276-4993-bfeb-53cbbbba6f08/verify" \  -H "Content-Type: application/json" \  -d '{    "token": "string"  }'
Empty