{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/api.transittracker.ca"
        }
    ],
    "info": {
        "name": "Transit Tracker",
        "_postman_id": "c422c0d6-09f1-4bba-84a4-faec5c9b578c",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Agencies",
            "description": "",
            "item": [
                {
                    "name": "GET v2\/agencies",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/agencies",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/agencies"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "text\/html; charset=UTF-8"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 503,
                            "body": "<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n        <title>Service Unavailable<\/title>\n\n        <!-- Fonts -->\n        <link rel=\"dns-prefetch\" href=\"\/\/fonts.gstatic.com\">\n        <link href=\"https:\/\/fonts.googleapis.com\/css?family=Nunito\" rel=\"stylesheet\">\n\n        <!-- Styles -->\n        <style>\n            html, body {\n                background-color: #fff;\n                color: #636b6f;\n                font-family: 'Nunito', sans-serif;\n                font-weight: 100;\n                height: 100vh;\n                margin: 0;\n            }\n\n            .full-height {\n                height: 100vh;\n            }\n\n            .flex-center {\n                align-items: center;\n                display: flex;\n                justify-content: center;\n            }\n\n            .position-ref {\n                position: relative;\n            }\n\n            .code {\n                border-right: 2px solid;\n                font-size: 26px;\n                padding: 0 15px 0 15px;\n                text-align: center;\n            }\n\n            .message {\n                font-size: 18px;\n                text-align: center;\n            }\n        <\/style>\n    <\/head>\n    <body>\n        <div class=\"flex-center position-ref full-height\">\n            <div class=\"code\">\n                503            <\/div>\n\n            <div class=\"message\" style=\"padding: 10px;\">\n                Service Unavailable            <\/div>\n        <\/div>\n    <\/body>\n<\/html>\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v2\/agencies\/{agency_slug}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/agencies\/:agency_slug",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/agencies\/:agency_slug",
                            "variable": [
                                {
                                    "id": "agency_slug",
                                    "key": "agency_slug",
                                    "value": "stm",
                                    "description": "The slug of the agency."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "text\/html; charset=UTF-8"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 503,
                            "body": "<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n        <title>Service Unavailable<\/title>\n\n        <!-- Fonts -->\n        <link rel=\"dns-prefetch\" href=\"\/\/fonts.gstatic.com\">\n        <link href=\"https:\/\/fonts.googleapis.com\/css?family=Nunito\" rel=\"stylesheet\">\n\n        <!-- Styles -->\n        <style>\n            html, body {\n                background-color: #fff;\n                color: #636b6f;\n                font-family: 'Nunito', sans-serif;\n                font-weight: 100;\n                height: 100vh;\n                margin: 0;\n            }\n\n            .full-height {\n                height: 100vh;\n            }\n\n            .flex-center {\n                align-items: center;\n                display: flex;\n                justify-content: center;\n            }\n\n            .position-ref {\n                position: relative;\n            }\n\n            .code {\n                border-right: 2px solid;\n                font-size: 26px;\n                padding: 0 15px 0 15px;\n                text-align: center;\n            }\n\n            .message {\n                font-size: 18px;\n                text-align: center;\n            }\n        <\/style>\n    <\/head>\n    <body>\n        <div class=\"flex-center position-ref full-height\">\n            <div class=\"code\">\n                503            <\/div>\n\n            <div class=\"message\" style=\"padding: 10px;\">\n                Service Unavailable            <\/div>\n        <\/div>\n    <\/body>\n<\/html>\n",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Alerts",
            "description": "",
            "item": [
                {
                    "name": "GET v2\/alerts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/alerts",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/alerts"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "text\/html; charset=UTF-8"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 503,
                            "body": "<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n        <title>Service Unavailable<\/title>\n\n        <!-- Fonts -->\n        <link rel=\"dns-prefetch\" href=\"\/\/fonts.gstatic.com\">\n        <link href=\"https:\/\/fonts.googleapis.com\/css?family=Nunito\" rel=\"stylesheet\">\n\n        <!-- Styles -->\n        <style>\n            html, body {\n                background-color: #fff;\n                color: #636b6f;\n                font-family: 'Nunito', sans-serif;\n                font-weight: 100;\n                height: 100vh;\n                margin: 0;\n            }\n\n            .full-height {\n                height: 100vh;\n            }\n\n            .flex-center {\n                align-items: center;\n                display: flex;\n                justify-content: center;\n            }\n\n            .position-ref {\n                position: relative;\n            }\n\n            .code {\n                border-right: 2px solid;\n                font-size: 26px;\n                padding: 0 15px 0 15px;\n                text-align: center;\n            }\n\n            .message {\n                font-size: 18px;\n                text-align: center;\n            }\n        <\/style>\n    <\/head>\n    <body>\n        <div class=\"flex-center position-ref full-height\">\n            <div class=\"code\">\n                503            <\/div>\n\n            <div class=\"message\" style=\"padding: 10px;\">\n                Service Unavailable            <\/div>\n        <\/div>\n    <\/body>\n<\/html>\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v2\/alerts\/{alert}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/alerts\/:alert",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/alerts\/:alert",
                            "variable": [
                                {
                                    "id": "alert",
                                    "key": "alert",
                                    "value": "ut",
                                    "description": "The alert."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "text\/html; charset=UTF-8"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 503,
                            "body": "<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n        <title>Service Unavailable<\/title>\n\n        <!-- Fonts -->\n        <link rel=\"dns-prefetch\" href=\"\/\/fonts.gstatic.com\">\n        <link href=\"https:\/\/fonts.googleapis.com\/css?family=Nunito\" rel=\"stylesheet\">\n\n        <!-- Styles -->\n        <style>\n            html, body {\n                background-color: #fff;\n                color: #636b6f;\n                font-family: 'Nunito', sans-serif;\n                font-weight: 100;\n                height: 100vh;\n                margin: 0;\n            }\n\n            .full-height {\n                height: 100vh;\n            }\n\n            .flex-center {\n                align-items: center;\n                display: flex;\n                justify-content: center;\n            }\n\n            .position-ref {\n                position: relative;\n            }\n\n            .code {\n                border-right: 2px solid;\n                font-size: 26px;\n                padding: 0 15px 0 15px;\n                text-align: center;\n            }\n\n            .message {\n                font-size: 18px;\n                text-align: center;\n            }\n        <\/style>\n    <\/head>\n    <body>\n        <div class=\"flex-center position-ref full-height\">\n            <div class=\"code\">\n                503            <\/div>\n\n            <div class=\"message\" style=\"padding: 10px;\">\n                Service Unavailable            <\/div>\n        <\/div>\n    <\/body>\n<\/html>\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v2\/regions\/{region}\/alerts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/regions\/:region\/alerts",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/regions\/:region\/alerts",
                            "variable": [
                                {
                                    "id": "region",
                                    "key": "region",
                                    "value": "mtl",
                                    "description": "The region."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "text\/html; charset=UTF-8"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 503,
                            "body": "<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n        <title>Service Unavailable<\/title>\n\n        <!-- Fonts -->\n        <link rel=\"dns-prefetch\" href=\"\/\/fonts.gstatic.com\">\n        <link href=\"https:\/\/fonts.googleapis.com\/css?family=Nunito\" rel=\"stylesheet\">\n\n        <!-- Styles -->\n        <style>\n            html, body {\n                background-color: #fff;\n                color: #636b6f;\n                font-family: 'Nunito', sans-serif;\n                font-weight: 100;\n                height: 100vh;\n                margin: 0;\n            }\n\n            .full-height {\n                height: 100vh;\n            }\n\n            .flex-center {\n                align-items: center;\n                display: flex;\n                justify-content: center;\n            }\n\n            .position-ref {\n                position: relative;\n            }\n\n            .code {\n                border-right: 2px solid;\n                font-size: 26px;\n                padding: 0 15px 0 15px;\n                text-align: center;\n            }\n\n            .message {\n                font-size: 18px;\n                text-align: center;\n            }\n        <\/style>\n    <\/head>\n    <body>\n        <div class=\"flex-center position-ref full-height\">\n            <div class=\"code\">\n                503            <\/div>\n\n            <div class=\"message\" style=\"padding: 10px;\">\n                Service Unavailable            <\/div>\n        <\/div>\n    <\/body>\n<\/html>\n",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "GET v2\/health",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/health",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/health"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "text\/html; charset=UTF-8"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 503,
                            "body": "<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n        <title>Service Unavailable<\/title>\n\n        <!-- Fonts -->\n        <link rel=\"dns-prefetch\" href=\"\/\/fonts.gstatic.com\">\n        <link href=\"https:\/\/fonts.googleapis.com\/css?family=Nunito\" rel=\"stylesheet\">\n\n        <!-- Styles -->\n        <style>\n            html, body {\n                background-color: #fff;\n                color: #636b6f;\n                font-family: 'Nunito', sans-serif;\n                font-weight: 100;\n                height: 100vh;\n                margin: 0;\n            }\n\n            .full-height {\n                height: 100vh;\n            }\n\n            .flex-center {\n                align-items: center;\n                display: flex;\n                justify-content: center;\n            }\n\n            .position-ref {\n                position: relative;\n            }\n\n            .code {\n                border-right: 2px solid;\n                font-size: 26px;\n                padding: 0 15px 0 15px;\n                text-align: center;\n            }\n\n            .message {\n                font-size: 18px;\n                text-align: center;\n            }\n        <\/style>\n    <\/head>\n    <body>\n        <div class=\"flex-center position-ref full-height\">\n            <div class=\"code\">\n                503            <\/div>\n\n            <div class=\"message\" style=\"padding: 10px;\">\n                Service Unavailable            <\/div>\n        <\/div>\n    <\/body>\n<\/html>\n",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Landing",
            "description": "GeoJSON ressources used on the landing page",
            "item": [
                {
                    "name": "GET v2\/landing",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/landing",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/landing"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "text\/html; charset=UTF-8"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 503,
                            "body": "<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n        <title>Service Unavailable<\/title>\n\n        <!-- Fonts -->\n        <link rel=\"dns-prefetch\" href=\"\/\/fonts.gstatic.com\">\n        <link href=\"https:\/\/fonts.googleapis.com\/css?family=Nunito\" rel=\"stylesheet\">\n\n        <!-- Styles -->\n        <style>\n            html, body {\n                background-color: #fff;\n                color: #636b6f;\n                font-family: 'Nunito', sans-serif;\n                font-weight: 100;\n                height: 100vh;\n                margin: 0;\n            }\n\n            .full-height {\n                height: 100vh;\n            }\n\n            .flex-center {\n                align-items: center;\n                display: flex;\n                justify-content: center;\n            }\n\n            .position-ref {\n                position: relative;\n            }\n\n            .code {\n                border-right: 2px solid;\n                font-size: 26px;\n                padding: 0 15px 0 15px;\n                text-align: center;\n            }\n\n            .message {\n                font-size: 18px;\n                text-align: center;\n            }\n        <\/style>\n    <\/head>\n    <body>\n        <div class=\"flex-center position-ref full-height\">\n            <div class=\"code\">\n                503            <\/div>\n\n            <div class=\"message\" style=\"padding: 10px;\">\n                Service Unavailable            <\/div>\n        <\/div>\n    <\/body>\n<\/html>\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v2\/landing\/vehicles",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/landing\/vehicles",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/landing\/vehicles"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "text\/html; charset=UTF-8"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 503,
                            "body": "<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n        <title>Service Unavailable<\/title>\n\n        <!-- Fonts -->\n        <link rel=\"dns-prefetch\" href=\"\/\/fonts.gstatic.com\">\n        <link href=\"https:\/\/fonts.googleapis.com\/css?family=Nunito\" rel=\"stylesheet\">\n\n        <!-- Styles -->\n        <style>\n            html, body {\n                background-color: #fff;\n                color: #636b6f;\n                font-family: 'Nunito', sans-serif;\n                font-weight: 100;\n                height: 100vh;\n                margin: 0;\n            }\n\n            .full-height {\n                height: 100vh;\n            }\n\n            .flex-center {\n                align-items: center;\n                display: flex;\n                justify-content: center;\n            }\n\n            .position-ref {\n                position: relative;\n            }\n\n            .code {\n                border-right: 2px solid;\n                font-size: 26px;\n                padding: 0 15px 0 15px;\n                text-align: center;\n            }\n\n            .message {\n                font-size: 18px;\n                text-align: center;\n            }\n        <\/style>\n    <\/head>\n    <body>\n        <div class=\"flex-center position-ref full-height\">\n            <div class=\"code\">\n                503            <\/div>\n\n            <div class=\"message\" style=\"padding: 10px;\">\n                Service Unavailable            <\/div>\n        <\/div>\n    <\/body>\n<\/html>\n",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Link",
            "description": "",
            "item": [
                {
                    "name": "GET v2\/links",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/links",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/links"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "text\/html; charset=UTF-8"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 503,
                            "body": "<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n        <title>Service Unavailable<\/title>\n\n        <!-- Fonts -->\n        <link rel=\"dns-prefetch\" href=\"\/\/fonts.gstatic.com\">\n        <link href=\"https:\/\/fonts.googleapis.com\/css?family=Nunito\" rel=\"stylesheet\">\n\n        <!-- Styles -->\n        <style>\n            html, body {\n                background-color: #fff;\n                color: #636b6f;\n                font-family: 'Nunito', sans-serif;\n                font-weight: 100;\n                height: 100vh;\n                margin: 0;\n            }\n\n            .full-height {\n                height: 100vh;\n            }\n\n            .flex-center {\n                align-items: center;\n                display: flex;\n                justify-content: center;\n            }\n\n            .position-ref {\n                position: relative;\n            }\n\n            .code {\n                border-right: 2px solid;\n                font-size: 26px;\n                padding: 0 15px 0 15px;\n                text-align: center;\n            }\n\n            .message {\n                font-size: 18px;\n                text-align: center;\n            }\n        <\/style>\n    <\/head>\n    <body>\n        <div class=\"flex-center position-ref full-height\">\n            <div class=\"code\">\n                503            <\/div>\n\n            <div class=\"message\" style=\"padding: 10px;\">\n                Service Unavailable            <\/div>\n        <\/div>\n    <\/body>\n<\/html>\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v2\/links\/{link}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/links\/:link",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/links\/:link",
                            "variable": [
                                {
                                    "id": "link",
                                    "key": "link",
                                    "value": "aut",
                                    "description": "The link."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "text\/html; charset=UTF-8"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 503,
                            "body": "<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n        <title>Service Unavailable<\/title>\n\n        <!-- Fonts -->\n        <link rel=\"dns-prefetch\" href=\"\/\/fonts.gstatic.com\">\n        <link href=\"https:\/\/fonts.googleapis.com\/css?family=Nunito\" rel=\"stylesheet\">\n\n        <!-- Styles -->\n        <style>\n            html, body {\n                background-color: #fff;\n                color: #636b6f;\n                font-family: 'Nunito', sans-serif;\n                font-weight: 100;\n                height: 100vh;\n                margin: 0;\n            }\n\n            .full-height {\n                height: 100vh;\n            }\n\n            .flex-center {\n                align-items: center;\n                display: flex;\n                justify-content: center;\n            }\n\n            .position-ref {\n                position: relative;\n            }\n\n            .code {\n                border-right: 2px solid;\n                font-size: 26px;\n                padding: 0 15px 0 15px;\n                text-align: center;\n            }\n\n            .message {\n                font-size: 18px;\n                text-align: center;\n            }\n        <\/style>\n    <\/head>\n    <body>\n        <div class=\"flex-center position-ref full-height\">\n            <div class=\"code\">\n                503            <\/div>\n\n            <div class=\"message\" style=\"padding: 10px;\">\n                Service Unavailable            <\/div>\n        <\/div>\n    <\/body>\n<\/html>\n",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Regions",
            "description": "",
            "item": [
                {
                    "name": "GET v2\/regions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/regions",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/regions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "text\/html; charset=UTF-8"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 503,
                            "body": "<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n        <title>Service Unavailable<\/title>\n\n        <!-- Fonts -->\n        <link rel=\"dns-prefetch\" href=\"\/\/fonts.gstatic.com\">\n        <link href=\"https:\/\/fonts.googleapis.com\/css?family=Nunito\" rel=\"stylesheet\">\n\n        <!-- Styles -->\n        <style>\n            html, body {\n                background-color: #fff;\n                color: #636b6f;\n                font-family: 'Nunito', sans-serif;\n                font-weight: 100;\n                height: 100vh;\n                margin: 0;\n            }\n\n            .full-height {\n                height: 100vh;\n            }\n\n            .flex-center {\n                align-items: center;\n                display: flex;\n                justify-content: center;\n            }\n\n            .position-ref {\n                position: relative;\n            }\n\n            .code {\n                border-right: 2px solid;\n                font-size: 26px;\n                padding: 0 15px 0 15px;\n                text-align: center;\n            }\n\n            .message {\n                font-size: 18px;\n                text-align: center;\n            }\n        <\/style>\n    <\/head>\n    <body>\n        <div class=\"flex-center position-ref full-height\">\n            <div class=\"code\">\n                503            <\/div>\n\n            <div class=\"message\" style=\"padding: 10px;\">\n                Service Unavailable            <\/div>\n        <\/div>\n    <\/body>\n<\/html>\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v2\/regions\/{region_slug}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/regions\/:region_slug",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/regions\/:region_slug",
                            "variable": [
                                {
                                    "id": "region_slug",
                                    "key": "region_slug",
                                    "value": "mtl",
                                    "description": "The slug of the region."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "text\/html; charset=UTF-8"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 503,
                            "body": "<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n        <title>Service Unavailable<\/title>\n\n        <!-- Fonts -->\n        <link rel=\"dns-prefetch\" href=\"\/\/fonts.gstatic.com\">\n        <link href=\"https:\/\/fonts.googleapis.com\/css?family=Nunito\" rel=\"stylesheet\">\n\n        <!-- Styles -->\n        <style>\n            html, body {\n                background-color: #fff;\n                color: #636b6f;\n                font-family: 'Nunito', sans-serif;\n                font-weight: 100;\n                height: 100vh;\n                margin: 0;\n            }\n\n            .full-height {\n                height: 100vh;\n            }\n\n            .flex-center {\n                align-items: center;\n                display: flex;\n                justify-content: center;\n            }\n\n            .position-ref {\n                position: relative;\n            }\n\n            .code {\n                border-right: 2px solid;\n                font-size: 26px;\n                padding: 0 15px 0 15px;\n                text-align: center;\n            }\n\n            .message {\n                font-size: 18px;\n                text-align: center;\n            }\n        <\/style>\n    <\/head>\n    <body>\n        <div class=\"flex-center position-ref full-height\">\n            <div class=\"code\">\n                503            <\/div>\n\n            <div class=\"message\" style=\"padding: 10px;\">\n                Service Unavailable            <\/div>\n        <\/div>\n    <\/body>\n<\/html>\n",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Tags",
            "description": "",
            "item": [
                {
                    "name": "GET v2\/tags",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/tags",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/tags"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "text\/html; charset=UTF-8"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 503,
                            "body": "<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n        <title>Service Unavailable<\/title>\n\n        <!-- Fonts -->\n        <link rel=\"dns-prefetch\" href=\"\/\/fonts.gstatic.com\">\n        <link href=\"https:\/\/fonts.googleapis.com\/css?family=Nunito\" rel=\"stylesheet\">\n\n        <!-- Styles -->\n        <style>\n            html, body {\n                background-color: #fff;\n                color: #636b6f;\n                font-family: 'Nunito', sans-serif;\n                font-weight: 100;\n                height: 100vh;\n                margin: 0;\n            }\n\n            .full-height {\n                height: 100vh;\n            }\n\n            .flex-center {\n                align-items: center;\n                display: flex;\n                justify-content: center;\n            }\n\n            .position-ref {\n                position: relative;\n            }\n\n            .code {\n                border-right: 2px solid;\n                font-size: 26px;\n                padding: 0 15px 0 15px;\n                text-align: center;\n            }\n\n            .message {\n                font-size: 18px;\n                text-align: center;\n            }\n        <\/style>\n    <\/head>\n    <body>\n        <div class=\"flex-center position-ref full-height\">\n            <div class=\"code\">\n                503            <\/div>\n\n            <div class=\"message\" style=\"padding: 10px;\">\n                Service Unavailable            <\/div>\n        <\/div>\n    <\/body>\n<\/html>\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v2\/tags\/{tag_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/tags\/:tag_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/tags\/:tag_id",
                            "variable": [
                                {
                                    "id": "tag_id",
                                    "key": "tag_id",
                                    "value": "1",
                                    "description": "The ID of the tag."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "text\/html; charset=UTF-8"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 503,
                            "body": "<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n        <title>Service Unavailable<\/title>\n\n        <!-- Fonts -->\n        <link rel=\"dns-prefetch\" href=\"\/\/fonts.gstatic.com\">\n        <link href=\"https:\/\/fonts.googleapis.com\/css?family=Nunito\" rel=\"stylesheet\">\n\n        <!-- Styles -->\n        <style>\n            html, body {\n                background-color: #fff;\n                color: #636b6f;\n                font-family: 'Nunito', sans-serif;\n                font-weight: 100;\n                height: 100vh;\n                margin: 0;\n            }\n\n            .full-height {\n                height: 100vh;\n            }\n\n            .flex-center {\n                align-items: center;\n                display: flex;\n                justify-content: center;\n            }\n\n            .position-ref {\n                position: relative;\n            }\n\n            .code {\n                border-right: 2px solid;\n                font-size: 26px;\n                padding: 0 15px 0 15px;\n                text-align: center;\n            }\n\n            .message {\n                font-size: 18px;\n                text-align: center;\n            }\n        <\/style>\n    <\/head>\n    <body>\n        <div class=\"flex-center position-ref full-height\">\n            <div class=\"code\">\n                503            <\/div>\n\n            <div class=\"message\" style=\"padding: 10px;\">\n                Service Unavailable            <\/div>\n        <\/div>\n    <\/body>\n<\/html>\n",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Trips",
            "description": "",
            "item": [
                {
                    "name": "Related trips \/ Voyages li\u00e9es",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/agencies\/:agencySlug\/trips\/:tripId\/blocks",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/agencies\/:agencySlug\/trips\/:tripId\/blocks",
                            "variable": [
                                {
                                    "id": "agencySlug",
                                    "key": "agencySlug",
                                    "value": "stm",
                                    "description": ""
                                },
                                {
                                    "id": "tripId",
                                    "key": "tripId",
                                    "value": "951057",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Only available for some agencies. Disponible pour quelques agences seulement.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "text\/html; charset=UTF-8"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 503,
                            "body": "<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n        <title>Service Unavailable<\/title>\n\n        <!-- Fonts -->\n        <link rel=\"dns-prefetch\" href=\"\/\/fonts.gstatic.com\">\n        <link href=\"https:\/\/fonts.googleapis.com\/css?family=Nunito\" rel=\"stylesheet\">\n\n        <!-- Styles -->\n        <style>\n            html, body {\n                background-color: #fff;\n                color: #636b6f;\n                font-family: 'Nunito', sans-serif;\n                font-weight: 100;\n                height: 100vh;\n                margin: 0;\n            }\n\n            .full-height {\n                height: 100vh;\n            }\n\n            .flex-center {\n                align-items: center;\n                display: flex;\n                justify-content: center;\n            }\n\n            .position-ref {\n                position: relative;\n            }\n\n            .code {\n                border-right: 2px solid;\n                font-size: 26px;\n                padding: 0 15px 0 15px;\n                text-align: center;\n            }\n\n            .message {\n                font-size: 18px;\n                text-align: center;\n            }\n        <\/style>\n    <\/head>\n    <body>\n        <div class=\"flex-center position-ref full-height\">\n            <div class=\"code\">\n                503            <\/div>\n\n            <div class=\"message\" style=\"padding: 10px;\">\n                Service Unavailable            <\/div>\n        <\/div>\n    <\/body>\n<\/html>\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GeoJSON Shape",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/agencies\/:agencySlug\/shapes\/:shapeId",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/agencies\/:agencySlug\/shapes\/:shapeId",
                            "variable": [
                                {
                                    "id": "agencySlug",
                                    "key": "agencySlug",
                                    "value": "stm",
                                    "description": ""
                                },
                                {
                                    "id": "shapeId",
                                    "key": "shapeId",
                                    "value": "nulla",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "text\/html; charset=UTF-8"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 503,
                            "body": "<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n        <title>Service Unavailable<\/title>\n\n        <!-- Fonts -->\n        <link rel=\"dns-prefetch\" href=\"\/\/fonts.gstatic.com\">\n        <link href=\"https:\/\/fonts.googleapis.com\/css?family=Nunito\" rel=\"stylesheet\">\n\n        <!-- Styles -->\n        <style>\n            html, body {\n                background-color: #fff;\n                color: #636b6f;\n                font-family: 'Nunito', sans-serif;\n                font-weight: 100;\n                height: 100vh;\n                margin: 0;\n            }\n\n            .full-height {\n                height: 100vh;\n            }\n\n            .flex-center {\n                align-items: center;\n                display: flex;\n                justify-content: center;\n            }\n\n            .position-ref {\n                position: relative;\n            }\n\n            .code {\n                border-right: 2px solid;\n                font-size: 26px;\n                padding: 0 15px 0 15px;\n                text-align: center;\n            }\n\n            .message {\n                font-size: 18px;\n                text-align: center;\n            }\n        <\/style>\n    <\/head>\n    <body>\n        <div class=\"flex-center position-ref full-height\">\n            <div class=\"code\">\n                503            <\/div>\n\n            <div class=\"message\" style=\"padding: 10px;\">\n                Service Unavailable            <\/div>\n        <\/div>\n    <\/body>\n<\/html>\n",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Vehicles",
            "description": "",
            "item": [
                {
                    "name": "GET v2\/agencies\/{agency_slug}\/vehicles",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/agencies\/:agency_slug\/vehicles",
                            "query": [
                                {
                                    "key": "geojson",
                                    "value": "",
                                    "description": "Include a GeoJSON `FeatureCollection` to the response. Defaults to true.",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/v2\/agencies\/:agency_slug\/vehicles?geojson=",
                            "variable": [
                                {
                                    "id": "agency_slug",
                                    "key": "agency_slug",
                                    "value": "stm",
                                    "description": "The slug of the agency."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "text\/html; charset=UTF-8"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 503,
                            "body": "<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n        <title>Service Unavailable<\/title>\n\n        <!-- Fonts -->\n        <link rel=\"dns-prefetch\" href=\"\/\/fonts.gstatic.com\">\n        <link href=\"https:\/\/fonts.googleapis.com\/css?family=Nunito\" rel=\"stylesheet\">\n\n        <!-- Styles -->\n        <style>\n            html, body {\n                background-color: #fff;\n                color: #636b6f;\n                font-family: 'Nunito', sans-serif;\n                font-weight: 100;\n                height: 100vh;\n                margin: 0;\n            }\n\n            .full-height {\n                height: 100vh;\n            }\n\n            .flex-center {\n                align-items: center;\n                display: flex;\n                justify-content: center;\n            }\n\n            .position-ref {\n                position: relative;\n            }\n\n            .code {\n                border-right: 2px solid;\n                font-size: 26px;\n                padding: 0 15px 0 15px;\n                text-align: center;\n            }\n\n            .message {\n                font-size: 18px;\n                text-align: center;\n            }\n        <\/style>\n    <\/head>\n    <body>\n        <div class=\"flex-center position-ref full-height\">\n            <div class=\"code\">\n                503            <\/div>\n\n            <div class=\"message\" style=\"padding: 10px;\">\n                Service Unavailable            <\/div>\n        <\/div>\n    <\/body>\n<\/html>\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v2\/agencies\/{agency}\/vehicles.geojson",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/agencies\/:agency\/vehicles.geojson",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/agencies\/:agency\/vehicles.geojson",
                            "variable": [
                                {
                                    "id": "agency",
                                    "key": "agency",
                                    "value": "stm",
                                    "description": "The agency."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "text\/html; charset=UTF-8"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 503,
                            "body": "<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n        <title>Service Unavailable<\/title>\n\n        <!-- Fonts -->\n        <link rel=\"dns-prefetch\" href=\"\/\/fonts.gstatic.com\">\n        <link href=\"https:\/\/fonts.googleapis.com\/css?family=Nunito\" rel=\"stylesheet\">\n\n        <!-- Styles -->\n        <style>\n            html, body {\n                background-color: #fff;\n                color: #636b6f;\n                font-family: 'Nunito', sans-serif;\n                font-weight: 100;\n                height: 100vh;\n                margin: 0;\n            }\n\n            .full-height {\n                height: 100vh;\n            }\n\n            .flex-center {\n                align-items: center;\n                display: flex;\n                justify-content: center;\n            }\n\n            .position-ref {\n                position: relative;\n            }\n\n            .code {\n                border-right: 2px solid;\n                font-size: 26px;\n                padding: 0 15px 0 15px;\n                text-align: center;\n            }\n\n            .message {\n                font-size: 18px;\n                text-align: center;\n            }\n        <\/style>\n    <\/head>\n    <body>\n        <div class=\"flex-center position-ref full-height\">\n            <div class=\"code\">\n                503            <\/div>\n\n            <div class=\"message\" style=\"padding: 10px;\">\n                Service Unavailable            <\/div>\n        <\/div>\n    <\/body>\n<\/html>\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v2\/agencies\/{agency_slug}\/vehicles\/{vehicle}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/agencies\/:agency_slug\/vehicles\/:vehicle",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/agencies\/:agency_slug\/vehicles\/:vehicle",
                            "variable": [
                                {
                                    "id": "agency_slug",
                                    "key": "agency_slug",
                                    "value": "stm",
                                    "description": "The slug of the agency."
                                },
                                {
                                    "id": "vehicle",
                                    "key": "vehicle",
                                    "value": "sit",
                                    "description": "The vehicle."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "text\/html; charset=UTF-8"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 503,
                            "body": "<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n        <title>Service Unavailable<\/title>\n\n        <!-- Fonts -->\n        <link rel=\"dns-prefetch\" href=\"\/\/fonts.gstatic.com\">\n        <link href=\"https:\/\/fonts.googleapis.com\/css?family=Nunito\" rel=\"stylesheet\">\n\n        <!-- Styles -->\n        <style>\n            html, body {\n                background-color: #fff;\n                color: #636b6f;\n                font-family: 'Nunito', sans-serif;\n                font-weight: 100;\n                height: 100vh;\n                margin: 0;\n            }\n\n            .full-height {\n                height: 100vh;\n            }\n\n            .flex-center {\n                align-items: center;\n                display: flex;\n                justify-content: center;\n            }\n\n            .position-ref {\n                position: relative;\n            }\n\n            .code {\n                border-right: 2px solid;\n                font-size: 26px;\n                padding: 0 15px 0 15px;\n                text-align: center;\n            }\n\n            .message {\n                font-size: 18px;\n                text-align: center;\n            }\n        <\/style>\n    <\/head>\n    <body>\n        <div class=\"flex-center position-ref full-height\">\n            <div class=\"code\">\n                503            <\/div>\n\n            <div class=\"message\" style=\"padding: 10px;\">\n                Service Unavailable            <\/div>\n        <\/div>\n    <\/body>\n<\/html>\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v2\/agencies\/{agency_slug}\/vehicles.geojson\/{vehicle}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/agencies\/:agency_slug\/vehicles.geojson\/:vehicle",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/agencies\/:agency_slug\/vehicles.geojson\/:vehicle",
                            "variable": [
                                {
                                    "id": "agency_slug",
                                    "key": "agency_slug",
                                    "value": "stm",
                                    "description": "The slug of the agency."
                                },
                                {
                                    "id": "vehicle",
                                    "key": "vehicle",
                                    "value": "aut",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "text\/html; charset=UTF-8"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 503,
                            "body": "<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n        <title>Service Unavailable<\/title>\n\n        <!-- Fonts -->\n        <link rel=\"dns-prefetch\" href=\"\/\/fonts.gstatic.com\">\n        <link href=\"https:\/\/fonts.googleapis.com\/css?family=Nunito\" rel=\"stylesheet\">\n\n        <!-- Styles -->\n        <style>\n            html, body {\n                background-color: #fff;\n                color: #636b6f;\n                font-family: 'Nunito', sans-serif;\n                font-weight: 100;\n                height: 100vh;\n                margin: 0;\n            }\n\n            .full-height {\n                height: 100vh;\n            }\n\n            .flex-center {\n                align-items: center;\n                display: flex;\n                justify-content: center;\n            }\n\n            .position-ref {\n                position: relative;\n            }\n\n            .code {\n                border-right: 2px solid;\n                font-size: 26px;\n                padding: 0 15px 0 15px;\n                text-align: center;\n            }\n\n            .message {\n                font-size: 18px;\n                text-align: center;\n            }\n        <\/style>\n    <\/head>\n    <body>\n        <div class=\"flex-center position-ref full-height\">\n            <div class=\"code\">\n                503            <\/div>\n\n            <div class=\"message\" style=\"padding: 10px;\">\n                Service Unavailable            <\/div>\n        <\/div>\n    <\/body>\n<\/html>\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v2\/vehicles",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/vehicles",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/vehicles"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "text\/html; charset=UTF-8"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 503,
                            "body": "<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n        <title>Service Unavailable<\/title>\n\n        <!-- Fonts -->\n        <link rel=\"dns-prefetch\" href=\"\/\/fonts.gstatic.com\">\n        <link href=\"https:\/\/fonts.googleapis.com\/css?family=Nunito\" rel=\"stylesheet\">\n\n        <!-- Styles -->\n        <style>\n            html, body {\n                background-color: #fff;\n                color: #636b6f;\n                font-family: 'Nunito', sans-serif;\n                font-weight: 100;\n                height: 100vh;\n                margin: 0;\n            }\n\n            .full-height {\n                height: 100vh;\n            }\n\n            .flex-center {\n                align-items: center;\n                display: flex;\n                justify-content: center;\n            }\n\n            .position-ref {\n                position: relative;\n            }\n\n            .code {\n                border-right: 2px solid;\n                font-size: 26px;\n                padding: 0 15px 0 15px;\n                text-align: center;\n            }\n\n            .message {\n                font-size: 18px;\n                text-align: center;\n            }\n        <\/style>\n    <\/head>\n    <body>\n        <div class=\"flex-center position-ref full-height\">\n            <div class=\"code\">\n                503            <\/div>\n\n            <div class=\"message\" style=\"padding: 10px;\">\n                Service Unavailable            <\/div>\n        <\/div>\n    <\/body>\n<\/html>\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v2\/vehicles.geojson",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/vehicles.geojson",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/vehicles.geojson"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "text\/html; charset=UTF-8"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 503,
                            "body": "<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n        <title>Service Unavailable<\/title>\n\n        <!-- Fonts -->\n        <link rel=\"dns-prefetch\" href=\"\/\/fonts.gstatic.com\">\n        <link href=\"https:\/\/fonts.googleapis.com\/css?family=Nunito\" rel=\"stylesheet\">\n\n        <!-- Styles -->\n        <style>\n            html, body {\n                background-color: #fff;\n                color: #636b6f;\n                font-family: 'Nunito', sans-serif;\n                font-weight: 100;\n                height: 100vh;\n                margin: 0;\n            }\n\n            .full-height {\n                height: 100vh;\n            }\n\n            .flex-center {\n                align-items: center;\n                display: flex;\n                justify-content: center;\n            }\n\n            .position-ref {\n                position: relative;\n            }\n\n            .code {\n                border-right: 2px solid;\n                font-size: 26px;\n                padding: 0 15px 0 15px;\n                text-align: center;\n            }\n\n            .message {\n                font-size: 18px;\n                text-align: center;\n            }\n        <\/style>\n    <\/head>\n    <body>\n        <div class=\"flex-center position-ref full-height\">\n            <div class=\"code\">\n                503            <\/div>\n\n            <div class=\"message\" style=\"padding: 10px;\">\n                Service Unavailable            <\/div>\n        <\/div>\n    <\/body>\n<\/html>\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v2\/vehicles\/{vehicle_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/vehicles\/:vehicle_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/vehicles\/:vehicle_id",
                            "variable": [
                                {
                                    "id": "vehicle_id",
                                    "key": "vehicle_id",
                                    "value": "1",
                                    "description": "The ID of the vehicle."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "text\/html; charset=UTF-8"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 503,
                            "body": "<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n        <title>Service Unavailable<\/title>\n\n        <!-- Fonts -->\n        <link rel=\"dns-prefetch\" href=\"\/\/fonts.gstatic.com\">\n        <link href=\"https:\/\/fonts.googleapis.com\/css?family=Nunito\" rel=\"stylesheet\">\n\n        <!-- Styles -->\n        <style>\n            html, body {\n                background-color: #fff;\n                color: #636b6f;\n                font-family: 'Nunito', sans-serif;\n                font-weight: 100;\n                height: 100vh;\n                margin: 0;\n            }\n\n            .full-height {\n                height: 100vh;\n            }\n\n            .flex-center {\n                align-items: center;\n                display: flex;\n                justify-content: center;\n            }\n\n            .position-ref {\n                position: relative;\n            }\n\n            .code {\n                border-right: 2px solid;\n                font-size: 26px;\n                padding: 0 15px 0 15px;\n                text-align: center;\n            }\n\n            .message {\n                font-size: 18px;\n                text-align: center;\n            }\n        <\/style>\n    <\/head>\n    <body>\n        <div class=\"flex-center position-ref full-height\">\n            <div class=\"code\">\n                503            <\/div>\n\n            <div class=\"message\" style=\"padding: 10px;\">\n                Service Unavailable            <\/div>\n        <\/div>\n    <\/body>\n<\/html>\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET v2\/vehicles.geojson\/{vehicle_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v2\/vehicles.geojson\/:vehicle_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v2\/vehicles.geojson\/:vehicle_id",
                            "variable": [
                                {
                                    "id": "vehicle_id",
                                    "key": "vehicle_id",
                                    "value": "1",
                                    "description": "The ID of the vehicle."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "text\/html; charset=UTF-8"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 503,
                            "body": "<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n        <title>Service Unavailable<\/title>\n\n        <!-- Fonts -->\n        <link rel=\"dns-prefetch\" href=\"\/\/fonts.gstatic.com\">\n        <link href=\"https:\/\/fonts.googleapis.com\/css?family=Nunito\" rel=\"stylesheet\">\n\n        <!-- Styles -->\n        <style>\n            html, body {\n                background-color: #fff;\n                color: #636b6f;\n                font-family: 'Nunito', sans-serif;\n                font-weight: 100;\n                height: 100vh;\n                margin: 0;\n            }\n\n            .full-height {\n                height: 100vh;\n            }\n\n            .flex-center {\n                align-items: center;\n                display: flex;\n                justify-content: center;\n            }\n\n            .position-ref {\n                position: relative;\n            }\n\n            .code {\n                border-right: 2px solid;\n                font-size: 26px;\n                padding: 0 15px 0 15px;\n                text-align: center;\n            }\n\n            .message {\n                font-size: 18px;\n                text-align: center;\n            }\n        <\/style>\n    <\/head>\n    <body>\n        <div class=\"flex-center position-ref full-height\">\n            <div class=\"code\">\n                503            <\/div>\n\n            <div class=\"message\" style=\"padding: 10px;\">\n                Service Unavailable            <\/div>\n        <\/div>\n    <\/body>\n<\/html>\n",
                            "name": ""
                        }
                    ]
                }
            ]
        }
    ],
    "auth": {
        "type": "noauth"
    }
}