{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/app.yakety-yak.io\/"
        }
    ],
    "info": {
        "name": "YaketyYak",
        "_postman_id": "920c251a-7599-4237-bf74-da8cbda4bc38",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "GET api\/v1\/reviews",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/reviews",
                            "query": [
                                {
                                    "key": "reviewable",
                                    "value": "c5bdadc4-a222-304a-a528-630427d6c49a",
                                    "description": "A valid Reviewable entity. Must be a valid UUID.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/reviews?reviewable=c5bdadc4-a222-304a-a528-630427d6c49a"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": [\n        {\n            \"id\": \"10ad29d5-aadb-4e6f-bb57-35473071f509\",\n            \"body\": \"Great Product, I've been able to unleash the power of the Pyramid!\",\n            \"rating\": \"5.0\",\n            \"reviewer\": {\n                \"name\": \"Dwight S.\"\n            }\n        },\n        {\n            \"id\": \"20ad29d5-aadb-4e6f-bb57-35473071f500\",\n            \"body\": \"It blew up in my face!\",\n            \"rating\": \"2.0\",\n            \"reviewer\": {\n                \"name\": \"Andy B.\"\n            }\n        }\n    ],\n    \"snapshot\": {\n        \"total_rating_average\": \"3.5\",\n        \"total_rating_count\": {\n            \"rating_0_count\": 0,\n            \"rating_1_count\": 0,\n            \"rating_2_count\": 1,\n            \"rating_3_count\": 0,\n            \"rating_4_count\": 0,\n            \"rating_5_count\": 1\n        }\n    },\n    \"pagination\": {\n        \"currentPage\": 1,\n        \"from\": 1,\n        \"lastPage\": 1,\n        \"perPage\": 50,\n        \"to\": 2,\n        \"total\": 2\n    }\n}\n\n",
                            "name": "Success"
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n    \"message\": \"Unauthenticated.\"\n}\n",
                            "name": "Unauthenticated"
                        }
                    ]
                },
                {
                    "name": "GET api\/v1\/reviewables",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/reviewables",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/reviewables"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": [\n        {\n            \"id\": \"6b0d9530-46fd-4e5e-846d-4fe5853755a9\",\n            \"name\": \"Sabre Printer\",\n            \"thumbnail_url\": \"https:\/\/placehold.co\/600x600\/B2DBD5\/FA8D65\/jpg\",\n            \"source\": \"Shopify\",\n            \"custom_id\": \"gid:\/\/shopify\/Product\/9125877418212\"\n        },\n        {\n            \"id\": \"5b0d9530-46fd-4e5e-846d-4fe5853755a8\",\n            \"name\": \"Sabre Pyramid\",\n            \"thumbnail_url\": \"https:\/\/placehold.co\/600x600\/B2DBD5\/FA8D65\/jpg\",\n            \"source\": \"Etsy\",\n            \"custom_id\": \"6b0491c4-d4d3-4a48-a196-893b00dabdc5\"\n        }\n    ],\n    \"pagination\": {\n        \"currentPage\": 1,\n        \"from\": 1,\n        \"lastPage\": 1,\n        \"perPage\": 50,\n        \"to\": 1,\n        \"total\": 2\n    }\n}\n\n",
                            "name": "Success"
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n    \"message\": \"Unauthenticated.\"\n}\n",
                            "name": "Unauthenticated"
                        }
                    ]
                },
                {
                    "name": "GET api\/v1\/healthcheck",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/healthcheck",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/healthcheck"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "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": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "key",
                "type": "string"
            }
        ]
    }
}