Skip to main content
GET
/
webhooks
List webhook subscriptions
curl --request GET \
  --url https://formitto.com/v1/webhooks \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "target_url": "<string>",
    "created_at": "2023-11-07T05:31:56Z"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.formitto.com/llms.txt

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

Authorizations

Authorization
string
header
required

A Formitto API key created in the dashboard (Settings → API keys). Pass it as Authorization: Bearer fmt_live_....

Response

This key's subscriptions.

id
string
required
event
enum<string>
required
Available options:
form.submitted,
booking.created,
booking.rescheduled,
order.paid
target_url
string<uri>
required
created_at
string<date-time>
required