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": "first",
"href": "https://api.sandbox.velopayments.com/v1/resources?page=1&pageSize=3&sort=lastLoadedAt:asc"
},
{
"rel": "first",
"href": "https://api.sandbox.velopayments.com/v1/resources?page=1&pageSize=3&sort=lastLoadedAt:asc"
}
],
"page": {
"numberOfElements": 10,
"totalPages": 10,
"pageSize": 10,
"page": 10,
"totalElements": 10
},
"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
}
]
}