Logo
IntelliQA's Public API Documentation

Terminate Testing

POST {{url}}

This will allow a user to select the brand test tool profile.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status OK

{ "message_type": "ACK", "version": "1.0", "payload": null }



Curl
curl -X POST 'url' -H 'Content-Type: application/json' -d '{"id":"bttid","message":{"message_type":"Terminate Testing","version":"1.0"}}'

ENDPOINTS