Skip to main content
POST
https://api.memcontext.in
/
api
/
workspaces
/
invitations
/
accept
Accept workspace invitation
curl --request POST \
  --url https://api.memcontext.in/api/workspaces/invitations/accept \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "token": "<string>"
}
'

Authorizations

X-API-Key
string
header
required

API key created from the MemContext dashboard. Keys are prefixed with mc_.

Body

application/json
token
string
required

Response

200

Invitation accepted and workspace membership created.