Skip to main content
GET
/
webhooks
/
{webhookId}
Webhook
curl --request GET \
  --url https://api.getredo.com/v2.2/webhooks/{webhookId}
{
  "webhook": {
    "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

webhookId
string
required

Webhook ID

Example:

"64e5a865a58eefeed7f05ea6"

Response

200 - application/json

Success

webhook
Webhook read · object
required

Webhook read.