Sha256: 2103c9f4dcf68e77319d8fc415b55f61c0cfacb4a9e3434426a6cc23cf5be047

Contents?: true

Size: 733 Bytes

Versions: 6

Compression:

Stored size: 733 Bytes

Contents

{
  "collection": [
    {
      "uri": "https://api.calendly.com/webhook_subscriptions/abc123",
      "callback_url": "https://blah.foo/bar",
      "created_at": "2019-08-24T14:15:22Z",
      "updated_at": "2019-08-24T14:15:22Z",
      "retry_started_at": "2019-08-24T14:15:22Z",
      "state": "active",
      "events": [
        "invitee.created"
      ],
      "scope": "user",
      "organization": "https://api.calendly.com/organizations/abc123",
      "user": "https://api.calendly.com/users/abc123",
      "creator": "https://api.calendly.com/users/abc123"
    }
  ],
  "pagination": {
    "count": 1,
    "next_page": "https://api.calendly.com/webhook_subscriptions?count=1&page_token=sNjq4TvMDfUHEl7zHRR0k0E1PCEJWvdi"
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
calendlyr-0.7.5 test/fixtures/webhooks/list.json
calendlyr-0.7.4 test/fixtures/webhooks/list.json
calendlyr-0.7.3 test/fixtures/webhooks/list.json
calendlyr-0.7.2 test/fixtures/webhooks/list.json
calendlyr-0.7.1 test/fixtures/webhooks/list.json
calendlyr-0.7.0 test/fixtures/webhooks/list.json