Knowledge Base
Raise a TicketStatus PageIOH LoginWeb shop
ConnectedYou Platform
ConnectedYou Platform
  • 🖥️ConnectedYou Platform
  • User Guide
    • Dashboard
      • Inventory
      • Usage trend
      • Monthly usage summary
      • Top data usage
    • SIM Management
      • SIMs/ eSIMs
        • IMEI lock
        • SIMs Details
          • SIMs - Overview
          • SIMs - Diagnostics
      • SIM Profiles
        • SIM lifecycle
        • SIM-Profile Details
          • SIM-Profile overview
          • SIM-Profile Usage
          • SIM-Profile Diagnostics
        • Tags
    • eUICC Centre
      • Profile Pools
        • Manage Pools
      • Configure eUICC
        • eUICC Details
          • GSMA codes and descriptions
    • Transaction History
      • Transaction details
    • Bulk Actions
      • Tag Management for SIM Cards and SIM Profiles
      • Update User-defined IMEI
      • IMEI Lock Management
      • Bulk Billing Status Change for SIMs/eSIMs and SIM Profiles
    • Automation
      • Rules
      • Rules history
    • Network Activity
      • Usage
      • Diagnostics
        • Network Event Status
    • Reports
    • Exports
      • Usage
      • Access logs
      • Network events
      • Inventory
    • Account
      • Account creation
      • Login
      • Settings
      • Multiple accounts
      • Users
      • Reset password
      • Access logs
  • API Docs
    • APIs Reference
      • Webhooks
        • eUICC transactions
        • eUICC transaction: Audit
        • eUICC change events
        • Network events
        • Usage events
        • Bulk operation status
        • SIM Lifecycle changes
  • SHORTCUTS
    • Getting Started
    • Connectivity
    • SIM/eSIMs
    • Devices
    • Terms & Conditions
Powered by GitBook
On this page
  • Authenticate
  • Get account ID
  • Make your first request

Was this helpful?

  1. API Docs

APIs Reference

PreviousAccess logsNextWebhooks

Last updated 9 months ago

Was this helpful?

Welcome to IOH API. Here you'll find all the documentation you need to get up and running with the APIs for the .

You can find our APIs at .

Feel free to write in to our for any questions or suggestions.

There are 3 basic steps to follow to get quickly started using the IOH APIs:

Authenticate

Use the Auth endpoint: to authenticate and generate the access tokens.

As part of the response you will receive an access_token that you must use in authorization headers henceforth.

The access token typically lasts for 1 hour for security reasons. You will need to either use a refresh_token to generate a new access token or you can re-authenticate.

Get account ID

Using the API endpoint: , you can now retrieve the account ID for your user.

Select one of the account IDs that you have access to.

You can also find your account ID on your account settings page.

Make your first request

Now you are well on your way to trying out the other APIs to automate your workflows.

To make your first request in your account, send an authenticated request to the API endpoint: .

https://api.connectedyou.io/v1
IoT Orchestration Hub
docs.api.connectedyou.io
support desk
https://api.connectedyou.io/
https://api.connectedyou.io/v1
Authenticate
Get account ID
Use the APIs