{ "opencollection": "1.0.0", "info": { "name": "Commerce Layer addresses api_credentials API", "version": "7.10.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "api_credentials", "type": "folder" }, "items": [ { "info": { "name": "List all API credentials", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/api_credentials" }, "docs": "List all API credentials" }, { "info": { "name": "Creates an API credential", "type": "http" }, "http": { "method": "POST", "url": "https://{your_organization_slug}.commercelayer.io/api/api_credentials", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an API credential" }, { "info": { "name": "Retrieve an API credential", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/api_credentials/:apiCredentialId", "params": [ { "name": "apiCredentialId", "value": "", "type": "path", "description": "The ID of the resource." } ] }, "docs": "Retrieve an API credential" }, { "info": { "name": "Updates an API credential", "type": "http" }, "http": { "method": "PATCH", "url": "https://{your_organization_slug}.commercelayer.io/api/api_credentials/:apiCredentialId", "params": [ { "name": "apiCredentialId", "value": "", "type": "path", "description": "The ID of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an API credential" }, { "info": { "name": "Delete an API credential", "type": "http" }, "http": { "method": "DELETE", "url": "https://{your_organization_slug}.commercelayer.io/api/api_credentials/:apiCredentialId", "params": [ { "name": "apiCredentialId", "value": "", "type": "path", "description": "The ID of the resource." } ] }, "docs": "Delete an API credential" }, { "info": { "name": "Related application membership", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/application_memberships/:applicationMembershipId/api_credential", "params": [ { "name": "applicationMembershipId", "value": "", "type": "path", "description": "The ID of the resource." } ] }, "docs": "Related application membership" }, { "info": { "name": "Related organization", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/organizations/:organizationId/api_credentials", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The ID of the resource." } ] }, "docs": "Related organization" }, { "info": { "name": "Related role", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/roles/:roleId/api_credentials", "params": [ { "name": "roleId", "value": "", "type": "path", "description": "The ID of the resource." } ] }, "docs": "Related role" } ] } ], "bundled": true }