Skip to content

Invitations

1 endpoints. Every path below is served by workspace-backend behind the gateway at https://api.trilocore.ai.

POST /api/v1/invitations/accept

Accept Invitation

Property Value
Authentication Authorization: Bearer (jns_ key or SSO session)
Idempotency-Key not required
Success 200
Upstream workspace-backend

Request body

Field Type Required Constraints
token string yes maxLength 256, minLength 16
curl -X POST https://api.trilocore.ai/api/v1/invitations/accept \
  -H "Authorization: Bearer $TRILOCORE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"token": "…"}'