{ "opencollection": "1.0.0", "info": { "name": "Twilio SendGrid Provisioning Account SSO Settings API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "SSO Settings", "type": "folder" }, "items": [ { "info": { "name": "Get All SSO Integrations", "type": "http" }, "http": { "method": "GET", "url": "https://api.sendgrid.com/v3/sso/integrations", "params": [ { "name": "si", "value": "", "type": "query", "description": "If this parameter is set to `true`, the response will include the `completed_integration` field." } ] }, "docs": "**This endpoint allows you to retrieve all SSO integrations tied to your Twilio SendGrid account.**\n\nThe IDs returned by this endpoint can be used by the APIs additional endpoints to modify your SSO integrations." }, { "info": { "name": "Create an SSO Integration", "type": "http" }, "http": { "method": "POST", "url": "https://api.sendgrid.com/v3/sso/integrations", "body": { "type": "json", "data": "{}" } }, "docs": "**This endpoint allows you to create an SSO integration.**" }, { "info": { "name": "Get an SSO Integration", "type": "http" }, "http": { "method": "GET", "url": "https://api.sendgrid.com/v3/sso/integrations/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "si", "value": "", "type": "query", "description": "If this parameter is set to `true`, the response will include the `completed_integration` field." } ] }, "docs": "**This endpoint allows you to retrieve an SSO integration by ID.**\n\nYou can retrieve the IDs for your configurations from the response provided by the \"Get All SSO Integrations\" endpoint." }, { "info": { "name": "Update an SSO Integration", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.sendgrid.com/v3/sso/integrations/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "si", "value": "", "type": "query", "description": "If this parameter is set to `true`, the response will include the `completed_integration` field." } ], "body": { "type": "json", "data": "{}" } }, "docs": "**This endpoint allows you to modify an exisiting SSO integration.**\n\nYou can retrieve the IDs for your configurations from the response provided by the \"Get All SSO Integrations\" endpoint." }, { "info": { "name": "Delete an SSO Integration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.sendgrid.com/v3/sso/integrations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "**This endpoint allows you to delete an IdP configuration by ID.**\n\nYou can retrieve the IDs for your configurations from the response provided by the \"Get All SSO Integrations\" endpoint." } ] } ], "bundled": true }