curl --request GET \
--url https://api.sandbox.tesouro.com/finops/v1/entities/{entity_id}/vat-ids \
--header 'Authorization: Bearer <token>' \
--header 'x-finops-version: <x-finops-version>'{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"country": "AF",
"entity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"value": "<string>",
"type": "unknown"
}
]
}curl --request GET \
--url https://api.sandbox.tesouro.com/finops/v1/entities/{entity_id}/vat-ids \
--header 'Authorization: Bearer <token>' \
--header 'x-finops-version: <x-finops-version>'{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"country": "AF",
"entity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"value": "<string>",
"type": "unknown"
}
]
}Was this page helpful?