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.
Example response
{
"CancelledAgreementResponse": {
"Code": 200,
"Status": "Success"
}
}