curl --request GET \
--url 'https://api.stateset.com/api/v1/payment-obligations/dashboard' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"open_count": 1,
"overdue_amount": "string",
"overdue_count": 1,
"total_outstanding": "string"
}
Dashboard
GET
/
api
/
v1
/
payment-obligations
/
dashboard
curl --request GET \
--url 'https://api.stateset.com/api/v1/payment-obligations/dashboard' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"open_count": 1,
"overdue_amount": "string",
"overdue_count": 1,
"total_outstanding": "string"
}
⌘I