API
Onomondo provides an HTTP RESTful Application Programming Interface (API) to fore easy programmatic management of the different features.
Authorization
Authorization: <YOUR_API_KEY>Rate limiting
x-ratelimit-limit: 600
x-ratelimit-remaining: 520
x-ratelimit-reset: 1730239201Retrieve a list of SIMs based on one Filtering criteria:
Minimum tier requirement for SIM location, modem model, and modem manufacturer information: Fleet
Minimum tier requirement for SIM alert threshold information: Pro
Only one filter can be used at a time and can be:
activated
A boolean to filter if sims are activated or not activated.
connector
The string name of the connector attached SIMs
network_whitelist
name-of-whitelist
Authorizations
HTTPRequired
Query parameters
limitstringOptionalExample:
The max number of records returned. Limit can be between 1 and 1000 records. Default is 1000 records.
{{limit}}filterstringOptionalExample:
{{filter_option}}Responses
200
OK
application/json
Responseobject
get
/sims200
OK
Last updated
Was this helpful?

