cURL
curl --request GET \ --url https://api.sandbox.monite.com/v1/payable_purchase_orders/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 allowed to insert into an email template for customization
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes