webhooks
Get the Webhook for an environment
GET
/
environments
/
{environmentId}
/
webhooks
/
{webhookId}
Authorization
Path
Query
curl --request GET \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/webhooks/{webhookId}
{
"createdAt": "2023-11-07T05:31:56Z",
"enabledAt": "2023-11-07T05:31:56Z",
"environmentId": "95b11417-f18f-457f-8804-68e361f9164f",
"events": [
"<string>"
],
"isEnabled": true,
"secret": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"url": "https://website-sample.com",
"webhookId": "95b11417-f18f-457f-8804-68e361f9164f"
}
Path Parameters
environmentId
string
requiredID of the environment
webhookId
string
requiredUUID of the webhook
Query Parameters
includeSecret
boolean
Include secret in response
Response
200 - application/json
createdAt
string
requiredenabledAt
string
environmentId
string
requiredevents
string[]
requiredisEnabled
boolean
requiredsecret
string
updatedAt
string
requiredurl
string
requiredwebhookId
string
requiredWas this page helpful?
curl --request GET \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/webhooks/{webhookId}
{
"createdAt": "2023-11-07T05:31:56Z",
"enabledAt": "2023-11-07T05:31:56Z",
"environmentId": "95b11417-f18f-457f-8804-68e361f9164f",
"events": [
"<string>"
],
"isEnabled": true,
"secret": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"url": "https://website-sample.com",
"webhookId": "95b11417-f18f-457f-8804-68e361f9164f"
}