gethttps://onlinesim.io/api/v1/info/services

GET /services

Get service names list

This request returns a list of names for all services.

Please note that some services might be disabled for certain countries as some apps and websites target specifically one or a few regions, disabling the ability to use phone numbers from other countries.

Responses

200

Example of successful response for service names list request

Content-Typeapplication/json
Schema
Responseobject
responsestring

1, if request was successful, otherwise error message will come up

servicesobject

List of services

servicesstring

Object where keys are service names (or their identifiers), and values are the corresponding short names (slugs) for use in the API

additionalPropertiesstring

Short service name (slug)

Examples

Example of service list
{
  "response": "1",
  "services": {
    "3223": "fb",
    "vkcom": "vk",
    "mailru": "ma"
  }
}

Code Samples

Generating examples...