Tigrillo API introduction
The Tigrillo API enables you to access your Infinity Classic account to return SIM information, such as data usage, and configure specific fields, such as the friendlyName and SIM status. You can only view and configure information for SIMs that are already linked to your Infinity Classic account.
Eseye makes data available for two months. You must store any historic data you want to retain.
To request the Tigrillo API subscription:
-
Select Request Tigrillo API (below) to display a pre-formatted email that you can use to subscribe to the Tigrillo API:
- Edit the email to include your details.
-
Alternatively, send your own email to Support (support@eseye.com), Sales Admin (salesadmin@eseye.com) and your Account Manager, which must include the following information:
Subject: Subscribe to Tigrillo API
Body text must include the following information:
- Company Name
- Your role
- Contact phone number
- Contact email address
-
We will notify you when the API is set up.
Accessing the API
Use the following URL to access the latest version of the Tigrillo API:
-
https://siam.eseye.com/Japi/Tigrillo/<method>
where
<method>
is the method used, for example getSIMs.
Use the following URL to access a specific version of the Tigrillo API:
-
https://siam.eseye.com/Japi/<version>Tigrillo/<method>
where
<version>
is the required version, for example:https://siam.eseye.com/Japi/v1.0/Tigrillo/getSIMs
Tigrillo API functionality
I want to...
Change the state of a single SIM
- Activate one or more SIMs – see POST /Japi/Tigrillo/activateSIMs
- Suspend, reactivate or terminate a single SIM – see POST /Japi/Tigrillo/setSIMState
Change the state of multiple SIMs
- Activate one or more SIMs – see POST /Japi/Tigrillo/activateSIMs
- Suspend multiple SIMs – POST /Japi/Tigrillo/suspendSIMs
- Unsuspend (re-enable) multiple SIMs – see POST /Japi/Tigrillo/unsuspendSIMs
- Terminate multiple SIMs – see POST /Japi/Tigrillo/terminateSIMs