Retrieve subscription list information

triangle-exclamation

Get specific subscription list information.

Retrieve subscription list information

get
/subscriptions/{id}
Path parameters
idstringRequired

Unique ID of the subscription list.

Example: 11
Header parameters
AuthorizationstringRequired

Token <Your_API_Key>.

Default: Token <Partner_API_key>.
Responses
chevron-right
200

Successful operation.

application/json
successbooleanOptional
is_activebooleanOptional

Subscription list status.

idnumberOptional

Unique ID created for this subscription list.

namestringOptional

Name of the list.

subscription_typestringOptional

Currently only webhook subscription type is supported. There may be different subscription type in the future.

target_endpointstring · nullableOptional

Partner notification URL.

target_emailstring · nullableOptional

Will be supported in the future. Partner email address for the notification.

get
/subscriptions/{id}

Last updated

Was this helpful?