GET
/
webhook
/
{id}
curl --request GET \
  --url https://api.openformat.tech/v1/webhook/{id} \
  --header 'X-API-KEY: <api-key>'
{
  "status": "success",
  "webhook": {
    "id": 123,
    "url": "https://api.example.com/webhook",
    "events": [
      "transaction"
    ],
    "disabled": true,
    "disabled_at": "2024-01-23 01:23:45.55338+00",
    "created_at": "2024-01-23 01:23:45.55338+00"
  }
}
{
  "status": "success",
  "webhook": {
    "id": 123,
    "url": "https://api.example.com/webhook",
    "events": [
      "transaction"
    ],
    "disabled": true,
    "disabled_at": "2024-01-23 01:23:45.55338+00",
    "created_at": "2024-01-23 01:23:45.55338+00"
  }
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Webhook id

Example:

"123"

Response

200
application/json
Webhook data
status
enum<string>
required

Successful reponse status

Available options:
success
Example:

"success"

webhook
object
required

The webhook data