Skip to main content
GET
/
entities
/
{entity_id}
/
vat_ids
Get an entity's VAT IDs
curl --request GET \
  --url https://api.sandbox.monite.com/v1/entities/{entity_id}/vat_ids \
  --header 'Authorization: Bearer <token>' \
  --header 'x-monite-version: <x-monite-version>'
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "country": "AF",
      "entity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "value": "<string>",
      "type": "unknown"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-monite-version
string<date>
required

Path Parameters

entity_id
string<uuid>
required

Response

Successful Response

data
object[]
required