Changelog
/AuthKit API v2 has not been released yet. The expected launch date is December 12, 2025. You can experience its Beta version when a new announcement is made.
NEW
Use X.509 certificates in /AuthKit API v21
- Public
X.509Certificate (.avc-pubcert2): Used to authenticate API request actions. - Private
X.509Certificate (.avc-privcert3): Used to manage applications on AVCManager.
NEW
Some API endpoints will be added
/api/tg/captcha: Captcha verification via AVCBot./api/url/tg: Verify Telegram users by using a redirect URL to AVCBot and confirming their identity./api/url/email: Verify whether that email belongs to the person by requesting them to access the confirmation URL in the email.
- NEW
-
Use an additional MySQL Database server as the second server.
- NEW
-
New module created to make it easier to use /AuthKit API v2 for Python.
CHANGE
Modify some API endpoints
/api/telegram/otpVerification⇒/api/tg/otp/api/email/otpVerification⇒/api/email/otp/api/getData⇒ ∅4
CHANGE
Modify request parameter components to API endpoints
authkey(Param) ⇒Authkey(Header).chatid(Param) ⇒ChatID(Header).email(Param) ⇒Email(Header).
-
We'll have separate documentation on the
X.509certificate information used in the upcoming version of /AuthKit API v2. ↩ -
This is the public
X.509certificate file format created for /AuthKit API v2. You can obtain it by exporting the.avc-pubcertfile via AVCManager. ↩ -
This is the private
X.509certificate file format created for /AuthKit API v2. You can obtain it by exporting the.avc-privcertfile via AVCManager. ↩ -
This API will be migrated to AVCManager ↩