Catalog
Check device compatibility
Checks if a device is compatible with eSIM functionality. Returns whether the specified device supports eSIM installation and activation.
get
/catalog/devices/compatibilityAuthorization
Authorization: Bearer {token} — an OAuth2 access token from the client-credentials flow. How authentication works
Query parameters
brandstringrequiredDevice manufacturer/brand (e.g., "Apple", "Samsung", "Google")
modelstringrequiredDevice model name (e.g., "iPhone 14 Pro", "Galaxy S23")
variantstringDevice variant or region code (e.g., "US", "EU", "Global")
Responses
200Device compatibility resultapplication/jsonShow response bodyHide response body
dataobjectShow propertiesHide properties
compatiblebooleanrequiredWhether the device supports eSIM
400Bad request - invalid parameters401Unauthorized - missing or invalid API key403Forbidden - client does not have access to this resource429Rate limit exceeded500Internal server error