Skip to content

GET /api/resellers/checkNumbers

Get detailed information about all phone numbers on your profile and their statuses

WARNING

URL of Onlinesim server is provided by Onlinesim partner support specialists. Please note, that the URL in the example is just a placeholder.

This request is similar to checkNumber request, with exception that it allows you to check numbers on the Onlinesim server in bulk. It provides a detailed information on numbers you've listed.

Parameters

NameTypeDescription
with_historyboolean

Detailed operation history flag (when true returns a list of operations for the specified numbers)

Example:true
NameTypeDescription
Authorization*string

see more here

Example:Bearer apikey

Request Body

Content-Type:application/json
Bodyobject
numbersstring[]

Responses

200

Onlinesim server response

400

Bad Request

Code Samples