v1

latestOpenAPI 3.1.02026-07-26620219.6 KB

Retrieve store subscription by ID

Retrieves a webhook subscription using its Yotpo ID.

get/core/v3/applications/{application_id}/stores/{store_id}/webhooks/subscriptions/{yotpo_subscription_id}

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

account_idstring required

Your account's API app key

yotpo_subscription_idstring required

The ID of the subscription to get

Query parameters

access_tokenstring required

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

Response

200

Example response

{
  "webhook_subscription": {
    "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"
  }
}