v1

latestOpenAPI 3.1.02026-07-13182388559.6 KB
Action

Test an action with custom payload

post/v1/actions/{type}/test

Path parameters

typestring required

Action type

Request body

object required
OR

Response

OK

codeinteger
messagestring
requestIdstring

Example response

{
  "message": "successfully",
  "requestId": "abc-123"
}