Webhooks - company level
Get a webhook
Returns the configuration for the webhook identified in the path.
To make this request, your API credential must have one of the following roles:
- Management API—Webhooks read
- Management API—Webhooks read and write
get/companies/{companyId}/webhooks/{webhookId}
Path parameters
companyIdstring required
Unique identifier of the company account.
webhookIdstring required
Unique identifier of the webhook configuration.
Response
OK - the request has succeeded.
Example response
{
"communicationFormat": "soap",
"sslVersion": "TLSv1.2",
"url": "http://www.adyen.com"
}