v1

latestOpenAPI 3.1.02026-07-26620219.6 KB

Retrieve app subscriptions

Retrieve a list of all of your app webhook subscriptions

get/core/v3/applications/{application_id}/webhooks/subscriptions

Path parameters

application_idstring required

The application ID you received from Yotpo. Replace 'application_id' with your unique 'kong_client' ID (aka 'application_id'), which you received from Yotpo upon the approval and registration of your application

Query parameters

access_tokenstring

Your Yotpo access token. Click here to learn how to generate one

Response

200

Example response

{
  "webhook_subscriptions": [
    {
      "yotpo_id": 3245,
      "target_id": 9876,
      "filter_id": 6792,
      "active": true,
      "created_at": "2021-10-03T17:14:23Z",
      "updated_at": "2021-10-03T17:14:23Z"
    }
  ]
}