Skip to main content
POST
/
api
/
games
/
1.0
/
init
Application Details
curl --request POST \
  --url https://api.warpstore.app/api/games/1.0/init \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "serverPort": 123
}
'
{
    "id": "1e1472eb-907a-4706-b318-aadf3ee54869",
    "name": "Rust ARIZONA",
    "plan": "SUPER",
    "expirationDate": "2024-05-02T18:42:41.000Z",
    "url": "arizona.wrpstore.app"
}

Documentation Index

Fetch the complete documentation index at: https://wiki.warpstore.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorization
string
required
serverPort
number
required

Response

id
string
ID da sua loja integrada.
name
string
Nome da sua loja
plan
string
Plano da sua loja
expirationDate
string
A data expiração (Formato UTC) da sua assinatura
url
string
URL da sua loja.
{
    "id": "1e1472eb-907a-4706-b318-aadf3ee54869",
    "name": "Rust ARIZONA",
    "plan": "SUPER",
    "expirationDate": "2024-05-02T18:42:41.000Z",
    "url": "arizona.wrpstore.app"
}