Skip to main content
Version: 1.0.0

List my webhooks

Information

This API allow you to get all webhook you created.

Link to swagger
This endpoint is synchronous
The role admin is needed in order to use this endpoint
Endpoints

GET/v1/config/webhook

GET /v1/config/webhook


curl -X 'GET'
'https://api.ppd.iopole.fr//v1/config/webhook'
-H 'accept: application/json'
-H 'Authorization: Bearer ${token}'

200 OK

[
{
"webhookId": "6c6147a9-b820-4627-8baf-58f32ca256a5",
"label": "test@mycompany.com sandbox client endpoint",
"status": "ACTIVE",
"isUserDefault": true,
"filterStreamDirection": null,
"adapterCode": "sandboxAdapter",
"interopData": {
"endpoints": {
"status": {
"callbackUrl": "https://mycompany.fr/invoice/:invoiceId/status"
},
"invoice": {
"callbackUrl": "https://mycompany.fr/receipt/invoice"
}
}
}
}
]