Use the Sixfab Develepor API to build more complex custom applications and integrations.

The Sixfab Developer API provides developers with a comprehensive set of tools and functionalities to seamlessly access and utilize the features offered by Sixfab Connect. Through the API, developers can leverage a wide range of methods and endpoints to interact with the platform and access vital information about their assets. These methods include retrieving detailed asset information, registering new assets, updating existing asset details, and obtaining comprehensive SIM usage data. By utilizing the Sixfab Developer API, users can effortlessly track and monitor their asset data consumption, seamlessly manage asset information, and seamlessly integrate the platform's capabilities into their own applications and systems.

Authentication

The Sixfab Develepor API uses API keys to authenticate requests. You can view and manage your API keys in the Sixfab Connect Dashboard. Your API keys uniquely identify you, so they should be kept private and not shared!

Get your API key

Login to Sixfab Connect and access the Developer Page from the control panel. Then create a new API key.

HTTP Header

For authentication, you will pass your credentials as the x-api-key header with every request.

Pass the API key into the x-api-key header. It might look like this:

curl -H 'X-Api-Key: TEST_KEY' 'https://api.sixfab.com/v1/sims'

Rate limits

Limits are placed on the number of API requests you may make using your API key. It can make up to 10 requests per second to our API.

If you're building an application that needs higher rate limits, please contact us.