API Reference

V0.1 Beta

Dive into the specifics of each API endpoint by checking out our complete documentation.

Base URL: https://api.alt-master.xyz/v0.1/alts

Make a request for alts to join.

POST /connect

Headers

NameValue

Content-Type

application/json

Authorization

Bearer <token>

Body

{
  "num_accounts": #,
  "server_join_code": "your_server_join_code"
}

Response

{
  "accounts": [
    {"name": "#####", "temp_auth_key": "temporary_auth_key_1", "expires_at": "0000-00-00T00:00:00Z"},
    {"name": "#####", "temp_auth_key": "temporary_auth_key_2", "expires_at": "0000-00-00T00:00:00Z"},
  ...
  ],
  "credits_left": ####
}

Last updated