apis documents

root domain: http://mysms.codes/ or http://8.219.71.208/

root domain: http://mysms.codes/ or http://8.219.71.208/

getbalance

GET /stubs/handler_api.php

Query Parameters

NameTypeDescription

api_key*

String

Your API key

action*

String

getbalance

{
"erro":"0",
"ret":"100"
}

getnumber

GET /stubs/handler_api.php

Query Parameters

NameTypeDescription

api_key*

String

Your API key

action*

String

getNumber

country*

String

cambodia

service*

String

service id

{
"erro":"0",
"pid":"521",
"phonenumber":"382528923"
}

getsms

GET /stubs/handler_api.php

Query Parameters

NameTypeDescription

api_key*

String

Your API key

action*

String

getsms

pid*

String

your pid number

{
"erro":"0",
"ret":"sms content",
}

GetTheNumber

GET /stubs/handler_api.php

https://mysms.codes/stubs/handler_api.php?api_key=apikey&action=getTheNumber&country=cambodia&service=serviceid&number=thenumber

Query Parameters

NameTypeDescription

api_key

String

Your API key

action

String

getTheNumber

country

String

cambodia

service

String

service id

number

String

The specific number you want to get

{
"erro":"0",
"pid":"522",
"phonenumber":"382528923"
}

Welcome to MyAPI

Welcome to MyAPI! Here you'll find all the documentation you need to get up and running with the MyAPI API.

Last updated