
API
Automate SIM management.
By Jakub and 2 others3 authors11 articles
- How to set up an API keyA key is necessary to get access to the Onomondo API.
- Where to find Onomondo API documentation?You can find the API documentation at docs.onomondo.com.
- API returns "429: Too many requests, please try again later" errorYou are hitting the API request limit of 600 call per minute.
- API times out during GET Retrieve All Usage requestUse GET Retrieve Usage of specific SIM instead or download CSV usage report from the Onomondo app.
- Is it possible to have a CSV report via the API?No. The API returns objects in JSON format.
- Can the API return cost per SIM for a month?No, but you can retrieve this information via the Onomondo app.
- Can I retrieve older usage data via the API?No. Usage records older than 14 weeks are deleted and cannot be accessed through the API.
- Do Onomondo API keys expire?No, Onomondo API keys do not expire automatically.
- How is API rate limiting applied?Onomondo API rate limiting is applied per IP address.
- What is the API rate limit at Onomondo?The default API rate limit is 600 requests per minute.
- How to retrieve Network Logs via the API?Query the /network-logs endpoint to fetch the data.