cURL
curl --request GET \ --url https://api.sandbox.monite.com/v1/receivables/variables \ --header 'Authorization: Bearer <token>' \ --header 'x-monite-version: <x-monite-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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes