Working with the emnify REST API
REST APIs are one way to integrate external services into your application. The emnify API provides a variety of HTTP requests to integrate several emnify services into your application.
The emnify API is based on the OpenAPI Specification OAS3. You can try out our API using the API reference.
Code samples
See our GitHub repository for examples of using the emnify API with JavaScript.
info
The How to use Rest-API via Postman guide provides information on how to more efficently work with the emnify REST API.