Mailmus

Customer verification

POST
/projects/{projectId}/auth/verify
AuthorizationBearer <token>

In: header

Path Parameters

projectId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

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