v1
latestOpenAPI 3.0.12026-07-243686491.1 MBRequest a CDR export
Triggers an asynchronous export of Charge Detail Records (CDRs) for an operator. The export is processed in the background and the resulting file is delivered by email to the address provided. The recipient email must belong to a Monta user with export permission on the target operator.</br></br>Notes:</br>- The date range may not exceed 31 days.</br>- If operatorId is omitted, it is derived from the credentials. Consumers with multiple authorised operators must specify it explicitly.</br>- direction defaults to INBOUND (CDRs Monta issued as CPO to partner eMSPs). Set OUTBOUND to export CDRs Monta received as eMSP from partner CPOs.</br></br>Required scope: cdr-exports:write </br>Organization authorization: supported
Request body
Example request
{
"operatorId": 123,
"from": "2025-01-01",
"to": "2025-01-31",
"email": "ops@example.com",
"emspIdentifier": "DE*ABC"
}Response
CDR export accepted; the file will be sent by email
Example response
{
"status": "queued",
"message": "CDR export has been queued and will be sent to ops@example.com"
}