Copy PageApp Subscription ('installed', 'uninstalled')App installed subscribe example: cURLcurl --location --request POST '/platform/v1/webhook/subscribe' \ --header 'Authorization: "Bearer API_TOKEN"'\ --header 'Content-Type: application/json' \ --data-raw '{ "event": "app_subscription/installed", "target_url": "URL" }' App installed response example: JSON{ "entity_name": "app_subscription", "event_type": "installed", "data": { "business_id": "j9q05nvfv12w79vl", "app_id": "k3m7p2x8q1w5z6n0" } }Updated 3 months ago Welcome to the inTandem API 🚀Did this page help you?YesNo