Kho đầu số

Danh sách kho đầu số

Danh sách kho đầu số

GET [URL]/api/partner/public_number/list

Danh sách kho đầu số

Query Parameters

NameTypeDescription

page

number

Trang (Bắt đầu từ 1)

size

boolean

Kích thước trang (Mặc định là 50)

Headers

NameTypeDescription

Authorization

string

Access token : Bearer 'partner token'

{
    "status_code": 9999,
    "payload": {
        "next_page": 2,
        "page_number": 1,
        "has_previous": false,
        "has_next": true,
        "total_pages": 3,
        "previous_page": 1,
        "items": [
            {
                "created_date": 1583725991806, // Ngày tạo
                "last_updated_date": 1601005495717, // Cập nhật lần cuối
                "number": "842477778823", // Số hotline
                "provider": "Itelecom", // Nhà mạng
                "provider_type": "itel", // Tên ngắn
                "number_type": "fixed", // Loại đầu số (Cố định, di động, 1900, 1800, ... )
                "nation": "vn" // Quốc gia,
                "maintaining_prices": [ // Phí duy trì đầu số
                    {
                        "currency": "VND",
                        "price": 22000
                    },
                    {
                        "currency": "USD",
                        "price": 0.977
                    }
                ],
                call_pricing { // Giá thoại
                }
            },
            {
                "created_date": 1583725991806,
                "last_updated_date": 1601092490032,
                "number": "842477778814",
                "provider": "Itelecom",
                "provider_type": "itel",
                "number_type": "fixed",
                "nation": "vn"
            },
            ......
        ],
        "total_items": 140,
        "page_size": 50
    },
    "key_enabled": false
}

Mua đầu số

POST [URL/api/partner/public_number/buy

Mua số hotline

Path Parameters

NameTypeDescription

Authorization

string

Access token : Bearer 'partner token'

Request Body

NameTypeDescription

number_count

number

Số tháng sử dụng (Tối thiểu 6 tháng)

note

string

Mô tả

number

string

Số hotline

email

string

Email chủ doanh nghiệp

Last updated