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"
}
}Get a 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"
}
}Webhook ID
"64e5a865a58eefeed7f05ea6"
Success
Webhook read.
Show child attributes
HTTPS callback URL to POST events.
Show child attributes
HTTPS callback URL.
"https://subscriber.example.org/events"
Time created.
Topic.
return Last time updated.
Optional external identifier.
Webhook ID.
Kind.
redo, loop Was this page helpful?