Mailmus

End user verification

POST
/apps/{appId}/auth/verify
AuthorizationBearer <token>

In: header

Path Parameters

appId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/apps/string/auth/verify" \  -H "Content-Type: application/json" \  -d '{    "accessToken": "string"  }'
{  "id": "string",  "email": "string",  "metadata": {},  "sessionId": "string",  "organizationId": "string",  "organizationRole": "string"}