{ "opencollection": "1.0.0", "info": { "name": "Conekta Antifraud Products API", "version": "2.2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "Create Product", "type": "http" }, "http": { "method": "POST", "url": "https://api.conekta.io/orders/:id/line_items", "headers": [ { "name": "Accept-Language", "value": "" }, { "name": "X-Child-Company-Id", "value": "6441b6376b60c3a638da80af" } ], "params": [ { "name": "id", "value": "6307a60c41de27127515a575", "type": "path", "description": "Identifier of the resource" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new product for an existing order." }, { "info": { "name": "Update Product", "type": "http" }, "http": { "method": "PUT", "url": "https://api.conekta.io/orders/:id/line_items/:line_item_id", "headers": [ { "name": "Accept-Language", "value": "" }, { "name": "X-Child-Company-Id", "value": "6441b6376b60c3a638da80af" } ], "params": [ { "name": "id", "value": "6307a60c41de27127515a575", "type": "path", "description": "Identifier of the resource" }, { "name": "line_item_id", "value": "line_item_2tQ8HkkfbauaKP9Ho", "type": "path", "description": "identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an existing product for an existing orden" }, { "info": { "name": "Delete Product", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.conekta.io/orders/:id/line_items/:line_item_id", "headers": [ { "name": "Accept-Language", "value": "" }, { "name": "X-Child-Company-Id", "value": "6441b6376b60c3a638da80af" } ], "params": [ { "name": "id", "value": "6307a60c41de27127515a575", "type": "path", "description": "Identifier of the resource" }, { "name": "line_item_id", "value": "line_item_2tQ8HkkfbauaKP9Ho", "type": "path", "description": "identifier" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete product for an existing orden" } ] } ], "bundled": true }