curl --request GET \
--url https://api.sandbox.tesouro.com/finops/v1/entities/{entity_id}/partner-metadata \
--header 'Authorization: Bearer <token>' \
--header 'x-finops-version: <x-finops-version>'{
"metadata": {}
}Retrieve a metadata object associated with this entity, usually in a JSON format.
curl --request GET \
--url https://api.sandbox.tesouro.com/finops/v1/entities/{entity_id}/partner-metadata \
--header 'Authorization: Bearer <token>' \
--header 'x-finops-version: <x-finops-version>'{
"metadata": {}
}Was this page helpful?