ilert · Example Payload

Get Numbers

Incident ManagementOn-Call AlertingAlert RoutingEscalation PoliciesOn-Call SchedulesStatus PagesHeartbeat MonitoringEvent ManagementDevOpsSREIT Operations

Get Numbers is an example object payload from ilert, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionmethodpathparametersrequest_bodyresponse

Example Payload

Raw ↑
{
  "summary": "List available phone numbers that ilert uses to send voice and SMS notifications",
  "description": "",
  "method": "GET",
  "path": "/numbers",
  "parameters": {},
  "request_body": null,
  "response": [
    {
      "countryCode": "string",
      "phoneNumber": "string",
      "supportsInboundSms": true,
      "types": [
        "SMS"
      ]
    }
  ]
}