Documentation Overview

These documents must be read to learn how to connect your system with our servers and perform automated operations. You must adhere to the privacy policy.

How to get Api key ?

1 - You must obtain the API keys via the bot on Telegram, which is the only way.

2 - Log in to the bot, then go to the api Key button located in the main menu - if you do not have an account - then click Show Key.

What are the requests that can be used via the API FAST TG ?

Many services where you can place orders and purchases, display available countries, inquire about your balance in the bot, in addition to withdrawing numbers through the integration units. Here are some services that you can use :

# Get balance

To inquire about your main wallet balance .

GET https://api.fast-tg.org?apiKay=YOUR_API_KEY&action=getBalance

Method

Type

Require

Description

apiKey String Yes Your ApiKEY
action String Yes Put : getBalance

# Availabe Counties

To bring up the countries where numbers are available, this list is always updated .

GET https://api.fast-tg.org?apiKay=YOUR_API_KEY&action=getCountrys

Method

Type

Require

Description

apiKey String Yes Your ApiKEY
action String Yes Put : getCountrys

# Get Info

To fetch information related to your account, such as your account hands, the number of numbers delivered, etc .

GET https://api.fast-tg.org?apiKay=YOUR_API_KEY&action=getInfo

Method

Type

Require

Description

apiKey String Yes Your ApiKEY
action String Yes Put : getInfo

# Get Number

Request a new number .

GET https://api.fast-tg.org?apiKay=YOUR_API_KEY&action=getNumber&country=PS

Method

Type

Require

Description

apiKey String Yes Your ApiKEY
action String Yes Put : getNumber
country String Yes ISO Code. Ex: PS
server Integer No Default is : 1

# Get Code

Get the activation code

GET https://api.fast-tg.org?apiKay=YOUR_API_KEY&action=getCode&hash_code=YOUR_HASH_CODE

Method

Type

Require

Description

apiKey String Yes Your ApiKEY
action String Yes Put : getCode
hash_code String Yes Different encryption code
auto_logout String No default is : yes

# My Wallet

Your balance on withdraw wallet .

GET https://api.fast-tg.org?apiKay=YOUR_API_KEY&action=wallet

Method

Type

Require

Description

apiKey String Yes Your ApiKEY
action String Yes Put : getCode