Join a multiplayer party.
POST /api/v1/party/d8357102-4518-45c5-b7b3-127bad36a723/join HTTP/1.1
Accept: application/json
Content-Type: application/json
Authorization: Bearer ...
----------------------------------------
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{
"partyId": "d8357102-4518-45c5-b7b3-127bad36a723",
"socketUrl": "wss://ws1.ws.prod.theendlessmission.com/party/d8357102-4518-45c5-b7b3-127bad36a723",
"accessToken": "eyJhb...Qjg"
}Authentication is required.
| Name | Description | Value |
|---|---|---|
| partyId | the ID of the party to join, as a GUID with dashes | string |
NONE
NONE
Successful responses are code 200 with data in the response body. Other error responses are standard.
| Name | Description | Value |
|---|---|---|
| partyId | the ID of the party | string |
| socketUrl | the URL to use to establish a WebSocket connection | string |
| accessToken | a token granting access to the socket host, as a JWT | string |