Skip to main content
GET
/
webhooks
Error
A valid request URL is required to generate request examples
[
  {
    "active": true,
    "id": "cuidjkhg3e289y74u5t6v",
    "subscription_events": [
      "ORDER_CREATED",
      "ORDER_COMPLETED"
    ],
    "url": "https://example.com/webhook",
    "webhook_secret": "whsec_xxxxx"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.coinvoyage.io/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization-Signature
string
required

Authorization header format: 'APIKey=<api_key>,signature=,timestamp=<unix_timestamp>'

Response

List of webhooks

id
string
required
Example:

"cuidjkhg3e289y74u5t6v"

url
string
required
Example:

"https://example.com/webhook"

active
boolean
required
Example:

true

webhook_secret
string
Example:

"whsec_xxxxx"

subscription_events
string[]
Example:
["ORDER_CREATED", "ORDER_COMPLETED"]