cURL
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" }
Envia detalhes do servidor para a plataforma e obtem os dados da loja.
Was this page helpful?