Skip to main content
GET
/
api
/
public
/
v2
/
webhooks
cURL
curl --location 'https://www.headout.com/api/public/v2/webhooks/' \
--header 'Headout-Auth: <YOUR_API_KEY>'
{
  "timestamp": 1756977128516,
  "message": "Webhook configuration retrieved successfully",
  "data": {
    "url": "https://your-domain.com/webhooks/headout/booking-status",
    "enabled": true
  }
}

Authorizations

Headout-Auth
string
header
required

Response

Webhook configuration retrieved successfully

timestamp
integer

Response timestamp in milliseconds

Example:

1642248153000

message
string | null

Response message

Example:

"Webhook configuration created successfully"

error
object
data
object

Response data payload