Upsert PCN subscription
Create or edit a subscription to receive the updates that are relevant to you.
put
/product-change-notification/{subscription_id}
Path parameters
subscription_idstringRequired
Unique ID of your subscription.
Header parameters
AuthorizationstringRequiredDefault:
Token <Your_API_Key>.
Token <Partner_API_key>.Body
Request body used to subscribe to product change notifications.
subscription_typestring · enumRequiredExample:
Scope of the subscription.
product_idsPossible values: entity_idsinteger[] · min: 1OptionalExample:
Unique identifiers for the entities that belong to the selected subscription scope.
974081callback_urlstring · uriRequiredExample:
HTTP or HTTPS endpoint where Tiqets will send the product change notifications.
https://example-partner.com/webhooks/product-changeResponses
200
Subscription successfully updated.
application/json
201
Subscription successfully created.
application/json
400
Bad Request -- Check your request parameters (typo in parameter or invalid value).
application/json
401
Unauthorized -- Your API key is incorrect.
application/json
403
Forbidden -- The endpoint or parameters are not allowed for the matching API key.
application/json
put
/product-change-notification/{subscription_id}Last updated
Was this helpful?

