Telr Agreement APIs
Retrieve Failed Agreements
Retrieves agreements in FAILED status whose most recent failure event falls within the given date range. Maximum date range: 31 days. A duplicate-request lock prevents concurrent requests for the same store and auth key.
post/gateway/failedAgreement.json
Request body
Response
Successful response with failed agreements data or error information.
Example response
{
"FailedAgreementResponse": {
"Code": 200,
"Status": "Success"
}
}