EventsV1Subscription

Fetch a specific Subscription.

Fetch a specific Subscription.

get/v1/Subscriptions/{Sid}

Path parameters

Sidstring required

A 34 character string that uniquely identifies this Subscription.

Response

OK

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 3 of the 51 revisions of this API.12

    • removed the optional property from the response with the status

      response-optional-property-removed

    • added the optional property to the response with the status

      response-optional-property-added

    • api tag EventsV1Subscription added

      api-tag-added