curl --request GET \
--url 'https://api.stateset.com/api/v1/payment-obligations' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"payment_obligations": [
{
"amount": "string",
"amount_paid": "string",
"currency": "string",
"due_date": "string",
"id": "string",
"number": "string",
"outstanding": "string",
"status": "string",
"supplier_id": "string"
}
],
"total": 1
}
List payment obligations
List payment obligations
GET
/
api
/
v1
/
payment-obligations
curl --request GET \
--url 'https://api.stateset.com/api/v1/payment-obligations' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"payment_obligations": [
{
"amount": "string",
"amount_paid": "string",
"currency": "string",
"due_date": "string",
"id": "string",
"number": "string",
"outstanding": "string",
"status": "string",
"supplier_id": "string"
}
],
"total": 1
}
Query parameters
string
string
string
integer (int32)
integer (int32)
Responses
PaymentObligationListResponse
curl --request GET \
--url 'https://api.stateset.com/api/v1/payment-obligations' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"payment_obligations": [
{
"amount": "string",
"amount_paid": "string",
"currency": "string",
"due_date": "string",
"id": "string",
"number": "string",
"outstanding": "string",
"status": "string",
"supplier_id": "string"
}
],
"total": 1
}
⌘I