curl --request GET \
--url https://api.sandbox.tesouro.com/finops/v1/receivables/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 that can be used in email templates for customization.
curl --request GET \
--url https://api.sandbox.tesouro.com/finops/v1/receivables/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?