{
    "item": [
        {
            "name": "api",
            "description": "",
            "item": [
                {
                    "name": "v1",
                    "description": "",
                    "item": [
                        {
                            "name": "assets",
                            "description": "",
                            "item": [
                                {
                                    "id": "646456d4-2131-429a-9e80-afc14a01b9af",
                                    "name": "List assets",
                                    "request": {
                                        "name": "List assets",
                                        "description": {
                                            "content": "Paginated assets list with natural-key filters, sort, and substring search",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "assets"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "max 200",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "limit",
                                                    "value": "50"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "min 0",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "offset",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "filter by location natural key (may repeat)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "location",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "filter by active flag",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "is_active",
                                                    "value": "<boolean>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "filter by type",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "type",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "substring search (case-insensitive) on name, identifier, description, and active identifier values",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "q",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "comma-separated; prefix '-' for DESC",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "sort",
                                                    "value": "<string>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "apikey",
                                            "apikey": [
                                                {
                                                    "key": "key",
                                                    "value": "Authorization"
                                                },
                                                {
                                                    "key": "value",
                                                    "value": "{{apiKey}}"
                                                },
                                                {
                                                    "key": "in",
                                                    "value": "header"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "48481ec9-aa1e-4067-96f8-f84f30d0a39d",
                                            "name": "OK",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "min 0",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by location natural key (may repeat)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "location",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by type",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "type",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on name, identifier, description, and active identifier values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated; prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Steady-state requests/min for this API key",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": "<integer>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Requests remaining before throttling; bounded by X-RateLimit-Limit",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": "<integer>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Unix timestamp (seconds) when X-RateLimit-Remaining will next equal X-RateLimit-Limit",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": "<integer>"
                                                }
                                            ],
                                            "body": "{\n  \"data\": [\n    {\n      \"created_at\": \"<dateTime>\",\n      \"current_location\": \"<string>\",\n      \"description\": \"<string>\",\n      \"identifier\": \"<string>\",\n      \"identifiers\": [\n        {\n          \"type\": \"barcode\",\n          \"value\": \"<string>\",\n          \"id\": \"<integer>\",\n          \"is_active\": \"<boolean>\"\n        },\n        {\n          \"type\": \"ble\",\n          \"value\": \"<string>\",\n          \"id\": \"<integer>\",\n          \"is_active\": \"<boolean>\"\n        }\n      ],\n      \"is_active\": \"<boolean>\",\n      \"metadata\": {\n        \"key_0\": 5887,\n        \"key_1\": \"string\"\n      },\n      \"name\": \"<string>\",\n      \"surrogate_id\": \"<integer>\",\n      \"type\": \"<string>\",\n      \"updated_at\": \"<dateTime>\",\n      \"valid_from\": \"<dateTime>\",\n      \"valid_to\": \"<dateTime>\"\n    },\n    {\n      \"created_at\": \"<dateTime>\",\n      \"current_location\": \"<string>\",\n      \"description\": \"<string>\",\n      \"identifier\": \"<string>\",\n      \"identifiers\": [\n        {\n          \"type\": \"barcode\",\n          \"value\": \"<string>\",\n          \"id\": \"<integer>\",\n          \"is_active\": \"<boolean>\"\n        },\n        {\n          \"type\": \"rfid\",\n          \"value\": \"<string>\",\n          \"id\": \"<integer>\",\n          \"is_active\": \"<boolean>\"\n        }\n      ],\n      \"is_active\": \"<boolean>\",\n      \"metadata\": {\n        \"key_0\": 5809,\n        \"key_1\": 945.2096502377793,\n        \"key_2\": \"string\"\n      },\n      \"name\": \"<string>\",\n      \"surrogate_id\": \"<integer>\",\n      \"type\": \"<string>\",\n      \"updated_at\": \"<dateTime>\",\n      \"valid_from\": \"<dateTime>\",\n      \"valid_to\": \"<dateTime>\"\n    }\n  ],\n  \"limit\": \"<integer>\",\n  \"offset\": \"<integer>\",\n  \"total_count\": \"<integer>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "49b61350-9517-4d29-98fb-359b84f8b458",
                                            "name": "Bad Request",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "min 0",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by location natural key (may repeat)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "location",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by type",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "type",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on name, identifier, description, and active identifier values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated; prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8b44c170-7ca7-423c-a0ea-40f5e778f2d3",
                                            "name": "Unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "min 0",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by location natural key (may repeat)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "location",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by type",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "type",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on name, identifier, description, and active identifier values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated; prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "92d8792e-a677-4338-a761-cddaa992fc25",
                                            "name": "Forbidden",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "min 0",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by location natural key (may repeat)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "location",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by type",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "type",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on name, identifier, description, and active identifier values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated; prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c8891faa-fbf6-41f7-baac-2bf4b4326181",
                                            "name": "rate_limited",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "min 0",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by location natural key (may repeat)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "location",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by type",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "type",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on name, identifier, description, and active identifier values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated; prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Too Many Requests",
                                            "code": 429,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Seconds to wait before retrying",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Retry-After",
                                                    "value": "<integer>"
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b2ba96ed-307e-4822-b2d4-996f3fa5e890",
                                            "name": "Internal Server Error",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "min 0",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by location natural key (may repeat)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "location",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by type",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "type",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on name, identifier, description, and active identifier values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated; prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "e4c35774-48d4-4136-b9dc-6712e06a4889",
                                    "name": "Create an asset",
                                    "request": {
                                        "name": "Create an asset",
                                        "description": {
                                            "content": "Create a new asset record, optionally with one or more tag identifiers (RFID, BLE, barcode).\nReturns the created asset with its assigned identifiers. The Location response header contains the canonical URL.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "assets"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"current_location\": \"<string>\",\n  \"description\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"identifiers\": [\n    {\n      \"value\": \"<string>\",\n      \"type\": \"rfid\"\n    },\n    {\n      \"value\": \"<string>\",\n      \"type\": \"barcode\"\n    }\n  ],\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 1995,\n    \"key_1\": 8596\n  },\n  \"type\": \"person\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "apikey",
                                            "apikey": [
                                                {
                                                    "key": "key",
                                                    "value": "Authorization"
                                                },
                                                {
                                                    "key": "value",
                                                    "value": "{{apiKey}}"
                                                },
                                                {
                                                    "key": "in",
                                                    "value": "header"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "8e79db39-eafd-4a4f-a9d6-a3cf27f51df4",
                                            "name": "Created",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"current_location\": \"<string>\",\n  \"description\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"identifiers\": [\n    {\n      \"value\": \"<string>\",\n      \"type\": \"rfid\"\n    },\n    {\n      \"value\": \"<string>\",\n      \"type\": \"barcode\"\n    }\n  ],\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 1995,\n    \"key_1\": 8596\n  },\n  \"type\": \"person\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"data\": {\n    \"created_at\": \"<dateTime>\",\n    \"current_location\": \"<string>\",\n    \"description\": \"<string>\",\n    \"identifier\": \"<string>\",\n    \"identifiers\": [\n      {\n        \"type\": \"barcode\",\n        \"value\": \"<string>\",\n        \"id\": \"<integer>\",\n        \"is_active\": \"<boolean>\"\n      },\n      {\n        \"type\": \"ble\",\n        \"value\": \"<string>\",\n        \"id\": \"<integer>\",\n        \"is_active\": \"<boolean>\"\n      }\n    ],\n    \"is_active\": \"<boolean>\",\n    \"metadata\": {\n      \"key_0\": \"string\",\n      \"key_1\": 8493.21418624697,\n      \"key_2\": 1950.6565761436011,\n      \"key_3\": \"string\"\n    },\n    \"name\": \"<string>\",\n    \"surrogate_id\": \"<integer>\",\n    \"type\": \"<string>\",\n    \"updated_at\": \"<dateTime>\",\n    \"valid_from\": \"<dateTime>\",\n    \"valid_to\": \"<dateTime>\"\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "39bb0ccf-2930-4bbb-9968-249db9a4454f",
                                            "name": "bad_request",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"current_location\": \"<string>\",\n  \"description\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"identifiers\": [\n    {\n      \"value\": \"<string>\",\n      \"type\": \"rfid\"\n    },\n    {\n      \"value\": \"<string>\",\n      \"type\": \"barcode\"\n    }\n  ],\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 1995,\n    \"key_1\": 8596\n  },\n  \"type\": \"person\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "1d9d431c-91ee-42be-8df7-dcc6bdd53a1d",
                                            "name": "unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"current_location\": \"<string>\",\n  \"description\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"identifiers\": [\n    {\n      \"value\": \"<string>\",\n      \"type\": \"rfid\"\n    },\n    {\n      \"value\": \"<string>\",\n      \"type\": \"barcode\"\n    }\n  ],\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 1995,\n    \"key_1\": 8596\n  },\n  \"type\": \"person\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3b34795a-12b9-4dda-adec-697fe8577c0c",
                                            "name": "forbidden",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"current_location\": \"<string>\",\n  \"description\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"identifiers\": [\n    {\n      \"value\": \"<string>\",\n      \"type\": \"rfid\"\n    },\n    {\n      \"value\": \"<string>\",\n      \"type\": \"barcode\"\n    }\n  ],\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 1995,\n    \"key_1\": 8596\n  },\n  \"type\": \"person\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "7c3e00f2-bfaf-47eb-8a75-019cfbcaae70",
                                            "name": "conflict",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"current_location\": \"<string>\",\n  \"description\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"identifiers\": [\n    {\n      \"value\": \"<string>\",\n      \"type\": \"rfid\"\n    },\n    {\n      \"value\": \"<string>\",\n      \"type\": \"barcode\"\n    }\n  ],\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 1995,\n    \"key_1\": 8596\n  },\n  \"type\": \"person\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Conflict",
                                            "code": 409,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ec922de6-f9e9-46e3-96d9-f8d20cf7332f",
                                            "name": "rate_limited",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"current_location\": \"<string>\",\n  \"description\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"identifiers\": [\n    {\n      \"value\": \"<string>\",\n      \"type\": \"rfid\"\n    },\n    {\n      \"value\": \"<string>\",\n      \"type\": \"barcode\"\n    }\n  ],\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 1995,\n    \"key_1\": 8596\n  },\n  \"type\": \"person\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Too Many Requests",
                                            "code": 429,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f63d8279-fe1e-4873-b038-0e9d99b61c22",
                                            "name": "internal_error",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"current_location\": \"<string>\",\n  \"description\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"identifiers\": [\n    {\n      \"value\": \"<string>\",\n      \"type\": \"rfid\"\n    },\n    {\n      \"value\": \"<string>\",\n      \"type\": \"barcode\"\n    }\n  ],\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 1995,\n    \"key_1\": 8596\n  },\n  \"type\": \"person\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{identifier}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "2408bc69-1f90-4455-9982-d8922d01ffd1",
                                            "name": "Delete an asset",
                                            "request": {
                                                "name": "Delete an asset",
                                                "description": {
                                                    "content": "Soft-delete an asset by its natural identifier. The asset is marked inactive and removed from future list results.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets",
                                                        ":identifier"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "identifier",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Asset identifier",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {},
                                                "auth": {
                                                    "type": "apikey",
                                                    "apikey": [
                                                        {
                                                            "key": "key",
                                                            "value": "Authorization"
                                                        },
                                                        {
                                                            "key": "value",
                                                            "value": "{{apiKey}}"
                                                        },
                                                        {
                                                            "key": "in",
                                                            "value": "header"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "d41a20c8-07f2-4dd4-a9a5-4a9f77e60599",
                                                    "name": "deleted",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "No Content",
                                                    "code": 204,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "eef83f0f-1165-4e39-b7c1-1d5278a4c4d0",
                                                    "name": "unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3a12de96-5e49-4d01-9689-4522fdf76782",
                                                    "name": "forbidden",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "44e5ab34-772e-493c-a030-18f4e5620cf4",
                                                    "name": "not_found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "43787d67-58ca-4531-9cb3-5d13bcadd9ff",
                                                    "name": "rate_limited",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Too Many Requests",
                                                    "code": 429,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2c927836-8897-4c04-a11c-551512b54132",
                                                    "name": "internal_error",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "e4f4f579-2357-4467-81fa-1bd519dd8baf",
                                            "name": "Get asset by natural identifier",
                                            "request": {
                                                "name": "Get asset by natural identifier",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets",
                                                        ":identifier"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "identifier",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Asset identifier (natural key)",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "apikey",
                                                    "apikey": [
                                                        {
                                                            "key": "key",
                                                            "value": "Authorization"
                                                        },
                                                        {
                                                            "key": "value",
                                                            "value": "{{apiKey}}"
                                                        },
                                                        {
                                                            "key": "in",
                                                            "value": "header"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "36142a67-cb45-4f17-8a83-9c3937b8472b",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset identifier (natural key)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Steady-state requests/min for this API key",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": "<integer>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Requests remaining before throttling; bounded by X-RateLimit-Limit",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": "<integer>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Unix timestamp (seconds) when X-RateLimit-Remaining will next equal X-RateLimit-Limit",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": "<integer>"
                                                        }
                                                    ],
                                                    "body": "{\n  \"data\": {\n    \"created_at\": \"<dateTime>\",\n    \"current_location\": \"<string>\",\n    \"description\": \"<string>\",\n    \"identifier\": \"<string>\",\n    \"identifiers\": [\n      {\n        \"type\": \"barcode\",\n        \"value\": \"<string>\",\n        \"id\": \"<integer>\",\n        \"is_active\": \"<boolean>\"\n      },\n      {\n        \"type\": \"ble\",\n        \"value\": \"<string>\",\n        \"id\": \"<integer>\",\n        \"is_active\": \"<boolean>\"\n      }\n    ],\n    \"is_active\": \"<boolean>\",\n    \"metadata\": {\n      \"key_0\": \"string\",\n      \"key_1\": 8493.21418624697,\n      \"key_2\": 1950.6565761436011,\n      \"key_3\": \"string\"\n    },\n    \"name\": \"<string>\",\n    \"surrogate_id\": \"<integer>\",\n    \"type\": \"<string>\",\n    \"updated_at\": \"<dateTime>\",\n    \"valid_from\": \"<dateTime>\",\n    \"valid_to\": \"<dateTime>\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d230bbd7-97f0-4b11-be4d-39be7415adab",
                                                    "name": "Bad Request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset identifier (natural key)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "bad20d0e-d953-465a-9bfa-ee1c71b2e667",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset identifier (natural key)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "695730a3-913c-4fb3-990e-e9c2e15dd7b0",
                                                    "name": "Forbidden",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset identifier (natural key)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e56e80d6-53ec-4889-8113-1dbe183b079f",
                                                    "name": "Not Found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset identifier (natural key)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6c1d3ab3-4585-4bac-b9e0-2ec246b87bb1",
                                                    "name": "rate_limited",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset identifier (natural key)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Too Many Requests",
                                                    "code": 429,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Seconds to wait before retrying",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "Retry-After",
                                                            "value": "<integer>"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "9bc59b97-b718-4334-aaf8-f5417594eb4a",
                                            "name": "Update an asset",
                                            "request": {
                                                "name": "Update an asset",
                                                "description": {
                                                    "content": "Update mutable fields on an existing asset. Only fields included in the request body are changed.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets",
                                                        ":identifier"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "identifier",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Asset identifier",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"current_location\": \"<string>\",\n  \"description\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 6094,\n    \"key_1\": false\n  },\n  \"name\": \"<string>\",\n  \"type\": \"inventory\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "apikey",
                                                    "apikey": [
                                                        {
                                                            "key": "key",
                                                            "value": "Authorization"
                                                        },
                                                        {
                                                            "key": "value",
                                                            "value": "{{apiKey}}"
                                                        },
                                                        {
                                                            "key": "in",
                                                            "value": "header"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "e4c71411-bcd4-44d4-9ced-ce0ab7fb7c8a",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"current_location\": \"<string>\",\n  \"description\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 6094,\n    \"key_1\": false\n  },\n  \"name\": \"<string>\",\n  \"type\": \"inventory\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"data\": {\n    \"created_at\": \"<dateTime>\",\n    \"current_location\": \"<string>\",\n    \"description\": \"<string>\",\n    \"identifier\": \"<string>\",\n    \"identifiers\": [\n      {\n        \"type\": \"barcode\",\n        \"value\": \"<string>\",\n        \"id\": \"<integer>\",\n        \"is_active\": \"<boolean>\"\n      },\n      {\n        \"type\": \"ble\",\n        \"value\": \"<string>\",\n        \"id\": \"<integer>\",\n        \"is_active\": \"<boolean>\"\n      }\n    ],\n    \"is_active\": \"<boolean>\",\n    \"metadata\": {\n      \"key_0\": \"string\",\n      \"key_1\": 8493.21418624697,\n      \"key_2\": 1950.6565761436011,\n      \"key_3\": \"string\"\n    },\n    \"name\": \"<string>\",\n    \"surrogate_id\": \"<integer>\",\n    \"type\": \"<string>\",\n    \"updated_at\": \"<dateTime>\",\n    \"valid_from\": \"<dateTime>\",\n    \"valid_to\": \"<dateTime>\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "20e6e384-f844-4f10-a922-afbde0a15822",
                                                    "name": "bad_request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"current_location\": \"<string>\",\n  \"description\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 6094,\n    \"key_1\": false\n  },\n  \"name\": \"<string>\",\n  \"type\": \"inventory\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8df973f0-35bc-4a5d-b1de-2e713d164e66",
                                                    "name": "unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"current_location\": \"<string>\",\n  \"description\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 6094,\n    \"key_1\": false\n  },\n  \"name\": \"<string>\",\n  \"type\": \"inventory\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a1a968c1-88d7-4ecc-b954-5918aa4be142",
                                                    "name": "forbidden",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"current_location\": \"<string>\",\n  \"description\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 6094,\n    \"key_1\": false\n  },\n  \"name\": \"<string>\",\n  \"type\": \"inventory\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "30aa0431-e7d2-4cd5-9696-d8df4bfe3917",
                                                    "name": "not_found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"current_location\": \"<string>\",\n  \"description\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 6094,\n    \"key_1\": false\n  },\n  \"name\": \"<string>\",\n  \"type\": \"inventory\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "59a8642e-604f-4c1c-b455-1ae18ce03508",
                                                    "name": "conflict",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"current_location\": \"<string>\",\n  \"description\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 6094,\n    \"key_1\": false\n  },\n  \"name\": \"<string>\",\n  \"type\": \"inventory\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Conflict",
                                                    "code": 409,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6fdd055f-3f38-44f6-9614-9d8da819b699",
                                                    "name": "rate_limited",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"current_location\": \"<string>\",\n  \"description\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 6094,\n    \"key_1\": false\n  },\n  \"name\": \"<string>\",\n  \"type\": \"inventory\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Too Many Requests",
                                                    "code": 429,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "492d73b5-e5f1-4635-8b77-054030d19d21",
                                                    "name": "internal_error",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"current_location\": \"<string>\",\n  \"description\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 6094,\n    \"key_1\": false\n  },\n  \"name\": \"<string>\",\n  \"type\": \"inventory\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "history",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "85a33fa7-4b5e-45da-b6dc-a16c004fc751",
                                                    "name": "Asset movement history",
                                                    "request": {
                                                        "name": "Asset movement history",
                                                        "description": {
                                                            "content": "Location history for an asset identified by its natural key.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":identifier",
                                                                "history"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "max 200",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "<integer>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "pagination offset",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "offset",
                                                                    "value": "<integer>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "RFC 3339 start timestamp",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "from",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "RFC 3339 end timestamp",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "to",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset identifier (natural key)",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "apikey",
                                                            "apikey": [
                                                                {
                                                                    "key": "key",
                                                                    "value": "Authorization"
                                                                },
                                                                {
                                                                    "key": "value",
                                                                    "value": "{{apiKey}}"
                                                                },
                                                                {
                                                                    "key": "in",
                                                                    "value": "header"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "dae967a2-235b-4bcb-b4c1-7d845d2b868e",
                                                            "name": "OK",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":identifier",
                                                                        "history"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "<integer>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "pagination offset",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "<integer>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 start timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "from",
                                                                            "value": "<string>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 end timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "to",
                                                                            "value": "<string>"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset identifier (natural key)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Steady-state requests/min for this API key",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": "<integer>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Requests remaining before throttling; bounded by X-RateLimit-Limit",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": "<integer>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Unix timestamp (seconds) when X-RateLimit-Remaining will next equal X-RateLimit-Limit",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": "<integer>"
                                                                }
                                                            ],
                                                            "body": "{\n  \"data\": [\n    {\n      \"duration_seconds\": \"<integer>\",\n      \"location\": \"<string>\",\n      \"timestamp\": \"<dateTime>\"\n    },\n    {\n      \"duration_seconds\": \"<integer>\",\n      \"location\": \"<string>\",\n      \"timestamp\": \"<dateTime>\"\n    }\n  ],\n  \"limit\": \"<integer>\",\n  \"offset\": \"<integer>\",\n  \"total_count\": \"<integer>\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "5ea8fe1d-9b79-4d96-a9fd-773ffd13e9cf",
                                                            "name": "Bad Request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":identifier",
                                                                        "history"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "<integer>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "pagination offset",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "<integer>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 start timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "from",
                                                                            "value": "<string>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 end timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "to",
                                                                            "value": "<string>"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset identifier (natural key)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "7f68eb66-7395-4416-9b70-536be20df53a",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":identifier",
                                                                        "history"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "<integer>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "pagination offset",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "<integer>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 start timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "from",
                                                                            "value": "<string>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 end timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "to",
                                                                            "value": "<string>"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset identifier (natural key)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "32d76b20-8a9d-4840-a4cd-52f3936c040a",
                                                            "name": "Forbidden",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":identifier",
                                                                        "history"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "<integer>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "pagination offset",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "<integer>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 start timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "from",
                                                                            "value": "<string>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 end timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "to",
                                                                            "value": "<string>"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset identifier (natural key)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "fc97d880-dee0-46f3-8c37-f927353ef6dd",
                                                            "name": "Not Found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":identifier",
                                                                        "history"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "<integer>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "pagination offset",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "<integer>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 start timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "from",
                                                                            "value": "<string>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 end timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "to",
                                                                            "value": "<string>"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset identifier (natural key)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "05701e43-9983-42fc-9837-46f4168b3c0d",
                                                            "name": "rate_limited",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":identifier",
                                                                        "history"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "<integer>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "pagination offset",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "<integer>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 start timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "from",
                                                                            "value": "<string>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 end timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "to",
                                                                            "value": "<string>"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset identifier (natural key)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Too Many Requests",
                                                            "code": 429,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Seconds to wait before retrying",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "Retry-After",
                                                                    "value": "<integer>"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "50493e53-d841-48c3-93e5-f1920a721fb7",
                                                            "name": "Internal Server Error",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":identifier",
                                                                        "history"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "<integer>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "pagination offset",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "<integer>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 start timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "from",
                                                                            "value": "<string>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 end timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "to",
                                                                            "value": "<string>"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset identifier (natural key)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "identifiers",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "dea8707c-eca6-43b1-b8df-2ff2858535a3",
                                                    "name": "Add an identifier to an asset",
                                                    "request": {
                                                        "name": "Add an identifier to an asset",
                                                        "description": {
                                                            "content": "Attach a tag identifier (RFID EPC, BLE beacon ID, barcode, etc.) to an existing asset.\nThe identifier must be unique within the organization.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":identifier",
                                                                "identifiers"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset identifier",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"value\": \"<string>\",\n  \"type\": \"ble\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "apikey",
                                                            "apikey": [
                                                                {
                                                                    "key": "key",
                                                                    "value": "Authorization"
                                                                },
                                                                {
                                                                    "key": "value",
                                                                    "value": "{{apiKey}}"
                                                                },
                                                                {
                                                                    "key": "in",
                                                                    "value": "header"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "1dffb1ed-cca5-43de-a24b-ac333441aa41",
                                                            "name": "data: shared.TagIdentifier",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":identifier",
                                                                        "identifiers"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"value\": \"<string>\",\n  \"type\": \"ble\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"key_0\": true,\n  \"key_1\": \"string\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "1bbb3183-bf77-4b53-abfa-9c728758654e",
                                                            "name": "bad_request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":identifier",
                                                                        "identifiers"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"value\": \"<string>\",\n  \"type\": \"ble\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "a904b5b2-79cb-4c81-89b9-c03615c81991",
                                                            "name": "unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":identifier",
                                                                        "identifiers"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"value\": \"<string>\",\n  \"type\": \"ble\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "6340c666-cb5d-42f7-898b-22f345a5f49f",
                                                            "name": "forbidden",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":identifier",
                                                                        "identifiers"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"value\": \"<string>\",\n  \"type\": \"ble\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "924a19a8-87e6-4b28-a31a-275441801ebf",
                                                            "name": "not_found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":identifier",
                                                                        "identifiers"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"value\": \"<string>\",\n  \"type\": \"ble\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "475f068c-4b7e-4c76-aeb2-b041f1fe269a",
                                                            "name": "rate_limited",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":identifier",
                                                                        "identifiers"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"value\": \"<string>\",\n  \"type\": \"ble\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Too Many Requests",
                                                            "code": 429,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "16ee114b-b6f2-420b-88f6-790a26700da0",
                                                            "name": "internal_error",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":identifier",
                                                                        "identifiers"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"value\": \"<string>\",\n  \"type\": \"ble\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "name": "{identifierId}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "2d65ed85-5664-4907-9823-102ea16ca629",
                                                            "name": "Remove an identifier from an asset",
                                                            "request": {
                                                                "name": "Remove an identifier from an asset",
                                                                "description": {
                                                                    "content": "Detach a tag identifier from an asset by its identifier record ID.",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":identifier",
                                                                        "identifiers",
                                                                        ":identifierId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset identifier",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<integer>",
                                                                            "key": "identifierId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Identifier ID",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "DELETE",
                                                                "body": {},
                                                                "auth": {
                                                                    "type": "apikey",
                                                                    "apikey": [
                                                                        {
                                                                            "key": "key",
                                                                            "value": "Authorization"
                                                                        },
                                                                        {
                                                                            "key": "value",
                                                                            "value": "{{apiKey}}"
                                                                        },
                                                                        {
                                                                            "key": "in",
                                                                            "value": "header"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "7e085eca-17bd-475e-83bb-0e35cd05fa0f",
                                                                    "name": "deleted",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "assets",
                                                                                ":identifier",
                                                                                "identifiers",
                                                                                ":identifierId"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Asset identifier",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "identifier"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Identifier ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "identifierId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "No Content",
                                                                    "code": 204,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "834ee94b-61ef-4e2e-88fe-54dfa51decf3",
                                                                    "name": "bad_request",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "assets",
                                                                                ":identifier",
                                                                                "identifiers",
                                                                                ":identifierId"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Asset identifier",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "identifier"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Identifier ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "identifierId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Bad Request",
                                                                    "code": 400,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "a3b94071-9f52-49cb-bd81-99c19c01522c",
                                                                    "name": "unauthorized",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "assets",
                                                                                ":identifier",
                                                                                "identifiers",
                                                                                ":identifierId"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Asset identifier",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "identifier"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Identifier ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "identifierId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Unauthorized",
                                                                    "code": 401,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "1337820b-589d-4a7e-90fe-784357af747b",
                                                                    "name": "forbidden",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "assets",
                                                                                ":identifier",
                                                                                "identifiers",
                                                                                ":identifierId"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Asset identifier",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "identifier"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Identifier ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "identifierId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Forbidden",
                                                                    "code": 403,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "0a104131-0d5a-4c0c-b8dd-1bdf6a87f275",
                                                                    "name": "not_found",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "assets",
                                                                                ":identifier",
                                                                                "identifiers",
                                                                                ":identifierId"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Asset identifier",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "identifier"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Identifier ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "identifierId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Not Found",
                                                                    "code": 404,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "ba445883-fb48-4998-ab2f-99cb21630b92",
                                                                    "name": "rate_limited",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "assets",
                                                                                ":identifier",
                                                                                "identifiers",
                                                                                ":identifierId"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Asset identifier",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "identifier"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Identifier ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "identifierId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Too Many Requests",
                                                                    "code": 429,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "1aac432a-3fcb-4c01-b598-70e5ea8666c4",
                                                                    "name": "internal_error",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "assets",
                                                                                ":identifier",
                                                                                "identifiers",
                                                                                ":identifierId"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Asset identifier",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "identifier"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Identifier ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "identifierId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Internal Server Error",
                                                                    "code": 500,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "inventory",
                            "description": "",
                            "item": [
                                {
                                    "name": "save",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "ec7a0482-b463-45bc-8107-cf700cd0643a",
                                            "name": "Save inventory scans",
                                            "request": {
                                                "name": "Save inventory scans",
                                                "description": {
                                                    "content": "Persist scanned RFID assets to the asset_scans hypertable",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "inventory",
                                                        "save"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"asset_identifiers\": [\n    \"<string>\"\n  ],\n  \"location_identifier\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "apikey",
                                                    "apikey": [
                                                        {
                                                            "key": "key",
                                                            "value": "Authorization"
                                                        },
                                                        {
                                                            "key": "value",
                                                            "value": "{{apiKey}}"
                                                        },
                                                        {
                                                            "key": "in",
                                                            "value": "header"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "89171b0a-cd2f-417e-a87b-f0cb70aeab6c",
                                                    "name": "Created",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "inventory",
                                                                "save"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"asset_identifiers\": [\n    \"<string>\"\n  ],\n  \"location_identifier\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"data\": {\n    \"count\": \"<integer>\",\n    \"location_id\": \"<integer>\",\n    \"location_name\": \"<string>\",\n    \"timestamp\": \"<dateTime>\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8a4f8569-6a53-4499-8e7b-1db2caadbc62",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "inventory",
                                                                "save"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"asset_identifiers\": [\n    \"<string>\"\n  ],\n  \"location_identifier\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5edeabb6-7399-4613-9cdb-0373165acc5e",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "inventory",
                                                                "save"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"asset_identifiers\": [\n    \"<string>\"\n  ],\n  \"location_identifier\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "15bbe6b8-fa22-41a3-9716-444780f97b32",
                                                    "name": "Location or assets not owned by org",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "inventory",
                                                                "save"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"asset_identifiers\": [\n    \"<string>\"\n  ],\n  \"location_identifier\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "acb2ebc6-36a6-49e8-9cc5-10027e6fab50",
                                                    "name": "rate_limited",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "inventory",
                                                                "save"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"asset_identifiers\": [\n    \"<string>\"\n  ],\n  \"location_identifier\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Too Many Requests",
                                                    "code": 429,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Seconds to wait before retrying",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "Retry-After",
                                                            "value": "<integer>"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "742ae1bc-61f7-4252-a561-16895c3dee01",
                                                    "name": "Internal server error",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "inventory",
                                                                "save"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"asset_identifiers\": [\n    \"<string>\"\n  ],\n  \"location_identifier\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "locations",
                            "description": "",
                            "item": [
                                {
                                    "id": "440743ab-01a4-4420-b244-5d0adb4b43ca",
                                    "name": "List locations",
                                    "request": {
                                        "name": "List locations",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "locations"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "max 200",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "limit",
                                                    "value": "<integer>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "pagination offset",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "offset",
                                                    "value": "<integer>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "filter by parent identifier (may repeat)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "parent",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "filter by active flag",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "is_active",
                                                    "value": "<boolean>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "substring search (case-insensitive) on name, identifier, description, and active identifier values",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "q",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "comma-separated, prefix '-' for DESC",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "sort",
                                                    "value": "<string>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "apikey",
                                            "apikey": [
                                                {
                                                    "key": "key",
                                                    "value": "Authorization"
                                                },
                                                {
                                                    "key": "value",
                                                    "value": "{{apiKey}}"
                                                },
                                                {
                                                    "key": "in",
                                                    "value": "header"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "aa68a001-0a73-471f-93d4-3231b60316f7",
                                            "name": "OK",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "<integer>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "pagination offset",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "<integer>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by parent identifier (may repeat)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "parent",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on name, identifier, description, and active identifier values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated, prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Steady-state requests/min for this API key",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": "<integer>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Requests remaining before throttling; bounded by X-RateLimit-Limit",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": "<integer>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Unix timestamp (seconds) when X-RateLimit-Remaining will next equal X-RateLimit-Limit",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": "<integer>"
                                                }
                                            ],
                                            "body": "{\n  \"data\": [\n    {\n      \"created_at\": \"<dateTime>\",\n      \"depth\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"identifier\": \"<string>\",\n      \"identifiers\": [\n        {\n          \"type\": \"ble\",\n          \"value\": \"<string>\",\n          \"id\": \"<integer>\",\n          \"is_active\": \"<boolean>\"\n        },\n        {\n          \"type\": \"barcode\",\n          \"value\": \"<string>\",\n          \"id\": \"<integer>\",\n          \"is_active\": \"<boolean>\"\n        }\n      ],\n      \"is_active\": \"<boolean>\",\n      \"name\": \"<string>\",\n      \"parent\": \"<string>\",\n      \"path\": \"<string>\",\n      \"surrogate_id\": \"<integer>\",\n      \"updated_at\": \"<dateTime>\",\n      \"valid_from\": \"<dateTime>\",\n      \"valid_to\": \"<dateTime>\"\n    },\n    {\n      \"created_at\": \"<dateTime>\",\n      \"depth\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"identifier\": \"<string>\",\n      \"identifiers\": [\n        {\n          \"type\": \"rfid\",\n          \"value\": \"<string>\",\n          \"id\": \"<integer>\",\n          \"is_active\": \"<boolean>\"\n        },\n        {\n          \"type\": \"barcode\",\n          \"value\": \"<string>\",\n          \"id\": \"<integer>\",\n          \"is_active\": \"<boolean>\"\n        }\n      ],\n      \"is_active\": \"<boolean>\",\n      \"name\": \"<string>\",\n      \"parent\": \"<string>\",\n      \"path\": \"<string>\",\n      \"surrogate_id\": \"<integer>\",\n      \"updated_at\": \"<dateTime>\",\n      \"valid_from\": \"<dateTime>\",\n      \"valid_to\": \"<dateTime>\"\n    }\n  ],\n  \"limit\": \"<integer>\",\n  \"offset\": \"<integer>\",\n  \"total_count\": \"<integer>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b8952512-95d8-43b2-9c7e-fefa028859f4",
                                            "name": "bad_request",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "<integer>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "pagination offset",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "<integer>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by parent identifier (may repeat)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "parent",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on name, identifier, description, and active identifier values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated, prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "4dcf5b60-5123-4851-a461-4f76b3315048",
                                            "name": "unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "<integer>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "pagination offset",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "<integer>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by parent identifier (may repeat)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "parent",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on name, identifier, description, and active identifier values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated, prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5680d9eb-446a-4135-b4ef-bfd250d81c02",
                                            "name": "forbidden",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "<integer>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "pagination offset",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "<integer>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by parent identifier (may repeat)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "parent",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on name, identifier, description, and active identifier values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated, prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e53f3023-9007-4986-ac4d-3c080db24155",
                                            "name": "rate_limited",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "<integer>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "pagination offset",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "<integer>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by parent identifier (may repeat)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "parent",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on name, identifier, description, and active identifier values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated, prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Too Many Requests",
                                            "code": 429,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Seconds to wait before retrying",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Retry-After",
                                                    "value": "<integer>"
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "519e97bd-6d68-4bbf-b5ca-0a1db13e1953",
                                    "name": "Create a location",
                                    "request": {
                                        "name": "Create a location",
                                        "description": {
                                            "content": "Create a new location in the hierarchy, optionally with one or more tag identifiers.\nSet ParentLocationID to nest the location under an existing parent. The Location response header contains the canonical URL.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "locations"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"identifier\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"identifiers\": [\n    {\n      \"value\": \"<string>\",\n      \"type\": \"rfid\"\n    },\n    {\n      \"value\": \"<string>\",\n      \"type\": \"rfid\"\n    }\n  ],\n  \"is_active\": \"<boolean>\",\n  \"parent_identifier\": \"<string>\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "apikey",
                                            "apikey": [
                                                {
                                                    "key": "key",
                                                    "value": "Authorization"
                                                },
                                                {
                                                    "key": "value",
                                                    "value": "{{apiKey}}"
                                                },
                                                {
                                                    "key": "in",
                                                    "value": "header"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "47489acf-8ce4-4c01-86e4-005b44290f2b",
                                            "name": "Created",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"identifier\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"identifiers\": [\n    {\n      \"value\": \"<string>\",\n      \"type\": \"rfid\"\n    },\n    {\n      \"value\": \"<string>\",\n      \"type\": \"rfid\"\n    }\n  ],\n  \"is_active\": \"<boolean>\",\n  \"parent_identifier\": \"<string>\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"data\": {\n    \"created_at\": \"<dateTime>\",\n    \"depth\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"identifier\": \"<string>\",\n    \"identifiers\": [\n      {\n        \"type\": \"ble\",\n        \"value\": \"<string>\",\n        \"id\": \"<integer>\",\n        \"is_active\": \"<boolean>\"\n      },\n      {\n        \"type\": \"ble\",\n        \"value\": \"<string>\",\n        \"id\": \"<integer>\",\n        \"is_active\": \"<boolean>\"\n      }\n    ],\n    \"is_active\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"parent\": \"<string>\",\n    \"path\": \"<string>\",\n    \"surrogate_id\": \"<integer>\",\n    \"updated_at\": \"<dateTime>\",\n    \"valid_from\": \"<dateTime>\",\n    \"valid_to\": \"<dateTime>\"\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "6b9c8ec7-9edb-4313-be00-96c6f45bb57e",
                                            "name": "bad_request",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"identifier\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"identifiers\": [\n    {\n      \"value\": \"<string>\",\n      \"type\": \"rfid\"\n    },\n    {\n      \"value\": \"<string>\",\n      \"type\": \"rfid\"\n    }\n  ],\n  \"is_active\": \"<boolean>\",\n  \"parent_identifier\": \"<string>\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9d351cc6-8b00-4d36-be30-d2f14a8551e3",
                                            "name": "unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"identifier\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"identifiers\": [\n    {\n      \"value\": \"<string>\",\n      \"type\": \"rfid\"\n    },\n    {\n      \"value\": \"<string>\",\n      \"type\": \"rfid\"\n    }\n  ],\n  \"is_active\": \"<boolean>\",\n  \"parent_identifier\": \"<string>\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f3d06970-d381-4001-9c34-fb47bfd2e211",
                                            "name": "forbidden",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"identifier\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"identifiers\": [\n    {\n      \"value\": \"<string>\",\n      \"type\": \"rfid\"\n    },\n    {\n      \"value\": \"<string>\",\n      \"type\": \"rfid\"\n    }\n  ],\n  \"is_active\": \"<boolean>\",\n  \"parent_identifier\": \"<string>\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "7d38934e-8296-4122-b4e1-2ec3979e6e09",
                                            "name": "conflict",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"identifier\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"identifiers\": [\n    {\n      \"value\": \"<string>\",\n      \"type\": \"rfid\"\n    },\n    {\n      \"value\": \"<string>\",\n      \"type\": \"rfid\"\n    }\n  ],\n  \"is_active\": \"<boolean>\",\n  \"parent_identifier\": \"<string>\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Conflict",
                                            "code": 409,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "916771b7-962a-4f11-a871-e44613f74be9",
                                            "name": "rate_limited",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"identifier\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"identifiers\": [\n    {\n      \"value\": \"<string>\",\n      \"type\": \"rfid\"\n    },\n    {\n      \"value\": \"<string>\",\n      \"type\": \"rfid\"\n    }\n  ],\n  \"is_active\": \"<boolean>\",\n  \"parent_identifier\": \"<string>\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Too Many Requests",
                                            "code": 429,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a0a37d69-2f6e-4c4f-a158-ad86efdb47a1",
                                            "name": "internal_error",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"identifier\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"identifiers\": [\n    {\n      \"value\": \"<string>\",\n      \"type\": \"rfid\"\n    },\n    {\n      \"value\": \"<string>\",\n      \"type\": \"rfid\"\n    }\n  ],\n  \"is_active\": \"<boolean>\",\n  \"parent_identifier\": \"<string>\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "current",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "d1153663-197a-4dc4-b878-23891c65d5a7",
                                            "name": "List current asset locations",
                                            "request": {
                                                "name": "List current asset locations",
                                                "description": {
                                                    "content": "Snapshot of each asset's most recent location, filterable by natural key.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations",
                                                        "current"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "<integer>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "pagination offset",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "<integer>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by location identifier (may repeat)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "location",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on asset name, identifier, and active identifier values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated sort fields; prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "apikey",
                                                    "apikey": [
                                                        {
                                                            "key": "key",
                                                            "value": "Authorization"
                                                        },
                                                        {
                                                            "key": "value",
                                                            "value": "{{apiKey}}"
                                                        },
                                                        {
                                                            "key": "in",
                                                            "value": "header"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "f8c7b534-62d4-4cf3-8576-d0717dade1b2",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                "current"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "max 200",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "<integer>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "pagination offset",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "offset",
                                                                    "value": "<integer>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "filter by location identifier (may repeat)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "location",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "substring search (case-insensitive) on asset name, identifier, and active identifier values",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "q",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "comma-separated sort fields; prefix '-' for DESC",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "sort",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Steady-state requests/min for this API key",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": "<integer>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Requests remaining before throttling; bounded by X-RateLimit-Limit",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": "<integer>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Unix timestamp (seconds) when X-RateLimit-Remaining will next equal X-RateLimit-Limit",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": "<integer>"
                                                        }
                                                    ],
                                                    "body": "{\n  \"data\": [\n    {\n      \"asset\": \"<string>\",\n      \"last_seen\": \"<dateTime>\",\n      \"location\": \"<string>\"\n    },\n    {\n      \"asset\": \"<string>\",\n      \"last_seen\": \"<dateTime>\",\n      \"location\": \"<string>\"\n    }\n  ],\n  \"limit\": \"<integer>\",\n  \"offset\": \"<integer>\",\n  \"total_count\": \"<integer>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b787a6b0-9e6a-4d06-bbd6-5ec4a8dd709a",
                                                    "name": "Bad Request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                "current"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "max 200",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "<integer>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "pagination offset",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "offset",
                                                                    "value": "<integer>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "filter by location identifier (may repeat)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "location",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "substring search (case-insensitive) on asset name, identifier, and active identifier values",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "q",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "comma-separated sort fields; prefix '-' for DESC",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "sort",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c6116424-df6a-41b3-bc17-15561e3fd101",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                "current"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "max 200",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "<integer>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "pagination offset",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "offset",
                                                                    "value": "<integer>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "filter by location identifier (may repeat)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "location",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "substring search (case-insensitive) on asset name, identifier, and active identifier values",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "q",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "comma-separated sort fields; prefix '-' for DESC",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "sort",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c9a53c5e-2345-43ba-8277-12bb6525511c",
                                                    "name": "Forbidden",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                "current"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "max 200",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "<integer>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "pagination offset",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "offset",
                                                                    "value": "<integer>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "filter by location identifier (may repeat)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "location",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "substring search (case-insensitive) on asset name, identifier, and active identifier values",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "q",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "comma-separated sort fields; prefix '-' for DESC",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "sort",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f2088828-06f4-4a0c-8cd2-eea74afc7743",
                                                    "name": "rate_limited",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                "current"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "max 200",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "<integer>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "pagination offset",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "offset",
                                                                    "value": "<integer>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "filter by location identifier (may repeat)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "location",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "substring search (case-insensitive) on asset name, identifier, and active identifier values",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "q",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "comma-separated sort fields; prefix '-' for DESC",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "sort",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Too Many Requests",
                                                    "code": 429,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Seconds to wait before retrying",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "Retry-After",
                                                            "value": "<integer>"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "{identifier}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "ef6b81b4-bddf-4a49-b8d5-cca9c0c7e51d",
                                            "name": "Delete location",
                                            "request": {
                                                "name": "Delete location",
                                                "description": {
                                                    "content": "Soft-delete a location by its natural identifier. The location is marked inactive and removed from future list results.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations",
                                                        ":identifier"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "identifier",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Location identifier",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {},
                                                "auth": {
                                                    "type": "apikey",
                                                    "apikey": [
                                                        {
                                                            "key": "key",
                                                            "value": "Authorization"
                                                        },
                                                        {
                                                            "key": "value",
                                                            "value": "{{apiKey}}"
                                                        },
                                                        {
                                                            "key": "in",
                                                            "value": "header"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "9c437ee7-6983-496a-9b64-de0d8a970867",
                                                    "name": "deleted",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "No Content",
                                                    "code": 204,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "bb6ad96e-970f-44c7-b5e6-e9412ec8f3e3",
                                                    "name": "bad_request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "92245d31-3c8b-4126-8d2c-5791e81e5e7d",
                                                    "name": "unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6fdaaf50-1912-48cb-aff4-106142875f92",
                                                    "name": "forbidden",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "eb8a622f-519d-4322-a10f-ae9de140200d",
                                                    "name": "not_found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cf7f0d11-4b1b-49d0-9be2-cb45ed87e5ba",
                                                    "name": "rate_limited",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Too Many Requests",
                                                    "code": 429,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9d70a470-258b-44b9-b150-e996c25ceedc",
                                                    "name": "internal_error",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "25728894-4796-4992-b627-5a49ec5724d1",
                                            "name": "Get location by natural identifier",
                                            "request": {
                                                "name": "Get location by natural identifier",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations",
                                                        ":identifier"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "identifier",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Location identifier (natural key)",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "apikey",
                                                    "apikey": [
                                                        {
                                                            "key": "key",
                                                            "value": "Authorization"
                                                        },
                                                        {
                                                            "key": "value",
                                                            "value": "{{apiKey}}"
                                                        },
                                                        {
                                                            "key": "in",
                                                            "value": "header"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "a5f43f2b-4083-4fb6-8ba6-172de0590c47",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location identifier (natural key)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Steady-state requests/min for this API key",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": "<integer>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Requests remaining before throttling; bounded by X-RateLimit-Limit",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": "<integer>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Unix timestamp (seconds) when X-RateLimit-Remaining will next equal X-RateLimit-Limit",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": "<integer>"
                                                        }
                                                    ],
                                                    "body": "{\n  \"data\": {\n    \"created_at\": \"<dateTime>\",\n    \"depth\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"identifier\": \"<string>\",\n    \"identifiers\": [\n      {\n        \"type\": \"ble\",\n        \"value\": \"<string>\",\n        \"id\": \"<integer>\",\n        \"is_active\": \"<boolean>\"\n      },\n      {\n        \"type\": \"ble\",\n        \"value\": \"<string>\",\n        \"id\": \"<integer>\",\n        \"is_active\": \"<boolean>\"\n      }\n    ],\n    \"is_active\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"parent\": \"<string>\",\n    \"path\": \"<string>\",\n    \"surrogate_id\": \"<integer>\",\n    \"updated_at\": \"<dateTime>\",\n    \"valid_from\": \"<dateTime>\",\n    \"valid_to\": \"<dateTime>\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7e677a22-ac0b-4ded-a663-f7f5dbcbff90",
                                                    "name": "Bad Request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location identifier (natural key)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "27e54650-deae-4072-aa02-ad278949ca23",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location identifier (natural key)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "bade9f76-d258-4fed-885a-84ad5f4ab177",
                                                    "name": "Forbidden",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location identifier (natural key)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f84fbae2-6910-491a-8bdd-c1bfdda0c507",
                                                    "name": "Not Found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location identifier (natural key)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0a4bcd90-ac4d-4d7a-93c8-bd9a8addddc2",
                                                    "name": "rate_limited",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location identifier (natural key)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Too Many Requests",
                                                    "code": 429,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Seconds to wait before retrying",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "Retry-After",
                                                            "value": "<integer>"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "0601923f-e82c-4f6b-8014-d7764894bd4a",
                                            "name": "Update a location",
                                            "request": {
                                                "name": "Update a location",
                                                "description": {
                                                    "content": "Update mutable fields on an existing location. Only fields included in the request body are changed.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations",
                                                        ":identifier"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "identifier",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Location identifier",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"description\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"parent_identifier\": \"<string>\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "apikey",
                                                    "apikey": [
                                                        {
                                                            "key": "key",
                                                            "value": "Authorization"
                                                        },
                                                        {
                                                            "key": "value",
                                                            "value": "{{apiKey}}"
                                                        },
                                                        {
                                                            "key": "in",
                                                            "value": "header"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "a399443a-b71f-4f9c-8c73-f01598e3198c",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"parent_identifier\": \"<string>\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"data\": {\n    \"created_at\": \"<dateTime>\",\n    \"depth\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"identifier\": \"<string>\",\n    \"identifiers\": [\n      {\n        \"type\": \"ble\",\n        \"value\": \"<string>\",\n        \"id\": \"<integer>\",\n        \"is_active\": \"<boolean>\"\n      },\n      {\n        \"type\": \"ble\",\n        \"value\": \"<string>\",\n        \"id\": \"<integer>\",\n        \"is_active\": \"<boolean>\"\n      }\n    ],\n    \"is_active\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"parent\": \"<string>\",\n    \"path\": \"<string>\",\n    \"surrogate_id\": \"<integer>\",\n    \"updated_at\": \"<dateTime>\",\n    \"valid_from\": \"<dateTime>\",\n    \"valid_to\": \"<dateTime>\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "df6c029c-66f7-4623-9e83-266fc71e5e61",
                                                    "name": "bad_request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"parent_identifier\": \"<string>\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0cdaec25-3408-4649-9f18-aa5934e213a7",
                                                    "name": "unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"parent_identifier\": \"<string>\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e92a857a-c8ec-49f7-89e6-d5c3652ccf25",
                                                    "name": "forbidden",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"parent_identifier\": \"<string>\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3ac35043-c9e2-456e-8151-790d507be5b6",
                                                    "name": "not_found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"parent_identifier\": \"<string>\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6c3ebb36-99f1-4af8-a2c1-25acd9464093",
                                                    "name": "conflict",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"parent_identifier\": \"<string>\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Conflict",
                                                    "code": 409,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "4d7949c0-730e-4230-bd59-37092338dd04",
                                                    "name": "rate_limited",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"parent_identifier\": \"<string>\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Too Many Requests",
                                                    "code": 429,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "4357dba9-6735-4f8b-963f-75f745284037",
                                                    "name": "internal_error",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":identifier"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location identifier",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"parent_identifier\": \"<string>\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "ancestors",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "2fd088d1-e531-4d9c-859c-2ad965efc00c",
                                                    "name": "List location ancestors",
                                                    "request": {
                                                        "name": "List location ancestors",
                                                        "description": {
                                                            "content": "Return all ancestor locations from the root of the hierarchy down to the immediate parent of the specified location.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":identifier",
                                                                "ancestors"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location identifier",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "apikey",
                                                            "apikey": [
                                                                {
                                                                    "key": "key",
                                                                    "value": "Authorization"
                                                                },
                                                                {
                                                                    "key": "value",
                                                                    "value": "{{apiKey}}"
                                                                },
                                                                {
                                                                    "key": "in",
                                                                    "value": "header"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "15c2f795-d6fd-46b5-9e01-3a0cbc5be368",
                                                            "name": "OK",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":identifier",
                                                                        "ancestors"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"data\": [\n    {\n      \"created_at\": \"<dateTime>\",\n      \"depth\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"identifier\": \"<string>\",\n      \"identifiers\": [\n        {\n          \"type\": \"barcode\",\n          \"value\": \"<string>\",\n          \"id\": \"<integer>\",\n          \"is_active\": \"<boolean>\"\n        },\n        {\n          \"type\": \"rfid\",\n          \"value\": \"<string>\",\n          \"id\": \"<integer>\",\n          \"is_active\": \"<boolean>\"\n        }\n      ],\n      \"is_active\": \"<boolean>\",\n      \"name\": \"<string>\",\n      \"parent\": \"<string>\",\n      \"path\": \"<string>\",\n      \"surrogate_id\": \"<integer>\",\n      \"updated_at\": \"<dateTime>\",\n      \"valid_from\": \"<dateTime>\",\n      \"valid_to\": \"<dateTime>\"\n    },\n    {\n      \"created_at\": \"<dateTime>\",\n      \"depth\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"identifier\": \"<string>\",\n      \"identifiers\": [\n        {\n          \"type\": \"ble\",\n          \"value\": \"<string>\",\n          \"id\": \"<integer>\",\n          \"is_active\": \"<boolean>\"\n        },\n        {\n          \"type\": \"rfid\",\n          \"value\": \"<string>\",\n          \"id\": \"<integer>\",\n          \"is_active\": \"<boolean>\"\n        }\n      ],\n      \"is_active\": \"<boolean>\",\n      \"name\": \"<string>\",\n      \"parent\": \"<string>\",\n      \"path\": \"<string>\",\n      \"surrogate_id\": \"<integer>\",\n      \"updated_at\": \"<dateTime>\",\n      \"valid_from\": \"<dateTime>\",\n      \"valid_to\": \"<dateTime>\"\n    }\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "5e5a4c2c-afc1-41eb-98e8-c11d718004e9",
                                                            "name": "bad_request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":identifier",
                                                                        "ancestors"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "7ea33275-30cc-4aa7-990e-ac5f5cced8d4",
                                                            "name": "unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":identifier",
                                                                        "ancestors"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "b1b31212-7e05-4e4a-959d-720234defe36",
                                                            "name": "forbidden",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":identifier",
                                                                        "ancestors"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "c84f19b2-b207-4df1-873c-c039135e884b",
                                                            "name": "rate_limited",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":identifier",
                                                                        "ancestors"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Too Many Requests",
                                                            "code": 429,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "af212599-c95f-4621-9f8e-660274c26088",
                                                            "name": "internal_error",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":identifier",
                                                                        "ancestors"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "children",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "044cbe09-d546-4aaf-a284-491760230dd8",
                                                    "name": "List location children",
                                                    "request": {
                                                        "name": "List location children",
                                                        "description": {
                                                            "content": "Return the immediate child locations of the specified location (one level deep only).",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":identifier",
                                                                "children"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location identifier",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "apikey",
                                                            "apikey": [
                                                                {
                                                                    "key": "key",
                                                                    "value": "Authorization"
                                                                },
                                                                {
                                                                    "key": "value",
                                                                    "value": "{{apiKey}}"
                                                                },
                                                                {
                                                                    "key": "in",
                                                                    "value": "header"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "c9cf4d8b-432b-48fb-87e4-20dee91b635b",
                                                            "name": "OK",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":identifier",
                                                                        "children"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"data\": [\n    {\n      \"created_at\": \"<dateTime>\",\n      \"depth\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"identifier\": \"<string>\",\n      \"identifiers\": [\n        {\n          \"type\": \"barcode\",\n          \"value\": \"<string>\",\n          \"id\": \"<integer>\",\n          \"is_active\": \"<boolean>\"\n        },\n        {\n          \"type\": \"rfid\",\n          \"value\": \"<string>\",\n          \"id\": \"<integer>\",\n          \"is_active\": \"<boolean>\"\n        }\n      ],\n      \"is_active\": \"<boolean>\",\n      \"name\": \"<string>\",\n      \"parent\": \"<string>\",\n      \"path\": \"<string>\",\n      \"surrogate_id\": \"<integer>\",\n      \"updated_at\": \"<dateTime>\",\n      \"valid_from\": \"<dateTime>\",\n      \"valid_to\": \"<dateTime>\"\n    },\n    {\n      \"created_at\": \"<dateTime>\",\n      \"depth\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"identifier\": \"<string>\",\n      \"identifiers\": [\n        {\n          \"type\": \"ble\",\n          \"value\": \"<string>\",\n          \"id\": \"<integer>\",\n          \"is_active\": \"<boolean>\"\n        },\n        {\n          \"type\": \"rfid\",\n          \"value\": \"<string>\",\n          \"id\": \"<integer>\",\n          \"is_active\": \"<boolean>\"\n        }\n      ],\n      \"is_active\": \"<boolean>\",\n      \"name\": \"<string>\",\n      \"parent\": \"<string>\",\n      \"path\": \"<string>\",\n      \"surrogate_id\": \"<integer>\",\n      \"updated_at\": \"<dateTime>\",\n      \"valid_from\": \"<dateTime>\",\n      \"valid_to\": \"<dateTime>\"\n    }\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "4dc79d37-8b49-489a-8cd0-81d59fa6e1b2",
                                                            "name": "bad_request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":identifier",
                                                                        "children"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "8d8e6f77-6cae-41dc-a1a3-a4ae061b1c8c",
                                                            "name": "unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":identifier",
                                                                        "children"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "97bfa29e-75cb-4357-913f-e72f5ab9b86f",
                                                            "name": "forbidden",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":identifier",
                                                                        "children"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "51eb31b8-4fd0-4877-9112-fc6c64ace7ca",
                                                            "name": "rate_limited",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":identifier",
                                                                        "children"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Too Many Requests",
                                                            "code": 429,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "a8279138-4db3-4806-be46-8252558cf5ab",
                                                            "name": "internal_error",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":identifier",
                                                                        "children"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "descendants",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "9e2f6540-bf7a-4119-b6ff-c817fd0185ba",
                                                    "name": "List location descendants",
                                                    "request": {
                                                        "name": "List location descendants",
                                                        "description": {
                                                            "content": "Return all descendant locations (children, grandchildren, etc.) beneath the specified location in the hierarchy.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":identifier",
                                                                "descendants"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location identifier",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "apikey",
                                                            "apikey": [
                                                                {
                                                                    "key": "key",
                                                                    "value": "Authorization"
                                                                },
                                                                {
                                                                    "key": "value",
                                                                    "value": "{{apiKey}}"
                                                                },
                                                                {
                                                                    "key": "in",
                                                                    "value": "header"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "bd7d0cf2-c519-4aeb-be46-83b6da8b5f40",
                                                            "name": "OK",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":identifier",
                                                                        "descendants"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"data\": [\n    {\n      \"created_at\": \"<dateTime>\",\n      \"depth\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"identifier\": \"<string>\",\n      \"identifiers\": [\n        {\n          \"type\": \"barcode\",\n          \"value\": \"<string>\",\n          \"id\": \"<integer>\",\n          \"is_active\": \"<boolean>\"\n        },\n        {\n          \"type\": \"rfid\",\n          \"value\": \"<string>\",\n          \"id\": \"<integer>\",\n          \"is_active\": \"<boolean>\"\n        }\n      ],\n      \"is_active\": \"<boolean>\",\n      \"name\": \"<string>\",\n      \"parent\": \"<string>\",\n      \"path\": \"<string>\",\n      \"surrogate_id\": \"<integer>\",\n      \"updated_at\": \"<dateTime>\",\n      \"valid_from\": \"<dateTime>\",\n      \"valid_to\": \"<dateTime>\"\n    },\n    {\n      \"created_at\": \"<dateTime>\",\n      \"depth\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"identifier\": \"<string>\",\n      \"identifiers\": [\n        {\n          \"type\": \"ble\",\n          \"value\": \"<string>\",\n          \"id\": \"<integer>\",\n          \"is_active\": \"<boolean>\"\n        },\n        {\n          \"type\": \"rfid\",\n          \"value\": \"<string>\",\n          \"id\": \"<integer>\",\n          \"is_active\": \"<boolean>\"\n        }\n      ],\n      \"is_active\": \"<boolean>\",\n      \"name\": \"<string>\",\n      \"parent\": \"<string>\",\n      \"path\": \"<string>\",\n      \"surrogate_id\": \"<integer>\",\n      \"updated_at\": \"<dateTime>\",\n      \"valid_from\": \"<dateTime>\",\n      \"valid_to\": \"<dateTime>\"\n    }\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "ac819bdc-a75b-41f3-873b-d56f6f1a0118",
                                                            "name": "bad_request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":identifier",
                                                                        "descendants"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "7ab4d111-4f30-4316-8012-4aaeca42e7b5",
                                                            "name": "unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":identifier",
                                                                        "descendants"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "7f7f4ae5-c35c-4a62-b718-f78cf158b05e",
                                                            "name": "forbidden",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":identifier",
                                                                        "descendants"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "2ac928e7-c5e0-4ff2-acac-f15174b9394b",
                                                            "name": "rate_limited",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":identifier",
                                                                        "descendants"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Too Many Requests",
                                                            "code": 429,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "24ea1ec2-94be-49b1-9005-21c3eba425f4",
                                                            "name": "internal_error",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":identifier",
                                                                        "descendants"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "identifiers",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "eec3c69f-54d2-41dc-89c7-055bcd9d70c9",
                                                    "name": "Add an identifier to a location",
                                                    "request": {
                                                        "name": "Add an identifier to a location",
                                                        "description": {
                                                            "content": "Attach a tag identifier (RFID EPC, BLE beacon ID, barcode, etc.) to an existing location.\nThe identifier must be unique within the organization.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":identifier",
                                                                "identifiers"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "identifier",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location identifier",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"value\": \"<string>\",\n  \"type\": \"ble\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "apikey",
                                                            "apikey": [
                                                                {
                                                                    "key": "key",
                                                                    "value": "Authorization"
                                                                },
                                                                {
                                                                    "key": "value",
                                                                    "value": "{{apiKey}}"
                                                                },
                                                                {
                                                                    "key": "in",
                                                                    "value": "header"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "a917f0fa-4290-448f-adb7-75fd0e48aa3b",
                                                            "name": "data: shared.TagIdentifier",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":identifier",
                                                                        "identifiers"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"value\": \"<string>\",\n  \"type\": \"ble\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"key_0\": true,\n  \"key_1\": \"string\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "1e4cb6cc-62d6-44b9-8def-4cbdf3fda251",
                                                            "name": "bad_request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":identifier",
                                                                        "identifiers"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"value\": \"<string>\",\n  \"type\": \"ble\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "ee497258-2150-402d-b975-d05d6674cce7",
                                                            "name": "unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":identifier",
                                                                        "identifiers"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"value\": \"<string>\",\n  \"type\": \"ble\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "9f58b659-3375-44bf-a420-26d6f3d648c3",
                                                            "name": "forbidden",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":identifier",
                                                                        "identifiers"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"value\": \"<string>\",\n  \"type\": \"ble\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "afc208fe-2103-431e-92bc-a68bf2a1d44d",
                                                            "name": "not_found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":identifier",
                                                                        "identifiers"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"value\": \"<string>\",\n  \"type\": \"ble\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "21b28fc1-0711-4647-b5fc-738c9f13b249",
                                                            "name": "rate_limited",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":identifier",
                                                                        "identifiers"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"value\": \"<string>\",\n  \"type\": \"ble\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Too Many Requests",
                                                            "code": 429,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "8b4d70a8-2186-41f8-8dd2-366fe958e704",
                                                            "name": "internal_error",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":identifier",
                                                                        "identifiers"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location identifier",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"value\": \"<string>\",\n  \"type\": \"ble\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "name": "{identifierId}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "b8ded8c6-1779-4944-adb4-964a968e986a",
                                                            "name": "Remove an identifier from a location",
                                                            "request": {
                                                                "name": "Remove an identifier from a location",
                                                                "description": {
                                                                    "content": "Detach a tag identifier from a location by its identifier record ID.",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":identifier",
                                                                        "identifiers",
                                                                        ":identifierId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "identifier",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location identifier",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<integer>",
                                                                            "key": "identifierId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Identifier ID",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "DELETE",
                                                                "body": {},
                                                                "auth": {
                                                                    "type": "apikey",
                                                                    "apikey": [
                                                                        {
                                                                            "key": "key",
                                                                            "value": "Authorization"
                                                                        },
                                                                        {
                                                                            "key": "value",
                                                                            "value": "{{apiKey}}"
                                                                        },
                                                                        {
                                                                            "key": "in",
                                                                            "value": "header"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "f83ef28c-9df1-4a8c-a466-ce6df5b53b87",
                                                                    "name": "deleted",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "locations",
                                                                                ":identifier",
                                                                                "identifiers",
                                                                                ":identifierId"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Location identifier",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "identifier"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Identifier ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "identifierId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "No Content",
                                                                    "code": 204,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "d0e5c7b6-d31c-4daf-9361-30a03d8e35d6",
                                                                    "name": "bad_request",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "locations",
                                                                                ":identifier",
                                                                                "identifiers",
                                                                                ":identifierId"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Location identifier",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "identifier"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Identifier ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "identifierId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Bad Request",
                                                                    "code": 400,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "06357e21-d95b-4241-a105-9618c83681a5",
                                                                    "name": "unauthorized",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "locations",
                                                                                ":identifier",
                                                                                "identifiers",
                                                                                ":identifierId"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Location identifier",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "identifier"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Identifier ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "identifierId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Unauthorized",
                                                                    "code": 401,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "7ab15d9a-a45b-4fdd-b4fa-b7c7e9eb1acf",
                                                                    "name": "forbidden",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "locations",
                                                                                ":identifier",
                                                                                "identifiers",
                                                                                ":identifierId"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Location identifier",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "identifier"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Identifier ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "identifierId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Forbidden",
                                                                    "code": 403,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "5c5a3a4d-a38b-407b-90f6-000c301f9aad",
                                                                    "name": "not_found",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "locations",
                                                                                ":identifier",
                                                                                "identifiers",
                                                                                ":identifierId"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Location identifier",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "identifier"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Identifier ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "identifierId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Not Found",
                                                                    "code": 404,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "a841d0e5-f1c7-421c-9dbb-99cbbdededb9",
                                                                    "name": "rate_limited",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "locations",
                                                                                ":identifier",
                                                                                "identifiers",
                                                                                ":identifierId"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Location identifier",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "identifier"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Identifier ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "identifierId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Too Many Requests",
                                                                    "code": 429,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "4a9fc320-34c2-4555-83c1-e169da618ef0",
                                                                    "name": "internal_error",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "locations",
                                                                                ":identifier",
                                                                                "identifiers",
                                                                                ":identifierId"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Location identifier",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "identifier"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Identifier ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "identifierId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Internal Server Error",
                                                                    "code": 500,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "orgs",
                            "description": "",
                            "item": [
                                {
                                    "name": "me",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "48399595-052a-4c4d-9e47-94347c7b6f85",
                                            "name": "Get the org associated with the authenticated API key",
                                            "request": {
                                                "name": "Get the org associated with the authenticated API key",
                                                "description": {
                                                    "content": "Returns the organization scoped by the API key presented in Authorization. Intended as a lightweight health-check primitive for integrators verifying a key works end-to-end.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "orgs",
                                                        "me"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "apikey",
                                                    "apikey": [
                                                        {
                                                            "key": "key",
                                                            "value": "Authorization"
                                                        },
                                                        {
                                                            "key": "value",
                                                            "value": "{{apiKey}}"
                                                        },
                                                        {
                                                            "key": "in",
                                                            "value": "header"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "792c8958-0195-4b14-887a-903aaf0d52bd",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "orgs",
                                                                "me"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "62443d17-e7ee-4d85-bab4-f8118b764c36",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "orgs",
                                                                "me"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3f0967ed-1eb9-43df-8441-a19e0a87045f",
                                                    "name": "Internal server error",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "orgs",
                                                                "me"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "api-keys",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "06da6f34-60c7-43a1-8bf0-86eef7ab6cfb",
                                                    "name": "List active API keys for an organization",
                                                    "request": {
                                                        "name": "List active API keys for an organization",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "orgs",
                                                                ":id",
                                                                "api-keys"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<integer>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Organization id",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "8e4d3192-cfd7-47f2-b72c-6dcf8b3e4d34",
                                                            "name": "OK",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "orgs",
                                                                        ":id",
                                                                        "api-keys"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Organization id",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<integer>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"data\": [\n    {\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"<integer>\",\n      \"created_by_key_id\": \"<integer>\",\n      \"expires_at\": \"<dateTime>\",\n      \"id\": \"<integer>\",\n      \"jti\": \"<string>\",\n      \"last_used_at\": \"<dateTime>\",\n      \"name\": \"<string>\",\n      \"scopes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"<integer>\",\n      \"created_by_key_id\": \"<integer>\",\n      \"expires_at\": \"<dateTime>\",\n      \"id\": \"<integer>\",\n      \"jti\": \"<string>\",\n      \"last_used_at\": \"<dateTime>\",\n      \"name\": \"<string>\",\n      \"scopes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "1f8a1340-7204-406f-b460-cc26ca681183",
                                                            "name": "Bad Request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "orgs",
                                                                        ":id",
                                                                        "api-keys"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Organization id",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<integer>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "b1e0913d-5381-4986-a79f-8f5988f09786",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "orgs",
                                                                        ":id",
                                                                        "api-keys"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Organization id",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<integer>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "171f1348-cf02-4899-bc47-005d13431698",
                                                            "name": "Forbidden",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "orgs",
                                                                        ":id",
                                                                        "api-keys"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Organization id",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<integer>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "db35b83f-41bc-426d-a16a-1592dc6208b3",
                                                            "name": "Internal Server Error",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "orgs",
                                                                        ":id",
                                                                        "api-keys"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Organization id",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<integer>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "id": "0f356dce-c670-4b9f-b728-dd45a80229b6",
                                                    "name": "Create a new API key for an organization",
                                                    "request": {
                                                        "name": "Create a new API key for an organization",
                                                        "description": {
                                                            "content": "Mints an API-key JWT scoped to the target org. Accepts either session-admin or an API key with the keys:admin scope.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "orgs",
                                                                ":id",
                                                                "api-keys"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<integer>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Organization id",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"name\": \"<string>\",\n  \"scopes\": [\n    \"<string>\"\n  ],\n  \"expires_at\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "47c2bfe8-4264-4068-b803-387d4f64d85d",
                                                            "name": "Created",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "orgs",
                                                                        ":id",
                                                                        "api-keys"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Organization id",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<integer>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"scopes\": [\n    \"<string>\"\n  ],\n  \"expires_at\": \"<dateTime>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"data\": {\n    \"created_at\": \"<dateTime>\",\n    \"expires_at\": \"<dateTime>\",\n    \"id\": \"<integer>\",\n    \"key\": \"<string>\",\n    \"name\": \"<string>\",\n    \"scopes\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "b35d906f-2ae6-422a-aeb8-915399dd7285",
                                                            "name": "Bad Request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "orgs",
                                                                        ":id",
                                                                        "api-keys"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Organization id",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<integer>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"scopes\": [\n    \"<string>\"\n  ],\n  \"expires_at\": \"<dateTime>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "cac2c1ce-106b-464a-9e26-704efba23d9e",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "orgs",
                                                                        ":id",
                                                                        "api-keys"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Organization id",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<integer>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"scopes\": [\n    \"<string>\"\n  ],\n  \"expires_at\": \"<dateTime>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "9db883ab-0abd-48d7-b6da-e8c206721914",
                                                            "name": "Forbidden",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "orgs",
                                                                        ":id",
                                                                        "api-keys"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Organization id",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<integer>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"scopes\": [\n    \"<string>\"\n  ],\n  \"expires_at\": \"<dateTime>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "78641586-0a47-4cc5-ac01-514ef30cf896",
                                                            "name": "Active-key cap reached",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "orgs",
                                                                        ":id",
                                                                        "api-keys"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Organization id",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<integer>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"scopes\": [\n    \"<string>\"\n  ],\n  \"expires_at\": \"<dateTime>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Conflict",
                                                            "code": 409,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "34d6940c-cb7d-41e0-9c85-52725236829f",
                                                            "name": "Internal Server Error",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "orgs",
                                                                        ":id",
                                                                        "api-keys"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Organization id",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<integer>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"scopes\": [\n    \"<string>\"\n  ],\n  \"expires_at\": \"<dateTime>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "name": "{key_id}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "10875daa-c653-4e03-bf6e-1452c6e1b942",
                                                            "name": "Revoke an API key",
                                                            "request": {
                                                                "name": "Revoke an API key",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "orgs",
                                                                        ":id",
                                                                        "api-keys",
                                                                        ":key_id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<integer>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Organization id",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<integer>",
                                                                            "key": "key_id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) API key id",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "DELETE",
                                                                "body": {},
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "c79e6231-9c28-4d72-bd65-22d0ffaa5528",
                                                                    "name": "No Content",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "orgs",
                                                                                ":id",
                                                                                "api-keys",
                                                                                ":key_id"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Organization id",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) API key id",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "key_id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "No Content",
                                                                    "code": 204,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "01e1e37c-5fbf-431a-8938-49442f3bc903",
                                                                    "name": "Bad Request",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "orgs",
                                                                                ":id",
                                                                                "api-keys",
                                                                                ":key_id"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Organization id",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) API key id",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "key_id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Bad Request",
                                                                    "code": 400,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "af65f048-9045-4c89-b7a6-eacbdd268f0d",
                                                                    "name": "Unauthorized",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "orgs",
                                                                                ":id",
                                                                                "api-keys",
                                                                                ":key_id"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Organization id",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) API key id",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "key_id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Unauthorized",
                                                                    "code": 401,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "6464fe70-8615-47df-b0f3-65fd5689f76b",
                                                                    "name": "Forbidden",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "orgs",
                                                                                ":id",
                                                                                "api-keys",
                                                                                ":key_id"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Organization id",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) API key id",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "key_id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Forbidden",
                                                                    "code": 403,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "58956f40-0a29-4619-b456-f44de1ea333a",
                                                                    "name": "Not Found",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "orgs",
                                                                                ":id",
                                                                                "api-keys",
                                                                                ":key_id"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Organization id",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) API key id",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "key_id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Not Found",
                                                                    "code": 404,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "5af30218-9da6-4752-84a1-37715457c406",
                                                                    "name": "Internal Server Error",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "orgs",
                                                                                ":id",
                                                                                "api-keys",
                                                                                ":key_id"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Organization id",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) API key id",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "key_id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Internal Server Error",
                                                                    "code": 500,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"detail\": \"<string>\",\n    \"fields\": [\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": \"string\",\n          \"key_1\": 1973\n        }\n      },\n      {\n        \"code\": \"<string>\",\n        \"field\": \"<string>\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 2247.9845937233845,\n          \"key_1\": \"string\",\n          \"key_2\": false\n        }\n      }\n    ],\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"validation_error\"\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ],
    "event": [],
    "variable": [
        {
            "key": "baseUrl",
            "value": "https://app.trakrf.id"
        }
    ],
    "info": {
        "_postman_id": "2e9c6b39-5172-4160-a25a-09bf2209c0e4",
        "name": "TrakRF API",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
        "description": {
            "content": "TrakRF public REST API. See docs.trakrf.id/api for the customer-facing reference.\n\nContact Support:\n Name: TrakRF Support\n Email: support@trakrf.id",
            "type": "text/plain"
        }
    }
}