Action

Get a action by ID

GET
/api/v1/action/get/{actionId}
/api/v1/action/get/{actionId}

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

Path Parameters

actionId
Required
string

The ID of the action to retrieve

curl -X GET "https://example.com/api/v1/action/get/string" \
  -H "Authorization: <token>"

OK