Skip to main content
GET
/
receivables
/
variables
Get email template variables
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>"
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-monite-version
string<date>
required

Response

Successful Response

data
object[]
required