cURL
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" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes