POST
/
integration
/
invoke
/
{integrationId}
/
{actionSlug}
curl --request POST \
  --url https://api.wirespeed.co/integration/invoke/{integrationId}/{actionSlug} \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

integrationId
string
required

Integration ID

actionSlug
string
required

Action slug to invoke

Response

200
application/json

The response is of type object.