v1

latestOpenAPI 3.0.02026-07-242235189.3 KB

Phone Disposable

This page will help you get started with Disposable Phones API

post/phone-disposable

Request body

transaction_idstring required

The unique identifier of this transaction. Duplicated value are not allowed.

phone_numberstring required

Phone number you want to lookup. The expected format is international, with leading country-code and without zeros or '+' symbol.

Response

200

is_valid_formatboolean
is_disposableboolean
disposable_providerstring

Example response

{
  "is_valid_format": true,
  "is_disposable": true,
  "disposable_provider": "freesms.net"
}