{ "opencollection": "1.0.0", "info": { "name": "Opply Activity Feed Admin panel API", "version": "0.0.0" }, "items": [ { "info": { "name": "Admin panel", "type": "folder" }, "items": [ { "info": { "name": "api_v1_users_admin_panel_companies_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/companies/", "params": [ { "name": "company_type", "value": "", "type": "query", "description": "* `brand` - Brand\n* `supplier` - Supplier\n* `merchant_of_record` - Merchant of Record" }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "search", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "Company documents for admin", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/companies/:company_uuid/company_documents/", "params": [ { "name": "company_uuid", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Company documents for admin" }, { "info": { "name": "Company documents for admin", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/admin_panel/companies/:company_uuid/company_documents/", "params": [ { "name": "company_uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Company documents for admin" }, { "info": { "name": "Company documents for admin", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/companies/:company_uuid/company_documents/:uuid/", "params": [ { "name": "company_uuid", "value": "", "type": "path" }, { "name": "uuid", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Company documents for admin" }, { "info": { "name": "Company documents for admin", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/users/admin_panel/companies/:company_uuid/company_documents/:uuid/", "params": [ { "name": "company_uuid", "value": "", "type": "path" }, { "name": "uuid", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Company documents for admin" }, { "info": { "name": "Endpoint to send email notification of uploaded products or ingredients list", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/admin_panel/companies/:company_uuid/company_documents/send-uploaded-list-notification/", "params": [ { "name": "company_uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Endpoint to send email notification of uploaded products or ingredients list" }, { "info": { "name": "Existing supplier admin endpoint", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/companies/:company_uuid/existing-suppliers/", "params": [ { "name": "company_uuid", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Existing supplier admin endpoint" }, { "info": { "name": "api_v1_users_admin_panel_companies_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/companies/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "api_v1_users_admin_panel_companies_assign_inquiry_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/admin_panel/companies/:uuid/assign-inquiry/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "Endpoint to fill buyer summary for suppliers", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/admin_panel/companies/:uuid/buyer-summary/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Endpoint to fill buyer summary for suppliers" }, { "info": { "name": "api_v1_users_admin_panel_companies_catalogues_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/companies/:uuid/catalogues/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "api_v1_users_admin_panel_companies_employees_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/companies/:uuid/employees/", "params": [ { "name": "company_type", "value": "", "type": "query", "description": "* `brand` - Brand\n* `supplier` - Supplier\n* `merchant_of_record` - Merchant of Record" }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "search", "value": "", "type": "query" }, { "name": "uuid", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "api_v1_users_admin_panel_companies_inquiries_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/companies/:uuid/inquiries/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "api_v1_users_admin_panel_companies_check_referral_code_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/admin_panel/companies/check-referral-code/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "Company address endpoints", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/company_address/", "params": [ { "name": "address_type", "value": "", "type": "query", "description": "Supported address types: billing_address delivery_address dispatch_address company_address." }, { "name": "company_uuid", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Company address endpoints" }, { "info": { "name": "Company address endpoints", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/admin_panel/company_address/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Company address endpoints" }, { "info": { "name": "Company address endpoints", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/company_address/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Company address endpoints" }, { "info": { "name": "Company address endpoints", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/users/admin_panel/company_address/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Company address endpoints" }, { "info": { "name": "Company address endpoints", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/users/admin_panel/company_address/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Company address endpoints" }, { "info": { "name": "Company address endpoints", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/users/admin_panel/company_address/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Company address endpoints" }, { "info": { "name": "api_v1_users_admin_panel_create_brand_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/admin_panel/create_brand/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "api_v1_users_admin_panel_create_supplier_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/admin_panel/create_supplier/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "get temporary token for masquerade mode", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/admin_panel/get_temporary_token/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "get temporary token for masquerade mode" }, { "info": { "name": "get real user token for masquerade mode", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/admin_panel/get_token/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "get real user token for masquerade mode" }, { "info": { "name": "Ingredients admin endpoint", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/ingredients/", "params": [ { "name": "company_uuid", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Ingredients admin endpoint" }, { "info": { "name": "Inquiry admin endpoints", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/inquiries/", "params": [ { "name": "brand_uuid", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "published_exists", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" }, { "name": "state", "value": "", "type": "query", "description": "* `awaiting_quotes` - Awaiting Quotes\n* `quotes_available` - Quotes Available\n* `ordered` - Ordered\n* `expired` - Expired\n* `proceeded` - Proceeded\n* `contract_confirmed` - Contract Confirmed\n* `supplier_decline_to_quote` - Supplier Decline To Quote\n* `cancelled` - Cancelled" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Inquiry admin endpoints" }, { "info": { "name": "Inquiry admin endpoints", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/admin_panel/inquiries/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Inquiry admin endpoints" }, { "info": { "name": "Inquiry document", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/inquiries/:inquiry_uuid/documents/", "params": [ { "name": "inquiry_uuid", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Inquiry document" }, { "info": { "name": "Inquiry document", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/inquiries/:inquiry_uuid/documents/:uuid/", "params": [ { "name": "inquiry_uuid", "value": "", "type": "path" }, { "name": "uuid", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Inquiry document" }, { "info": { "name": "Inquiry admin endpoints", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/inquiries/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Inquiry admin endpoints" }, { "info": { "name": "Inquiry admin endpoints", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/users/admin_panel/inquiries/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Inquiry admin endpoints" }, { "info": { "name": "Inquiry admin endpoints", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/users/admin_panel/inquiries/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Inquiry admin endpoints" }, { "info": { "name": "Inquiry admin endpoints", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/admin_panel/inquiries/:uuid/remove-supplier/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Inquiry admin endpoints" }, { "info": { "name": "Inquiry admin endpoints", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/admin_panel/inquiries/:uuid/upload/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Inquiry admin endpoints" }, { "info": { "name": "Inquiry admin endpoints", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/admin_panel/inquiries/export/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Inquiry admin endpoints" }, { "info": { "name": "Messages admin endpoint", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/messages/", "params": [ { "name": "company_uuid", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Messages admin endpoint" }, { "info": { "name": "Order admin endpoint", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/orders/", "params": [ { "name": "delivery_status", "value": "", "type": "query", "description": "* `pending_dispatch` - pending_dispatch\n* `dispatched` - Dispatched\n* `delivered` - Delivered" }, { "name": "include_checkout", "value": "", "type": "query" }, { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "payment_status", "value": "", "type": "query", "description": "payment_status [iexact]\n\n* `paid` - paid\n* `payment_upcoming` - payment_upcoming\n* `payment_processing` - payment_processing\n* `payment_due` - payment_due" }, { "name": "search", "value": "", "type": "query", "description": "A search term." }, { "name": "state", "value": "", "type": "query", "description": "* `checkout` - Checkout\n* `confirmed` - confirmed\n* `pending_payment` - pending_payment\n* `canceled` - canceled\n* `awaiting_approval` - awaiting_approval\n* `on_hold` - on_hold\n* `placed` - placed\n* `dispatched` - dispatched\n* `completed` - completed" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Order admin endpoint" }, { "info": { "name": "Order documents admin endpoint", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/orders/:order_uuid/documents/", "params": [ { "name": "order_uuid", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Order documents admin endpoint" }, { "info": { "name": "Order documents admin endpoint", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/admin_panel/orders/:order_uuid/documents/", "params": [ { "name": "order_uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Order documents admin endpoint" }, { "info": { "name": "Order documents admin endpoint", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/orders/:order_uuid/documents/:uuid/", "params": [ { "name": "order_uuid", "value": "", "type": "path" }, { "name": "uuid", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Order documents admin endpoint" }, { "info": { "name": "Order documents admin endpoint", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/users/admin_panel/orders/:order_uuid/documents/:uuid/", "params": [ { "name": "order_uuid", "value": "", "type": "path" }, { "name": "uuid", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Order documents admin endpoint" }, { "info": { "name": "Order event admin endpoints", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/orders/:order_uuid/order-events/", "params": [ { "name": "order_uuid", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Order event admin endpoints" }, { "info": { "name": "Order event admin endpoints", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/admin_panel/orders/:order_uuid/order-events/", "params": [ { "name": "order_uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Order event admin endpoints" }, { "info": { "name": "Order event admin endpoints", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/orders/:order_uuid/order-events/:uuid/", "params": [ { "name": "order_uuid", "value": "", "type": "path" }, { "name": "uuid", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Order event admin endpoints" }, { "info": { "name": "Order event admin endpoints", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/users/admin_panel/orders/:order_uuid/order-events/:uuid/", "params": [ { "name": "order_uuid", "value": "", "type": "path" }, { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Order event admin endpoints" }, { "info": { "name": "Order event admin endpoints", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/users/admin_panel/orders/:order_uuid/order-events/:uuid/", "params": [ { "name": "order_uuid", "value": "", "type": "path" }, { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Order event admin endpoints" }, { "info": { "name": "Order event admin endpoints", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/users/admin_panel/orders/:order_uuid/order-events/:uuid/", "params": [ { "name": "order_uuid", "value": "", "type": "path" }, { "name": "uuid", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Order event admin endpoints" }, { "info": { "name": "Endpoint to mark order as paid by admin.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/admin_panel/orders/:order_uuid/order-events/mark-order-as-paid/", "params": [ { "name": "order_uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Endpoint to mark order as paid by admin." }, { "info": { "name": "Order admin endpoint", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/orders/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Order admin endpoint" }, { "info": { "name": "Order admin endpoint", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/users/admin_panel/orders/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Order admin endpoint" }, { "info": { "name": "Order admin endpoint", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/users/admin_panel/orders/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Order admin endpoint" }, { "info": { "name": "Quote admin endpoints", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/quotes/", "params": [ { "name": "date_range_after", "value": "", "type": "query" }, { "name": "date_range_before", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "samples_status", "value": "", "type": "query", "description": "* `available` - Available\n* `requested` - Requested\n* `sent` - Sent\n* `received` - Received\n* `accepted` - Accepted\n* `rejected` - Rejected\n* `declined` - Declined" }, { "name": "search", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query", "description": "* `available` - available\n* `ordered` - ordered\n* `expired` - expired\n* `declined` - declined\n* `pending_payment` - pending_payment\n* `proceeded` - proceeded\n* `contract_created` - Contract Created\n* `contract_proceeded` - contract_proceeded\n* `contract_confirmed` - contract_confirmed" }, { "name": "supplier_uuid", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Quote admin endpoints" }, { "info": { "name": "Quote documents admin endpoint", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/quotes/:quote_uuid/documents/", "params": [ { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "quote_uuid", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Quote documents admin endpoint" }, { "info": { "name": "Accepts document name and other fields.If signed agreement is uploaded, quote status becomes contract_confirmed", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/admin_panel/quotes/:quote_uuid/documents/", "params": [ { "name": "quote_uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Accepts document name and other fields.If signed agreement is uploaded, quote status becomes contract_confirmed" }, { "info": { "name": "Quote documents admin endpoint", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/quotes/:quote_uuid/documents/:uuid/", "params": [ { "name": "quote_uuid", "value": "", "type": "path" }, { "name": "uuid", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Quote documents admin endpoint" }, { "info": { "name": "Quote documents admin endpoint", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/users/admin_panel/quotes/:quote_uuid/documents/:uuid/", "params": [ { "name": "quote_uuid", "value": "", "type": "path" }, { "name": "uuid", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Quote documents admin endpoint" }, { "info": { "name": "Quote fees admin endpoint", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/quotes/:quote_uuid/fees/", "params": [ { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "quote_uuid", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Quote fees admin endpoint" }, { "info": { "name": "Quote fees admin endpoint", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/admin_panel/quotes/:quote_uuid/fees/", "params": [ { "name": "quote_uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Quote fees admin endpoint" }, { "info": { "name": "Quote fees admin endpoint", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/quotes/:quote_uuid/fees/:uuid/", "params": [ { "name": "quote_uuid", "value": "", "type": "path" }, { "name": "uuid", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Quote fees admin endpoint" }, { "info": { "name": "Quote fees admin endpoint", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/users/admin_panel/quotes/:quote_uuid/fees/:uuid/", "params": [ { "name": "quote_uuid", "value": "", "type": "path" }, { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Quote fees admin endpoint" }, { "info": { "name": "Quote fees admin endpoint", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/users/admin_panel/quotes/:quote_uuid/fees/:uuid/", "params": [ { "name": "quote_uuid", "value": "", "type": "path" }, { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Quote fees admin endpoint" }, { "info": { "name": "Quote fees admin endpoint", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/users/admin_panel/quotes/:quote_uuid/fees/:uuid/", "params": [ { "name": "quote_uuid", "value": "", "type": "path" }, { "name": "uuid", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Quote fees admin endpoint" }, { "info": { "name": "Quote admin endpoints", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/quotes/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Quote admin endpoints" }, { "info": { "name": "Quote admin endpoints", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/users/admin_panel/quotes/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Quote admin endpoints" }, { "info": { "name": "Quote admin endpoints", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/users/admin_panel/quotes/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Quote admin endpoints" }, { "info": { "name": "Endpoint to expose quote for Buyer.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/admin_panel/quotes/:uuid/expose-quote-to-buyer/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Endpoint to expose quote for Buyer." }, { "info": { "name": "Quote admin endpoints", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/admin_panel/quotes/export/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Quote admin endpoints" }, { "info": { "name": "Users admin endpoints", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/users/", "params": [ { "name": "ordering", "value": "", "type": "query", "description": "Supports sorting by first_name date_joined. Use - to filter backwards" }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "search", "value": "", "type": "query", "description": "A search term." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Users admin endpoints" }, { "info": { "name": "List of actions performed by an user.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/users/:user_uuid/actions/", "params": [ { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "user_uuid", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List of actions performed by an user." }, { "info": { "name": "Users admin endpoints", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/admin_panel/users/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Users admin endpoints" }, { "info": { "name": "Users admin endpoints", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/users/admin_panel/users/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Users admin endpoints" }, { "info": { "name": "Users admin endpoints", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/users/admin_panel/users/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Users admin endpoints" }, { "info": { "name": "Users admin endpoints", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/admin_panel/users/:uuid/reset_password/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Users admin endpoints" } ] } ], "bundled": true }