User invites

Accept invite

POST
/users/me/invites/{inviteId}/accept

Authorization

API key Personal invites: write
AuthorizationBearer <token>

API key (sf_...) with any of the required scopes. Generate it in the Spotflow portal on the settings page.

In: header

Scope: Personal invites: write

Path Parameters

inviteId*string
Formatuuid

Response Body

application/json

application/problem+json

application/problem+json

curl -X POST "https://example.com/users/me/invites/497f6eca-6276-4993-bfeb-53cbbbba6f08/accept"
{  "workspaceId": "ef0efa32-d1c1-43d4-a5e2-fe7b4f00403c"}