Firsty

Search...

Search...

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/compatibility

Authorization

Authorization: Bearer {token} — an OAuth2 access token from the client-credentials flow. How authentication works

Query parameters

brandstringrequired

Device manufacturer/brand (e.g., "Apple", "Samsung", "Google")

modelstringrequired

Device model name (e.g., "iPhone 14 Pro", "Galaxy S23")

variantstring

Device variant or region code (e.g., "US", "EU", "Global")

Responses

200Device compatibility resultapplication/json
Show response body
dataobject
Show properties
compatiblebooleanrequired

Whether 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