{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/api.green-it.nl"
        }
    ],
    "info": {
        "name": "GreenIT API Documentation",
        "_postman_id": "5c5e2314-5c7c-4f7a-a527-fea93340a137",
        "description": "GreenIT 2025 Feedback API",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "POST api\/docs\/token",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/docs\/token",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/docs\/token"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"api_secret\":\"12345\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/docs\/response\/hash",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/docs\/response\/hash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/docs\/response\/hash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"responseId\":\"R_8OkTUcNei8V6fYb\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/docs\/response\/data",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/docs\/response\/data",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/docs\/response\/data"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"hash\":\"itsjustabigrandomstring\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/docs\/email",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/docs\/email",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/docs\/email"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"youremailadress\",\"hash\":\"itsjustabigrandomstring\",\"preview\":\"1\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/docs\/response\/remove",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/docs\/response\/remove",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/docs\/response\/remove"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"responseId\":\"R_8OkTUcNei8V6fYb\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "token",
                "type": "string"
            }
        ]
    }
}