{ "opencollection": "1.0.0", "info": { "name": "Management Clusters Invitations API", "version": "v1alpha1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Invitations", "type": "folder" }, "items": [ { "info": { "name": "Get invitations for an organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlas.fluidstack.io/api/v1alpha1/invitations" }, "docs": "Retrieves a list of invitations for the current organization." }, { "info": { "name": "Invite a user to an organization", "type": "http" }, "http": { "method": "POST", "url": "https://api.atlas.fluidstack.io/api/v1alpha1/invitations", "body": { "type": "json", "data": "{}" } }, "docs": "Sends an invitation to a user to join the current organization." }, { "info": { "name": "Delete an invitation", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.atlas.fluidstack.io/api/v1alpha1/invitations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the invitation to delete." } ] }, "docs": "Deletes an invitation by its unique identifier." } ] } ], "bundled": true }