v1

latestOpenAPI 3.0.3Apache 2.02026-07-24153058.9 KB
Telr Agreement APIs

Retrieve Cancelled Agreements

Retrieves agreements cancelled within the given date range, including agreements where cancellation takes effect at end of the current billing period. Maximum date range: 2 months.

post/gateway/cancelledAgreement.json

Request body

Response

Successful response with cancelled agreements data or error information.

OR

Example response

{
  "CancelledAgreementResponse": {
    "Code": 200,
    "Status": "Success"
  }
}