{ "opencollection": "1.0.0", "info": { "name": "Pydantic API Discovery Alerts Invitations API", "version": "1.0.0" }, "items": [ { "info": { "name": "Invitations", "type": "folder" }, "items": [ { "info": { "name": "List Organization Invitations", "type": "http" }, "http": { "method": "GET", "url": "https://pydantic.dev/api/v1/v1/invitations/" }, "docs": "List organization invitations for the token's organization." }, { "info": { "name": "Create Organization Invitation", "type": "http" }, "http": { "method": "POST", "url": "https://pydantic.dev/api/v1/v1/invitations/", "body": { "type": "json", "data": "{}" } }, "docs": "Create a single-use organization invitation for the token's organization." } ] } ], "bundled": true }