{
    "item": [
        {
            "id": "2114a06f-8f84-4621-a66f-974dddf1ad03",
            "name": "namespaces/{namespace}",
            "item": [
                {
                    "id": "c1378c81-b2c1-47df-95e6-56250640fbf0",
                    "name": "Get status of services",
                    "request": {
                        "name": "Get status of services",
                        "description": {
                            "content": "Ping the upstream service and get status of services",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "namespaces",
                                ":namespace",
                                "services"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "disabled": false,
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "namespace",
                                    "description": "(Required) "
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "eb389708-1bb9-45c2-9fb3-5c575cec69f4",
                            "name": "Success",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "namespaces",
                                        ":namespace",
                                        "services"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "namespace",
                                            "description": "(Required) "
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: oauth2",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "<token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "text/plain"
                                }
                            ],
                            "body": "",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "b912fad9-a89b-46c0-84ec-5fcf7b5540cd",
                            "name": "Bad Request",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "namespaces",
                                        ":namespace",
                                        "services"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "namespace",
                                            "description": "(Required) "
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: oauth2",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "<token>"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": \"Something exploded\",\n  \"code\": 42\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "4456bc7f-007d-4571-961b-bd0462936b1d",
                            "name": "Unauthorized",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "namespaces",
                                        ":namespace",
                                        "services"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "namespace",
                                            "description": "(Required) "
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: oauth2",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "<token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "text/plain"
                                }
                            ],
                            "body": "",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "e274c9fe-1df3-474f-865e-489dc73b5dda",
                            "name": "Unexpected Error",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "namespaces",
                                        ":namespace",
                                        "services"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "namespace",
                                            "description": "(Required) "
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: oauth2",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "<token>"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Internal Server Error",
                            "code": 500,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": \"Something exploded\",\n  \"code\": 42\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "b6de36ad-7165-4534-a9fd-302bd8888c04",
                    "name": "gateway",
                    "item": [
                        {
                            "id": "da4e7f7c-699f-443a-bb79-b6aec74efd3e",
                            "name": "Updates the gateway config",
                            "request": {
                                "name": "Updates the gateway config",
                                "description": {
                                    "content": "Returns the changes that were performed",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "namespaces",
                                        ":namespace",
                                        "gateway"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "namespace",
                                            "description": "(Required) "
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "multipart/form-data"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "PUT",
                                "auth": null,
                                "body": {
                                    "mode": "formdata",
                                    "formdata": [
                                        {
                                            "key": "dryRun",
                                            "value": "<boolean>",
                                            "type": "text",
                                            "description": ""
                                        },
                                        {
                                            "key": "configFile",
                                            "type": "file",
                                            "description": ""
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "1aeeb729-336e-4aea-bc6c-f16e28c6dd0d",
                                    "name": "Success",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "namespaces",
                                                ":namespace",
                                                "gateway"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "disabled": false,
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "namespace",
                                                    "description": "(Required) "
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: oauth2",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "<token>"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "PUT",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "dryRun",
                                                    "value": "<boolean>",
                                                    "type": "text"
                                                },
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "configFile",
                                                    "value": "<binary>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"Record updated\",\n  \"results\": \"incididunt aliquip\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "3f3f664f-4fdf-48ee-a92f-b0983041adbf",
                                    "name": "Unauthorized",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "namespaces",
                                                ":namespace",
                                                "gateway"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "disabled": false,
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "namespace",
                                                    "description": "(Required) "
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: oauth2",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "<token>"
                                            }
                                        ],
                                        "method": "PUT",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "dryRun",
                                                    "value": "<boolean>",
                                                    "type": "text"
                                                },
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "configFile",
                                                    "value": "<binary>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "text/plain"
                                        }
                                    ],
                                    "body": "",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "b1e2587f-7fb3-4b10-8800-86d314dc37c6",
                                    "name": "Unexpected Error",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "namespaces",
                                                ":namespace",
                                                "gateway"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "disabled": false,
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "namespace",
                                                    "description": "(Required) "
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: oauth2",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "<token>"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "PUT",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "dryRun",
                                                    "value": "<boolean>",
                                                    "type": "text"
                                                },
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "configFile",
                                                    "value": "<binary>",
                                                    "type": "text"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"error\": \"Something exploded\",\n  \"code\": 42\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "id": "b2fe9d49-09c7-43a9-8739-c06ff083d56a",
                            "name": "Delete the gateway config",
                            "request": {
                                "name": "Delete the gateway config",
                                "description": {
                                    "content": "Deletes with optional qualifier",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "namespaces",
                                        ":namespace",
                                        "gateway"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "namespace",
                                            "description": "(Required) "
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "DELETE",
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "517a4da7-e8ee-4baf-a393-30ee652bc179",
                                    "name": "Success",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "namespaces",
                                                ":namespace",
                                                "gateway"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "disabled": false,
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "namespace",
                                                    "description": "(Required) "
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: oauth2",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "<token>"
                                            }
                                        ],
                                        "method": "DELETE",
                                        "body": {}
                                    },
                                    "status": "No Content",
                                    "code": 204,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "text/plain"
                                        }
                                    ],
                                    "body": "",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "de39f076-97cd-4850-9ceb-b914bb54032d",
                                    "name": "Unauthorized",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "namespaces",
                                                ":namespace",
                                                "gateway"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "disabled": false,
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "namespace",
                                                    "description": "(Required) "
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: oauth2",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "<token>"
                                            }
                                        ],
                                        "method": "DELETE",
                                        "body": {}
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "text/plain"
                                        }
                                    ],
                                    "body": "",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "b92d5e8d-e7a4-4caf-8329-da6b28033c06",
                                    "name": "Unexpected Error",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "namespaces",
                                                ":namespace",
                                                "gateway"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "disabled": false,
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "namespace",
                                                    "description": "(Required) "
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: oauth2",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "<token>"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "DELETE",
                                        "body": {}
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"error\": \"Something exploded\",\n  \"code\": 42\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "id": "08988d5f-48ba-4bfb-b51e-fb3be9ff9e2d",
                            "name": "Delete the gateway config",
                            "request": {
                                "name": "Delete the gateway config",
                                "description": {
                                    "content": "Deletes with optional qualifier",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "namespaces",
                                        ":namespace",
                                        "gateway",
                                        ":qualifier"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "namespace",
                                            "description": "(Required) "
                                        },
                                        {
                                            "disabled": false,
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "qualifier",
                                            "description": "(Required) "
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "DELETE",
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "13506d7d-b20d-4fd9-80ec-6fb5c8c3f35a",
                                    "name": "Success",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "namespaces",
                                                ":namespace",
                                                "gateway",
                                                ":qualifier"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "disabled": false,
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "namespace",
                                                    "description": "(Required) "
                                                },
                                                {
                                                    "disabled": false,
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "qualifier",
                                                    "description": "(Required) "
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: oauth2",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "<token>"
                                            }
                                        ],
                                        "method": "DELETE",
                                        "body": {}
                                    },
                                    "status": "No Content",
                                    "code": 204,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "text/plain"
                                        }
                                    ],
                                    "body": "",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "5bb52b84-4efa-4077-9c69-6bb03308316c",
                                    "name": "Unauthorized",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "namespaces",
                                                ":namespace",
                                                "gateway",
                                                ":qualifier"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "disabled": false,
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "namespace",
                                                    "description": "(Required) "
                                                },
                                                {
                                                    "disabled": false,
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "qualifier",
                                                    "description": "(Required) "
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: oauth2",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "<token>"
                                            }
                                        ],
                                        "method": "DELETE",
                                        "body": {}
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "text/plain"
                                        }
                                    ],
                                    "body": "",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "51c55d73-c81f-406d-9cb6-6210caeffbb6",
                                    "name": "Unexpected Error",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "namespaces",
                                                ":namespace",
                                                "gateway",
                                                ":qualifier"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "disabled": false,
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "namespace",
                                                    "description": "(Required) "
                                                },
                                                {
                                                    "disabled": false,
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "qualifier",
                                                    "description": "(Required) "
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: oauth2",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "<token>"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "DELETE",
                                        "body": {}
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"error\": \"Something exploded\",\n  \"code\": 42\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ],
                    "event": []
                }
            ],
            "event": []
        },
        {
            "id": "a0969b9c-203d-4597-9d3d-a4d65ebc47d4",
            "name": "Return overall API status",
            "request": {
                "name": "Return overall API status",
                "description": {
                    "content": "Returns the overall API status",
                    "type": "text/plain"
                },
                "url": {
                    "path": [
                        "status"
                    ],
                    "host": [
                        "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                },
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json"
                    }
                ],
                "method": "GET",
                "auth": null
            },
            "response": [
                {
                    "id": "48eadb80-b302-4f84-99d8-749a0d0e0fa1",
                    "name": "Success",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "status"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "description": {
                                    "content": "Added as a part of security scheme: oauth2",
                                    "type": "text/plain"
                                },
                                "key": "Authorization",
                                "value": "<token>"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "OK",
                    "code": 200,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/json"
                        }
                    ],
                    "body": "{\n  \"message\": \"Record updated\",\n  \"results\": \"incididunt aliquip\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "51ea6627-1fd8-42b5-a792-bdda4bba7e2b",
                    "name": "Unauthorized",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "status"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "description": {
                                    "content": "Added as a part of security scheme: oauth2",
                                    "type": "text/plain"
                                },
                                "key": "Authorization",
                                "value": "<token>"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Unauthorized",
                    "code": 401,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "text/plain"
                        }
                    ],
                    "body": "",
                    "cookie": [],
                    "_postman_previewlanguage": "text"
                },
                {
                    "id": "43d1647b-1d8a-4c4a-854b-be3d759a48b5",
                    "name": "Unexpected Error",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "status"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "description": {
                                    "content": "Added as a part of security scheme: oauth2",
                                    "type": "text/plain"
                                },
                                "key": "Authorization",
                                "value": "<token>"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Internal Server Error",
                    "code": 500,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/json"
                        }
                    ],
                    "body": "{\n  \"error\": \"Something exploded\",\n  \"code\": 42\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                }
            ],
            "event": [],
            "protocolProfileBehavior": {
                "disableBodyPruning": true
            }
        },
        {
            "id": "d1ee57a9-ddb1-46cd-b02c-d80065aecb47",
            "name": "Return key information about authenticated identity",
            "request": {
                "name": "Return key information about authenticated identity",
                "description": {
                    "content": "Authenticated identity details",
                    "type": "text/plain"
                },
                "url": {
                    "path": [
                        "whoami"
                    ],
                    "host": [
                        "{{baseUrl}}"
                    ],
                    "query": [],
                    "variable": []
                },
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json"
                    }
                ],
                "method": "GET",
                "auth": null
            },
            "response": [
                {
                    "id": "bccd2fef-8fe7-4e40-9ea0-70f2e2128ef2",
                    "name": "Success",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "whoami"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "description": {
                                    "content": "Added as a part of security scheme: oauth2",
                                    "type": "text/plain"
                                },
                                "key": "Authorization",
                                "value": "<token>"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "OK",
                    "code": 200,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/json"
                        }
                    ],
                    "body": "{\n  \"namespace\": \"mollit nostrud sed\"\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                },
                {
                    "id": "33e389f9-2ebb-4984-a106-8c07a9331f28",
                    "name": "Unauthorized",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "whoami"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "description": {
                                    "content": "Added as a part of security scheme: oauth2",
                                    "type": "text/plain"
                                },
                                "key": "Authorization",
                                "value": "<token>"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Unauthorized",
                    "code": 401,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "text/plain"
                        }
                    ],
                    "body": "",
                    "cookie": [],
                    "_postman_previewlanguage": "text"
                },
                {
                    "id": "c7541e72-0979-4f44-8649-ec325e5a188d",
                    "name": "Unexpected Error",
                    "originalRequest": {
                        "url": {
                            "path": [
                                "whoami"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "description": {
                                    "content": "Added as a part of security scheme: oauth2",
                                    "type": "text/plain"
                                },
                                "key": "Authorization",
                                "value": "<token>"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {}
                    },
                    "status": "Internal Server Error",
                    "code": 500,
                    "header": [
                        {
                            "key": "Content-Type",
                            "value": "application/json"
                        }
                    ],
                    "body": "{\n  \"error\": \"Something exploded\",\n  \"code\": 42\n}",
                    "cookie": [],
                    "_postman_previewlanguage": "json"
                }
            ],
            "event": [],
            "protocolProfileBehavior": {
                "disableBodyPruning": true
            }
        }
    ],
    "event": [],
    "variable": [
        {
            "type": "string",
            "value": "/v2",
            "key": "baseUrl"
        }
    ],
    "auth": {
        "type": "oauth2",
        "oauth2": [
            {
                "key": "client_authentication",
                "value": "header",
                "type": "string"
            },
            {
                "key": "clientId",
                "value": "sa-*",
                "type": "string"
            },
            {
                "key": "scope",
                "value": "openid",
                "type": "string"
            },
            {
                "key": "accessTokenUrl",
                "value": "https://authz-apps-gov-bc-ca.test.api.gov.bc.ca/auth/realms/aps/protocol/openid-connect/token",
                "type": "string"
            },
            {
                "key": "grant_type",
                "value": "client_credentials",
                "type": "string"
            }
        ]
    },
    "info": {
        "_postman_id": "b9136176-f8cd-4db2-b8cd-1a7b6925a88f",
        "name": "Gateway Administration (GWA) API",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
        "description": {
            "content": "# Introduction\nThis set of APIs are responsible for:\n  * validating Kong Declarative Config and applying it to Kong\n  * managing namespaces to segment services",
            "type": "text/plain"
        }
    }
}