Get Incidents
Get Incidents
Use this API to get the list of incidents on banks(Resolved,Unresolved,All) for a given time range.
GET
Get Incidents
Please use this Authorization token in headers to call any payout API (Refresh this page if the token is expired)Documentation Index
Fetch the complete documentation index at: https://telr-docs.cashfree.com/llms.txt
Use this file to discover all available pages before exploring further.
Click to view the response codes.
Click to view the response codes.
| Status | Sub Code | Message | |
|---|---|---|---|
| SUCCESS | 200 | List of incidents retrieved | |
| ERROR | 403 | Token is not valid | |
| ERROR | 403 | IP Not Whitelisted | |
| ERROR | 403 | APIs not enabled. Please fill out the Support Form | |
| ERROR | 412 | Token missing in the request | |
| ERROR | 422 | Status is invalid | |
| ERROR | 422 | startTime should be less than or equal to EndTime. | |
| ERROR | 422 | Maximum time difference can be up to 7 days and startTime should be within 90 days from now. | |
| ERROR | 422 | startTime should be of the format yyyy-mm-dd | |
| hh:mm:ss | |||
| ERROR | 422 | endTime should be of the format yyyy-mm-dd | |
| hh:mm:ss | |||
| ERROR | 520 | Unknown error occurred! |
Headers
Bearer auth token
Query Parameters
Incident status - RESOLVED/UNRESOLVED/ALL are the allowed values Default value is UNRESOLVED if not provided
Start Time for the desired period. Format yyyy-mm-dd hh:mm:ss
End Time for the desired period. Format yyyy-mm-dd hh:mm:ss. Default values are current day start Time(00:00:00) and end Time(23:59:59) if not provided.
Code for the entity(BANK) on which the incidents are created.
