Authorizations
Body
application/json · object
curl --request POST \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/boards/{boardId}/actors/{actionId}/test \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{}BoardTest finds the webhook url from within the cluster for a board and sends a POST request to it with the data in the payload.
curl --request POST \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/boards/{boardId}/actors/{actionId}/test \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{}