{ "opencollection": "1.0.0", "info": { "name": "Commerce Layer addresses identity_providers API", "version": "7.10.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "identity_providers", "type": "folder" }, "items": [ { "info": { "name": "List all identity providers", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/identity_providers" }, "docs": "List all identity providers" }, { "info": { "name": "Creates an identity provider", "type": "http" }, "http": { "method": "POST", "url": "https://{your_organization_slug}.commercelayer.io/api/identity_providers", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an identity provider" }, { "info": { "name": "Retrieve an identity provider", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/identity_providers/:identityProviderId", "params": [ { "name": "identityProviderId", "value": "", "type": "path", "description": "The ID of the resource." } ] }, "docs": "Retrieve an identity provider" }, { "info": { "name": "Updates an identity provider", "type": "http" }, "http": { "method": "PATCH", "url": "https://{your_organization_slug}.commercelayer.io/api/identity_providers/:identityProviderId", "params": [ { "name": "identityProviderId", "value": "", "type": "path", "description": "The ID of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an identity provider" }, { "info": { "name": "Delete an identity provider", "type": "http" }, "http": { "method": "DELETE", "url": "https://{your_organization_slug}.commercelayer.io/api/identity_providers/:identityProviderId", "params": [ { "name": "identityProviderId", "value": "", "type": "path", "description": "The ID of the resource." } ] }, "docs": "Delete an identity provider" } ] } ], "bundled": true }