Skip to main content
GET
Get Webhook Configuration

Get Webhook Configuration

Returns the current webhook configuration for your app, including the webhook URL and whether a webhook secret is configured.

Request

Response

boolean
Whether the request was successful
object

Use Cases

  • Check if webhooks are configured before testing
  • Verify webhook URL in your integration dashboard
  • Debug webhook delivery issues

Authorizations

Authorization
string
header
required

JWT access token obtained from /auth/token

Response

Webhook configuration retrieved successfully

success
boolean
Example:

true

status
integer
Example:

200

message
string
data
object
meta
object