Skip to main content
GET
/
stores
/
{storeId}
/
webhooks
List Webhooks
curl --request GET \
  --url https://api.getredo.com/v2.2/stores/{storeId}/webhooks
{
  "webhooks": [
    {
      "callback": {
        "auth": {
          "bearer": {
            "token": "abc123"
          }
        },
        "url": "https://subscriber.example.org/events"
      },
      "createdAt": "2023-11-07T05:31:56Z",
      "topic": "return",
      "updatedAt": "2023-11-07T05:31:56Z",
      "externalId": null,
      "id": "<string>",
      "kind": "redo"
    }
  ]
}

Path Parameters

storeId
string
required

Store ID

Example:

"64e5a8a1af49a89df37e4ee7"

Response

Success

webhooks
Webhook read · object[]
required