{"templateId":"api_docs","sharedDataIds":{"apiDocsStore":"api-docs-connect/consignments-api/versions/2026.1/openapi.yaml","sidebar":"sidebar-sidebar.yaml__connect_consignments-api_versions_2026.1_openapi"},"props":{"definitionId":"connect/consignments-api/versions/2026.1/openapi.yaml","settings":{"baseUrlPath":"/connect/consignments-api/versions/2026.1/openapi"},"disableAutoScroll":true,"seo":{"title":"Scurri Platform API"},"dynamicMarkdocComponents":[],"metadata":{"type":"openapi","title":"Scurri Platform API","version":"2026.1","description":"This API allows you to manage consignments, including creating, updating, and retrieving details about shipments including labels and customs invoices.\n\n## Authentication\nAll requests must be authenticated using either Basic Auth or API token-based authentication. If you have been provided with an API token, you should use token-based authentication.\n\n### API Token\nWith API token-based authentication, you must include the token in the Authorization header as an API token, e.g. Authorization: token YOUR_API_TOKEN.\nFailed requests will return a 401 HTTP code with WWW-Authenticate: Basic response header.\n\n\n### Basic Auth\nWith Basic Auth, you have to send the username and password base64-encoded in the standard Basic manner, e.g. Authorization: Basic YXBpdGVzdDphcGkgcGFzc3dvcmQgdGVzdA==.\n\nHere is some sample code in Python to generate the value of the header:\n```python\n> import base64\n> username = 'apitest'\n> password = 'api-test-password'\n> print(base64.b64encode((username + ':' + password).encode()).decode())\nYXBpdGVzdDphcGktdGVzdC1wYXNzd29yZA==\n```\n"},"compilationErrors":[],"markdown":{"partials":{},"variables":{"rbac":{"teams":["anonymous"]},"user":{},"remoteAddr":{"hostname":"docs.scurri.com","port":4000,"ipAddress":"216.73.217.2"},"lang":"default_locale","env":{"PUBLIC_REDOCLY_BRANCH_NAME":"main"}}},"pagePropGetterError":{"message":"","name":""}},"slug":"/connect/consignments-api/versions/2026.1/openapi","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}