v1

latestOpenAPI 3.0.02026-07-263118119.8 KB
Webhooks

webhook

Fetch webhook for the specified topic.

<details> <summary><strong>Error Glossary</strong> (click to expand)</summary>
CodeHTTP StatusMessage
AP009401Unauthorized
AP101401No authenticated user
AP1000200Invalid API
AP1101200Error fetching webhook
AP1107400Merchant is required
</details>
get/v2/webhook

Query parameters

topicstring

Filter webhooks by topic.

Headers

authorizationstring required

A merchant scoped token.

Content-Typestring required

Response

Success - List of webhooks

OR

Example response

{
  "webhooks": [
    {
      "payloadVersion": "2.0"
    }
  ]
}