Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Integration ID
Action slug to invoke
Response
Response data from the invoked action
curl --request POST \
--url https://api.wirespeed.co/integration/invoke/{integrationId}/{actionSlug} \
--header 'Authorization: Bearer <token>'{
"data": {}
}curl --request POST \
--url https://api.wirespeed.co/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
Response data from the invoked action