partyAnswer

Accept or decline an invite you were sent.

Answers the invite in `party.incoming`.

In Party.

Request

POST /api/v1/sessions/{accountKey}/actions/partyAnswer

Parameters

NameTypeRequiredDescription
accountId (account_id, returnAccountId)stringyesWho invited you — from `party.incoming`.
acceptbooleanyesWhether to accept.

Example request

{ "accountId": "acc-9", "accept": true }

Response

{ "ok": true }

Example response

{ "ok": true }

Errors

CodeWhen
action_failedNo character is in the lobby.
plan_limitNot on the free plan.

See also

DarkerAPI is an independent project. It is not affiliated with, endorsed by or associated with IRONMACE Co., Ltd. or Valve Corporation. “Dark and Darker” and related marks belong to their respective owners.