get
https://onlinesim.io/api/v1/info/servicesGET /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
200Example of successful response for service names list request
Example of successful response for service names list request
Content-Type
application/jsonSchema
Responseobject
Responseobject
responsestring
servicesobject
servicesobject
servicesstring
additionalPropertiesstring
Examples
Example of service list
{
"response": "1",
"services": {
"3223": "fb",
"vkcom": "vk",
"mailru": "ma"
}
}Code Samples
Generating examples...