Skip to main content
GET
/
finops
/
v1
/
payable-purchase-orders
/
variables
Get the available variables for purchase orders
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>"
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Headers

x-finops-version
string<date>
required

Response

Successful Response

data
object[]
required