v1

latestOpenAPI 3.1.02026-07-26620219.6 KB

Retrieve target by ID

Retrieves a webhook target using its Yotpo ID.

get/core/v3/applications/{application_id}/webhooks/targets/{yotpo_target_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

yotpo_target_idstring required

The ID of the target to get

Query parameters

access_tokenstring required

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

Response

200

Example response

{
  "webhook_target": {
    "yotpo_id": 9876,
    "url": "https://www.waverider.com/",
    "created_at": "2021-10-03T17:14:23Z",
    "updated_at": "2021-10-03T17:14:23Z"
  }
}