v1

latestOpenAPI 3.0.3Apache 2.02026-07-24153058.9 KB
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.

OR

Example response

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