INDEX / DEVELOPMENT / OPTO22 PAC CONTROL REST API
№ APD-01794
UNCLAIMED
LISTING

This entry was filed by our crawler. Is it yours?

Claim it to edit the listing, publish your OpenAPI spec as a full reference, see traffic analytics — and optionally sell access right here.

№ APD-01794 · FIRST INDEXED 2026-08-27

Opto22 PAC Control REST API

Revised: 6/15/2018 Overview This API provides secure access to a SNAP-PAC-R or -S series controller's variable and I/O tags. Confidentiality for API transactions is provided by HTTPS. Authentication uses HTTP Basic Aut
SOURCE: DISCOVERY-APISGURU
DOMAIN: developer.opto22.com
REGISTRY RECORD
AS OBSERVED — UNVERIFIED
AUTHhttp-auth
PRICINGunknown
CATEGORIESdevelopment
STATUSunclaimed
DOCS STATUSmoved — see final url
LAST CRAWL2026-08-27 05:42
ENDPOINTS
STRUCTURED FROM SWAGGER 2.0
GET
/device
Returns controller's type; firmware version; both mac addresses; and uptime in seconds
GET
/device/strategy
Returns the name, date, time, and CRC of the strategy currently in the controller, and the number of charts cu
GET
/device/strategy/ios/analogInputs
Returns the name and engineering units (EU) for all analog input points in the strategy
GET
/device/strategy/ios/analogInputs/{ioName}/eu
Reads the value in engineering units (EU) of the specified analog input
GET
/device/strategy/ios/analogOutputs
Returns the name and engineering units (EU) for all analog output points in the strategy
GET
/device/strategy/ios/analogOutputs/{ioName}/eu
Reads the value in engineering units (EU) of the specified analog output
POST
/device/strategy/ios/analogOutputs/{ioName}/eu
Sets the value of the specified analog output point
GET
/device/strategy/ios/digitalInputs
Returns the name and state (true = on, false = off) of all digital input points in the strategy. If there is n
GET
/device/strategy/ios/digitalInputs/{ioName}/state
Returns the specified digital input point's state (true = on, false = off)
GET
/device/strategy/ios/digitalOutputs
Returns the name and state (true = on, false = off) of all digital output points in the strategy
GET
/device/strategy/ios/digitalOutputs/{ioName}/state
Returns the specified digital output point's state (true = on, false = off)
POST
/device/strategy/ios/digitalOutputs/{ioName}/state
Sets the value of the specified digital output point
+ 43 MORE ENDPOINTS IN THE SPEC
CHANGELOG
AS OBSERVED — FULL FEED →
2026-08-27 AUTH unknown → http-auth