Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
Webhook secret value
curl --request GET \
--url https://api.wirespeed.co/integration/{integrationId}/webhookSecret \
--header 'Authorization: Bearer <token>'
{
"webhookSecret": "<string>"
}
curl --request GET \
--url https://api.wirespeed.co/integration/{integrationId}/webhookSecret \
--header 'Authorization: Bearer <token>'
{
"webhookSecret": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Webhook secret value