SubscriptionList

Get A list of all Subscriptions.


# find subscriptions that contain a specific segment.Id or segment.Slug
curl -s -H "Authorization: $LIOKEY" -H "Content-Type: application/json" \
  "https://api.lytics.io/api/subscription?segment_id=seg_webhook1" | jq "."

# same but use id.
curl -s -H "Authorization: $LIOKEY" -H "Content-Type: application/json" \
  "https://api.lytics.io/api/subscription?segment_id=f897270369f977294871f21cc0d826e7" | jq "."

Language
Authorization
Header
Click Try It! to start a request and see the response here!