v1
latestOpenAPI 3.1.02026-07-26620219.6 KBRetrieve store subscriptions
Retrieves a list of all of the webhook subscriptions per account.
get/core/v3/applications/{application_id}/stores/{store_id}/webhooks/subscriptions
Path parameters
account_idstring required
Your account's API app key
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"
}
]
}