Workspaces
Accept a workspace invitation
POST
/workspace-invitations/acceptAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X POST "https://example.com/workspace-invitations/accept" \ -H "Content-Type: application/json" \ -d '{ "token": "stringstringstri" }'{ "$schema": "https://example.com/api/v1/schemas/AcceptWorkspaceInvitationOutputBody.json", "accepted": true, "role": "string", "workspace_id": "string"}