Skip to main content
GET
/
v1
/
cdr-reports
Get CDR reports
curl --request GET \
  --url https://api.bondio.co/v1/cdr-reports \
  --header 'Authorization: Bearer <token>'
{
  "files": [
    {
      "url": "https://cdn.bondio.co/cdr/acct_xxxx/2025-10-02.csv?token=..."
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

date
string<date>
required

The date for which to retrieve CDR reports (format: YYYY-MM-DD). Data is available starting from the previous day.

Example:

"2025-10-02"

Response

Returns the CDR report file URL for the specified date

files
object[]
required