GET
/
integration
/
{integrationId}
/
webhookSecret
Get webhook secret
curl --request GET \
  --url https://api.wirespeed.co/integration/{integrationId}/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

integrationId
string
required

Response

webhookSecret
string
required

Webhook secret value