Skip to main content
POST
account.member.accept

Headers

Idempotency-Key
string

Replays the stored response for the same key and input; refuses different input.

Body

application/json
token
string
required
Pattern: ^lath_iv_[0-9A-Za-z]{43}$
accessToken
string
required

The dashboard session of the person accepting

Minimum string length: 20

Response

{ activityId, result }. activityId is empty for reads.

activityId
string
required

The activity this call created, or empty for a read.

result
object
required
Last modified on September 13, 2026