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