User invites
List invites for current user
Authorization
API key Personal invites: readAuthorizationBearer <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: read
Response Body
application/json
application/problem+json
curl -X GET "https://example.com/users/me/invites"[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "workspaceId": "ef0efa32-d1c1-43d4-a5e2-fe7b4f00403c", "workspaceDisplayName": null, "createdByEmail": "string", "createdAt": "2019-08-24T14:15:22Z" }]