Proxy
Proxy REST API Playground
Access proxy networks using REST API
POST
See instruction on how to create API key: API key creation
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200
application/json
OK
The response is of type string
.
Example:
"OK"