webhooks
Get the Webhooks for an environment
GET
/
environments
/
{environmentId}
/
webhooks
Authorization
Path
curl --request GET \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/webhooks
{
"cursor": "<string>",
"data": [
{
"createdAt": "2023-11-07T05:31:56Z",
"enabledAt": "2023-11-07T05:31:56Z",
"environmentId": "95b11417-f18f-457f-8804-68e361f9164f",
"events": [],
"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
Response
200 - application/json
cursor
string
data
object[]
Was this page helpful?
curl --request GET \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/webhooks
{
"cursor": "<string>",
"data": [
{
"createdAt": "2023-11-07T05:31:56Z",
"enabledAt": "2023-11-07T05:31:56Z",
"environmentId": "95b11417-f18f-457f-8804-68e361f9164f",
"events": [],
"isEnabled": true,
"secret": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"url": "https://website-sample.com",
"webhookId": "95b11417-f18f-457f-8804-68e361f9164f"
}
]
}