Getting started
To use the SmartSIM API, you must authenticate with an authentication token. Telecom Liechtenstein uses JSON Web Tokens (JWTs) as the authentication token.
Base URL: https://smartsim.telecom.li
Make your first API call
Get started in minutes using the interactive API explorer.
Get an application token
- Log in to the Telecom Liechtenstein Portal
- Navigate to Integrations > Application tokens
- Click Add token, generate and copy your token, and store it securely
Authenticate
Click Try it to open the API explorer.
Paste your application token and send the request to receive your auth_token.
Copy the auth_token to paste into the Authorization header of the next call.
The /api/v1/authenticate endpoint has a rate limit of 100 requests per IP in a 5-minute window.
Store your auth_token and reuse it instead of authenticating on every request.
For more information, see Rate limits.
Choose your authentication method
Always use application tokens to authenticate with the SmartSIM API when possible. Any APIs that currently require user credentials are being updated to support application tokens.