{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/api2.mylightmobile.com"
        }
    ],
    "info": {
        "name": "My light mobile API Documentation",
        "_postman_id": "b50c7904-40c8-426e-85ad-10c3846ed11e",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "POST api\/login",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/login",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/login"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"cassie52@example.net\",\"password\":\"password\"}"
                        },
                        "description": "This endpoint allows you to fetch your access token..",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"success\": true,\n   \"message\": \"Login Successful\",\n   \"data\": {\n       \"token\": \"xyzAbc374672346\",\n       \"name\": \"Cassie\",\n       \"address\": \"Gujarat \",\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"success\": false,\n   \"message\": \"Invalid Login\",\n   \"data\": []\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/brands",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/brands",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/brands"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"status_code\":401,\"success\":false,\"message\":\"Unauthenticated.\",\"data\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/brand\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/brand\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/brand\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "564",
                                    "description": "The ID of the brand."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"status_code\":401,\"success\":false,\"message\":\"Unauthenticated.\",\"data\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/activation\/plans\/{brand_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/activation\/plans\/:brand_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/activation\/plans\/:brand_id",
                            "variable": [
                                {
                                    "id": "brand_id",
                                    "key": "brand_id",
                                    "value": "564",
                                    "description": "The ID of the brand."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"status_code\":401,\"success\":false,\"message\":\"Unauthenticated.\",\"data\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/refill\/plans\/{brand_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/refill\/plans\/:brand_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/refill\/plans\/:brand_id",
                            "variable": [
                                {
                                    "id": "brand_id",
                                    "key": "brand_id",
                                    "value": "564",
                                    "description": "The ID of the brand."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"status_code\":401,\"success\":false,\"message\":\"Unauthenticated.\",\"data\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/activation\/plan\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/activation\/plan\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/activation\/plan\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the plan."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"status_code\":401,\"success\":false,\"message\":\"Unauthenticated.\",\"data\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/refill\/plan\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/refill\/plan\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/refill\/plan\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the plan."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"status_code\":401,\"success\":false,\"message\":\"Unauthenticated.\",\"data\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/activation",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/activation",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/activation"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"brand_id\":\"architecto\",\"plan_id\":\"architecto\",\"imei\":4326.41688,\"first_name\":\"architecto\",\"last_name\":\"architecto\",\"email\":\"zbailey@example.net\",\"address\":\"architecto\",\"city\":\"architecto\",\"state\":\"architecto\",\"zipcode\":4326.41688,\"sim_type\":\"physical\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/activation-calculation",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/activation-calculation",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/activation-calculation"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"plan_id\":\"architecto\",\"month\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/refill",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/refill",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/refill"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"mdn\":\"bngzmi\",\"plan_id\":\"architecto\",\"brand_id\":\"architecto\",\"amount\":4326.41688}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/portin",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/portin",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/portin"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"brand_id\":\"architecto\",\"plan_id\":\"architecto\",\"imei\":\"822569775449171\",\"last_name\":\"architecto\",\"email\":\"zbailey@example.net\",\"address\":\"architecto\",\"city\":\"architecto\",\"state\":\"architecto\",\"zipcode\":4326.41688,\"sim_type\":\"esim\",\"mdn\":\"1374491716806\",\"account_number\":\"architecto\",\"account_password\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/transaction\/{public_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/transaction\/:public_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/transaction\/:public_id",
                            "variable": [
                                {
                                    "id": "public_id",
                                    "key": "public_id",
                                    "value": "architecto",
                                    "description": "The ID of the public."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"status_code\":401,\"success\":false,\"message\":\"Unauthenticated.\",\"data\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/esim\/qr",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/esim\/qr",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/esim\/qr"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"brand_id\":\"architecto\",\"sim_no\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/esim\/qr\/{public_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/esim\/qr\/:public_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/esim\/qr\/:public_id",
                            "variable": [
                                {
                                    "id": "public_id",
                                    "key": "public_id",
                                    "value": "architecto",
                                    "description": "The ID of the public."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"status_code\":401,\"success\":false,\"message\":\"Unauthenticated.\",\"data\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/plans\/activation\/month-wise",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/plans\/activation\/month-wise",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/plans\/activation\/month-wise"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/plans\/activation\/{id}\/month-wise",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/plans\/activation\/:id\/month-wise",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/plans\/activation\/:id\/month-wise",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the activation."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "key",
                "type": "string"
            }
        ]
    }
}