GET
/
webhook
/
secret
curl --request GET \
  --url https://api.openformat.tech/v1/webhook/secret \
  --header 'X-API-KEY: <api-key>'
{
  "status": "success",
  "webhook_secret": "7be555a9-be3b-4049-9361-664842821721"
}

Authorizations

X-API-KEY
string
header
required

Response

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

Response status: 'sucess' or 'failed'

Available options:
failed,
success
Example:

"success"

webhook_secret
string
required

The webhook secret

Example:

"7be555a9-be3b-4049-9361-664842821721"