Request Code Samples
curl --location --request GET 'https://api.synap.ac/v3/billing-infos/current'
Responses
{
"data": {
"id": "FID001",
"type": "BillingInfo",
"attributes": {
"state": "ok",
"oldestUnpaidInvoiceDueDate": "2019-08-24T14:15:22Z"
},
"relationships": {
"invoices": {
"data": [
{
"id": "FID001",
"type": "Invoice"
}
]
}
}
},
"included": [
{
"id": "FID001",
"type": "_User",
"attributes": {},
"relationships": {
"property1": {
"data": {
"id": "FID001",
"type": "_User"
},
"links": {
"self": "string",
"related": "string"
},
"meta": {}
},
"property2": {
"data": {
"id": "FID001",
"type": "_User"
},
"links": {
"self": "string",
"related": "string"
},
"meta": {}
}
}
}
]
}
Modified at 2025-09-15 09:58:55