Catalog
List compatible devices
Returns the full hierarchical catalog of devices that are compatible with eSIM functionality. The catalog is organized by brand, with categories and model lists. Brands like Apple and Samsung include sub-categories (e.g., iPhone, iPad, Galaxy S Series). Other brands list models directly.
get
/catalog/devicesAuthorization
Authorization: Bearer {token} — an OAuth2 access token from the client-credentials flow. How authentication works
Responses
200Hierarchical device catalogapplication/jsonShow response bodyHide response body
dataobjectDevice catalog organized by brand. Values are either arrays of model names or objects with sub-categories.
401Unauthorized - missing or invalid API key403Forbidden - client does not have access to this resource429Rate limit exceeded500Internal server error