APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Orgscreate Webhook Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Orgscreate Webhook 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": "orgs/create-webhook",
  "method": "POST",
  "path": "/orgs/{org}/hooks",
  "summary": "APIs.io Engineering Platform Create an organization webhook",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "name": "web",
        "active": true,
        "events": [
          "push",
          "pull_request"
        ],
        "config": {
          "url": "http://example.com/webhook",
          "content_type": "json"
        }
      }
    }
  ],
  "responseExamples": []
}