v1

latestOpenAPI 3.1.02026-07-234140131.3 KB
Notification Subscriptions API

Retrieve subscription list information

get/subscriptions/{id}

Path parameters

idstring required

Unique ID of the subscription list.

Headers

Authorizationstring required

Token <Your_API_Key>.

Response

Successful operation.

successboolean
is_activeboolean

Subscription list status.

idnumber

Unique ID created for this subscription list.

namestring

Name of the list.

subscription_typestring

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

target_endpointstring nullable

Partner notification URL.

target_emailstring nullable

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