curl --request POST \
--url https://api.wirespeed.com/integration/invoke/{integrationId}/{actionSlug} \
--header 'Authorization: Bearer <token>'
{
"data": {}
}
curl --request POST \
--url https://api.wirespeed.com/integration/invoke/{integrationId}/{actionSlug} \
--header 'Authorization: Bearer <token>'
{
"data": {}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Integration ID
Action slug to invoke
The response is of type object
.