Buy Telegram Premium
Authorizations
Query parameters
usernamestringRequired
Telegram username
monthsinteger · int32Required
Duration of month (3,6,12)
Header parameters
CF-ACCESS-KEYstringRequiredExample:
The API Access key as a string
your api key
CF-ACCESS-SIGNstringRequiredExample:
The Base64-encoded signature (see signing messages subsection for details)
signature
CF-ACCESS-TIMESTAMPstringRequired
The UTC timestamp of your request .e.g : 2008-08-08T08:08:08.888Z
Responses
200
OK
application/json
post
POST /v1/premium HTTP/1.1
Host: api.catfee.io
CF-ACCESS-KEY: text
CF-ACCESS-SIGN: text
CF-ACCESS-TIMESTAMP: text
Accept: */*
200
OK
{
"code": 1,
"msg": "text",
"sub_code": "text",
"sub_msg": "text",
"data": {
"username": "text",
"months": 1,
"usdt_sun": 1,
"created_at": 1,
"status": "UNPAID"
}
}
Last updated
Was this helpful?