v1
latestOpenAPI 3.1.02026-07-26620219.6 KBRetrieve targets
Retrieves a list of all of your webhook targets.
get/core/v3/applications/{application_id}/webhooks/targets
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 required
Your Yotpo access token. Click here to learn how to generate one
Response
200
Example response
{
"webhook_targets": [
{
"yotpo_id": 9876,
"url": "https://www.waverider.com/",
"created_at": "2021-10-03T17:14:23Z",
"updated_at": "2021-10-03T17:14:23Z"
}
]
}