Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Entire body will be passed as a payload to the triggered automation
Response
Success Response
The response is of type any
.
Test Automation
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Entire body will be passed as a payload to the triggered automation
Success Response
The response is of type any
.