EventsV1Subscription

Create a new Subscription.

Create a new Subscription.

post/v1/Subscriptions

Response

Created

account_sidstring nullable

The unique SID identifier of the Account.

sidstring nullable

A 34 character string that uniquely identifies this Subscription.

date_createdstring date-time nullable

The date that this Subscription was created, given in ISO 8601 format.

date_updatedstring date-time nullable

The date that this Subscription was updated, given in ISO 8601 format.

descriptionstring nullable

A human readable description for the Subscription

sink_sidstring nullable

The SID of the sink that events selected by this subscription should be sent to. Sink must be active for the subscription to be created.

urlstring uri nullable

The URL of this resource.

linksobject nullable

Contains a dictionary of URL links to nested resources of this Subscription.

Changes

Changed in 5 of the 51 revisions of this API.124

    • the / request property type was generalized from object to no type

      request-property-type-generalized

    • removed the request property

      request-property-removed

    • removed the optional property from the response with the status

      response-optional-property-removed

    • the / request property type changed from no type to object

      request-property-type-changed

    • added the new optional request property

      new-optional-request-property

    • added the optional property to the response with the status

      response-optional-property-added

    • api tag EventsV1Subscription added

      api-tag-added