Skip to main content
GET
/
integration
/
{id}
/
webhookSecret
Get webhook secret
curl --request GET \
  --url https://api.wirespeed.co/integration/{id}/webhookSecret \
  --header 'Authorization: Bearer <token>'
{
  "webhookSecret": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Integration ID

Response

webhookSecret
string
required

Webhook secret value