Authorizations
An API key that grants access to the Connect API. You can create and manage API keys in the portal.
Headers
A unique key to ensure idempotency of requests. If a request with the same key has already been processed, the same result will be returned. The key must be unique for each distinct operation. Keys are expired after 24 hours, but we recommend using a new key for each request.
Modified requests with the same idempotency keys are rejected with a 409 Conflict
status code.
256
Body
Device IMEI to look up.
Request to get device information by IMEI.
The International Mobile Equipment Identity of the device.
"356938035643809"
Response
Device information retrieved.
Information about a device based on its IMEI.
The device IMEI that was checked.
"356938035643809"
Whether the device supports eSIM.
true
The device TAC (Type Allocation Code), which is the first 8 digits of the IMEI identifying the device model and manufacturer.
"35693803"
Device manufacturer.
"Apple"
Device model.
"A2653"
Device marketing name.
"iPhone 15 Pro"