Overview
The SIM Management Platform is Cellhire's 'single pane of glass' where customers can manage their SIM base. The platform is underpinned by a REST API located at https://api.cellhire.com. This site provides comprehensive documentation for all of our APIs and everything you need to understand the workings of each API.
Swagger
The OpenAPI specification is available at https://api.cellhire.com (opens in a new tab).
REST
The SIM Management API use HTTP
verbs and a RESTful endpoint structure. GET
requests are used to retrieve information, POST
requests are used to add / update information. Request and response payloads as in JSON
form using UTF-8
encoding.
Security
All communication with the SIM Management plaform must take place over HTTPS
with a minimum TLS 1.2
.
Sandbox / Test environment
Due to the nature of the SIM Management platform being a bridge for various network operations, we do not operate a Sandbox or Test environment. All actions taken will be applied to real sims, and cannot be reverted. Your account manager can supply some test SIMs which can be used when setting up API connectivity.