Avisi cloud logo
Organisations

Verify an e-mail address for an organisation.

GET
/api/v1/validations/verify-email/{code}

Path Parameters

codeRequiredstring

Response Body

Request was successfully processed. The response body contains the requested data.

TypeScript Definitions

Use the response body type in TypeScript.

emailAddressstring
curl -X GET "https://api.avisi.cloud/api/v1/validations/verify-email/string"
{
  "emailAddress": "string"
}