APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Event Notification Get R2 Bucket Configs Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Event Notification Get R2 Bucket Configs Example is an example object payload from APIs.io Engineering Platform, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "event-notification-get-r2-bucket-configs",
  "method": "GET",
  "path": "/accounts/{account_id}/event_notifications/r2/{bucket_name}/configuration",
  "summary": "APIs.io Engineering Platform Read Configuration",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "404",
      "contentType": "application/json",
      "example": {
        "errors": [
          {
            "code": 11015,
            "message": "workers.api.error.no_configs_found_for_bucket"
          }
        ],
        "messages": [],
        "result": null,
        "success": false
      }
    }
  ]
}