{ "opencollection": "1.0.0", "info": { "name": "Commerce Layer addresses authorizations API", "version": "7.10.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "authorizations", "type": "folder" }, "items": [ { "info": { "name": "List all authorizations", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/authorizations" }, "docs": "List all authorizations" }, { "info": { "name": "Retrieve an authorization", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/authorizations/:authorizationId", "params": [ { "name": "authorizationId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve an authorization" }, { "info": { "name": "Update an authorization", "type": "http" }, "http": { "method": "PATCH", "url": "https://{your_organization_slug}.commercelayer.io/api/authorizations/:authorizationId", "params": [ { "name": "authorizationId", "value": "", "type": "path", "description": "The resource's id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an authorization" }, { "info": { "name": "Retrieve the reference authorization associated to the capture", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/captures/:captureId/reference_authorization", "params": [ { "name": "captureId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the reference authorization associated to the capture" }, { "info": { "name": "Retrieve the authorizations associated to the order", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/orders/:orderId/authorizations", "params": [ { "name": "orderId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the authorizations associated to the order" }, { "info": { "name": "Retrieve the reference authorization associated to the void", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/voids/:voidId/reference_authorization", "params": [ { "name": "voidId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the reference authorization associated to the void" } ] } ], "bundled": true }