• About
    • For Developers
  • API Reference
    • Changelog
  • Guides
    • Account creation
    • Agents async API
    • Links
API Referencewebhooks

Get Webhook

GET
https://api.devrev.ai/webhooks.get
GET
/webhooks.get
1curl -G https://api.devrev.ai/webhooks.get \
2 -H "Authorization: Bearer <token>" \
3 --data-urlencode id=don:integration:dvrv-us-1:devo/example:webhook/webhook-id
Try it
200Retrieved
1{
2 "webhook": {
3 "id": "string",
4 "secret": "string",
5 "status": "active",
6 "url": "string",
7 "created_by": {
8 "display_id": "string",
9 "id": "string",
10 "display_name": "string",
11 "display_picture": {
12 "display_id": "string",
13 "id": "string",
14 "file": {
15 "type": "string",
16 "name": "string",
17 "size": 1
18 }
19 },
20 "email": "string",
21 "full_name": "string",
22 "state": "active"
23 },
24 "created_date": "2023-01-01T12:00:00.000Z",
25 "display_id": "string",
26 "event_types": [
27 "account_created"
28 ],
29 "headers": [
30 {
31 "name": "string",
32 "value": "string"
33 }
34 ],
35 "modified_by": {
36 "display_id": "string",
37 "id": "string",
38 "display_name": "string",
39 "display_picture": {
40 "display_id": "string",
41 "id": "string",
42 "file": {
43 "type": "string",
44 "name": "string",
45 "size": 1
46 }
47 },
48 "email": "string",
49 "full_name": "string",
50 "state": "active"
51 },
52 "modified_date": "2023-01-01T12:00:00.000Z"
53 }
54}
Gets the requested webhook's information.

Headers

AuthorizationstringRequired
Bearer authentication of the form `Bearer <token>`, where token is your auth token.

Query parameters

idstringRequiredformat: "id"
ID for the webhook.

Response

The response to getting the information for the webhook.
webhookobject

Errors

Was this page helpful?
Previous

Get Webhook (POST)

Next
Built with
ID for the webhook.
The response to getting the information for the webhook.

Get Webhook (POST)

Bearer authentication of the form Bearer <token>, where token is your auth token.