webhooks
Get the Messages for an webhook
GET
/
environments
/
{environmentId}
/
webhooks
/
{webhookId}
/
messages
Authorization
Path
Query
curl --request GET \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/webhooks/{webhookId}/messages
{
"cursor": "<string>",
"data": [
{
"createdAt": "2023-11-07T05:31:56Z",
"deliveredAt": "2023-11-07T05:31:56Z",
"deliveryAttempt": 123,
"deliveryId": "95b11417-f18f-457f-8804-68e361f9164f",
"environmentId": "95b11417-f18f-457f-8804-68e361f9164f",
"eventCreatedAt": "2023-11-07T05:31:56Z",
"eventId": "95b11417-f18f-457f-8804-68e361f9164f",
"eventReceivedAt": "2023-11-07T05:31:56Z",
"messageCreatedAt": "2023-11-07T05:31:56Z",
"messageId": "95b11417-f18f-457f-8804-68e361f9164f",
"request": {},
"response": {},
"status": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"webhookId": "95b11417-f18f-457f-8804-68e361f9164f"
}
]
}
Path Parameters
environmentId
string
requiredID of the environment
webhookId
string
requiredUUID of the webhook
Query Parameters
cursor
string
Cursor for pagination
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/{webhookId}/messages
{
"cursor": "<string>",
"data": [
{
"createdAt": "2023-11-07T05:31:56Z",
"deliveredAt": "2023-11-07T05:31:56Z",
"deliveryAttempt": 123,
"deliveryId": "95b11417-f18f-457f-8804-68e361f9164f",
"environmentId": "95b11417-f18f-457f-8804-68e361f9164f",
"eventCreatedAt": "2023-11-07T05:31:56Z",
"eventId": "95b11417-f18f-457f-8804-68e361f9164f",
"eventReceivedAt": "2023-11-07T05:31:56Z",
"messageCreatedAt": "2023-11-07T05:31:56Z",
"messageId": "95b11417-f18f-457f-8804-68e361f9164f",
"request": {},
"response": {},
"status": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"webhookId": "95b11417-f18f-457f-8804-68e361f9164f"
}
]
}