{ "opencollection": "1.0.0", "info": { "name": "NetBird REST Accounts IDP Okta SCIM Integrations API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "IDP Okta SCIM Integrations", "type": "folder" }, "items": [ { "info": { "name": "Get All Okta SCIM IDP Integrations", "type": "http" }, "http": { "method": "GET", "url": "https://api.netbird.io/api/integrations/okta-scim-idp" }, "docs": "Retrieves all Okta SCIM IDP integrations for the authenticated account" }, { "info": { "name": "Create Okta SCIM IDP Integration", "type": "http" }, "http": { "method": "POST", "url": "https://api.netbird.io/api/integrations/okta-scim-idp", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Okta SCIM IDP integration" }, { "info": { "name": "Get Okta SCIM IDP Integration", "type": "http" }, "http": { "method": "GET", "url": "https://api.netbird.io/api/integrations/okta-scim-idp/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the Okta SCIM IDP integration." } ] }, "docs": "Retrieves an Okta SCIM IDP integration by ID." }, { "info": { "name": "Update Okta SCIM IDP Integration", "type": "http" }, "http": { "method": "PUT", "url": "https://api.netbird.io/api/integrations/okta-scim-idp/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the Okta SCIM IDP integration." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing Okta SCIM IDP integration." }, { "info": { "name": "Delete Okta SCIM IDP Integration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.netbird.io/api/integrations/okta-scim-idp/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the Okta SCIM IDP integration." } ] }, "docs": "Deletes an Okta SCIM IDP integration by ID." }, { "info": { "name": "Regenerate Okta SCIM Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.netbird.io/api/integrations/okta-scim-idp/:id/token", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the Okta SCIM IDP integration." } ] }, "docs": "Regenerates the SCIM API token for an Okta SCIM IDP integration." }, { "info": { "name": "Get Okta SCIM Integration Sync Logs", "type": "http" }, "http": { "method": "GET", "url": "https://api.netbird.io/api/integrations/okta-scim-idp/:id/logs", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the Okta SCIM IDP integration." } ] }, "docs": "Retrieves synchronization logs for an Okta SCIM IDP integration." } ] } ], "bundled": true }