Authentication

Authenticate your API requests using Bearer token authentication.

Header Parameters

Authorizationstring
GET/
1curl --location 'https://api.imeicheck.net/' \
2 --header 'Authorization: Bearer <YOUR API KEY>' \
3 --header 'Content-Type: application/json'
Response
// Awaiting response...

All Endpoints

GET/

Authentication

Authenticate your API requests using Bearer token authentication.

POST/check

Check IMEI

Submit an IMEI number for verification and receive detailed device information.

POST/batch

Batch Check

Check multiple IMEI numbers in a single request (up to 100 IMEIs per request).

GET/credits

Check Credits

Check your remaining API credits and usage statistics.