Webhooks
List the details about the webhooks for the given payor.
List the details about the webhooks for the given payor.
get/v1/webhooks
Query parameters
pageinteger
Page number. Default is 1.
pageSizeinteger
The number of results to return in a page
payorIdstring uuid required
The Payor ID
Response
Webhook response
Example response
{
"links": [
{
"rel": "rel",
"href": "href"
},
{
"rel": "rel",
"href": "href"
}
],
"page": {
"numberOfElements": 0,
"totalPages": 1,
"pageSize": 5,
"page": 5,
"totalElements": 6
},
"content": [
{
"id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"authorizationHeader": "authorizationHeader",
"categories": [
null,
null
],
"webhookUrl": "webhookUrl",
"enabled": true
},
{
"id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"authorizationHeader": "authorizationHeader",
"categories": [
null,
null
],
"webhookUrl": "webhookUrl",
"enabled": true
}
]
}