Description
The PRIZM API allows interaction with PRIZM nodes using HTTP requests to port 9976. Most HTTP requests can use either the GET or POST methods, but some API calls accept only the POST method for security reasons. Responses are returned as JSON objects.
Each API call is documented below, with definitions given for HTTP request parameters and JSON response fields, followed by an example:
All API calls can be viewed and tested at http://localhost:9976/test while the local server node is running. For specific API calls, use http://localhost:9976/test?requestType=specificRequestType.
Prizm APIPrizm API ExamplesLast updated
Was this helpful?