Avisi cloud logo
Organisations

Get validation status of VAT for an organisation.

GET
/api/v1/organisations/{organisationSlug}/validation-status/vat

Path Parameters

organisationSlugRequiredstring
Pattern: "^[a-z0-9-]+$"

Response Body

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

TypeScript Definitions

Use the response body type in TypeScript.

vatLegalEntityNamestring
vatLegalEntityAddressstring
curl -X GET "https://api.avisi.cloud/api/v1/organisations/string/validation-status/vat"
{
  "vatLegalEntityName": "string",
  "vatLegalEntityAddress": "string"
}