Build powerful mobile apps with our comprehensive REST API. Manage eSIMs, orders, customers, and more with simple HTTP requests.
https://iqtravel.app/api/mobile/v1Most endpoints require authentication. Include your access token in the Authorization header:
Authorization: Bearer YOUR_ACCESS_TOKENcurl -X GET \
'https://iqtravel.app/api/mobile/v1/bundles' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
-H 'Content-Type: application/json'All API responses follow a consistent structure with data, metadata, and error handling:
{
"success": true,
"data": { ... },
"metadata": {
"page": 1,
"pageSize": 20,
"totalCount": 100
},
"timestamp": "2024-01-02T19:00:00Z"
}API requests are limited to 100 requests per minute per user. Rate limit information is included in response headers.
Our developer support team is here to help you integrate successfully.