For the complete documentation index, see llms.txt. This page is also available as Markdown.

Billing

Currently supports a single function: View billed items for a time range.

Get Billed Items

get
Authorizations
x-client-idstringRequired

Client ID in x-client-id header.

x-client-secretstringRequired

Client Secret in x-client-secret header.

Query parameters
startnumberRequired

Start timestamp (epoch seconds)

endnumberRequired

End timestamp (epoch seconds)

Responses
400

Bad Request - Invalid input parameters

application/json
errorstringRequired

Error message

Example: accessToken not exist or expired
get/core/billing
GET /core/billing?start=1&end=1 HTTP/1.1
Host: sandbox.staging-api.fill-easy.com
x-client-id: YOUR_API_KEY
x-client-secret: YOUR_API_KEY
Accept: */*
{
  "error": "Missing required field: scope"
}

Last updated