curl --request GET \
--url https://api.sandbox.tesouro.com/finops/v1/payable-purchase-orders/variables \
--header 'Authorization: Bearer <token>' \
--header 'x-finops-version: <x-finops-version>'{
"data": [
{
"object_subtype": "quote",
"object_type": "<string>",
"variables": [
{
"description": "<string>",
"name": "<string>"
}
]
}
]
}Get a list of placeholders allowed to insert into an email template for customization
curl --request GET \
--url https://api.sandbox.tesouro.com/finops/v1/payable-purchase-orders/variables \
--header 'Authorization: Bearer <token>' \
--header 'x-finops-version: <x-finops-version>'{
"data": [
{
"object_subtype": "quote",
"object_type": "<string>",
"variables": [
{
"description": "<string>",
"name": "<string>"
}
]
}
]
}Was this page helpful?