The BillSentry API uses the OAuth2 client_credentials flow for M2M (machine-to-machine) authentication. Your system exchanges a Client ID and Client Secret for a short-lived JWT access token.Documentation Index
Fetch the complete documentation index at: https://docs.billsentry.net/llms.txt
Use this file to discover all available pages before exploring further.
Obtain an access token
Make aPOST request to the Token URL provided to you at onboarding.
Token response
Compression requirement
All request bodies must be gzip-compressed. The API gateway forwards the raw request body and itsContent-Encoding header directly to the processing engine without modification — uncompressed requests will be rejected.
Send these two headers on every API call:
Content-Type remains application/json regardless of compression — it describes the underlying data format, not the encoding.
Maximum body size: 10 MB measured against the compressed bytes received by the gateway.