Authentication
To use io.net APIs, you must supply a JWT token in the header of your request. Follow the instructions below to generate a token:- Go to io.net > Get Started > IO Explore > and the Workers tab.
- In the UI, right-click and select Inspect.
- In the Inspect tool, click Network.
- Refresh the Workers page.
- In the list of elements, click Devices.
- Scroll down to the Request Headers section.
- Copy and store the token.
The token is valid for 21 days.

Make an API Call
You can use cURL to make API requests. Make sure you replace the following variables:- 
{device_id}: Your actual Device ID, which you can copy from the Device View page. 
- 
{your_token}: The Token you previously copied using the Inspect Tool.
Rate Limits
The base io.net API rate limit is as follows:- 150 reqs / 10 second (umbrella Rate Limit on IO Explorer)
- Summary: 100 / 5 minutes
- Details: 100 / 5 minutes
- Search: 80 / 1 minute