{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/gohodhod.com"
        }
    ],
    "info": {
        "name": "Hodhod Api V1 - Beta",
        "_postman_id": "b1166e46-fbba-4f7f-bd43-5ade0e200064",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Newsletter",
            "description": "",
            "item": [
                {
                    "name": "Returns profile info for the newsletter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/newsletter\/profile-info",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/newsletter\/profile-info"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"newsletter_id\":7797,\"title\":\"Voluptas nesciunt quasi rerum voluptas.\",\"author\":\"\\u0633\\u0645\\u064a\\u0631\\u0629 \\u0627\\u0644\\u062f\\u0627\\u0648\\u0648\\u062f\",\"description\":\"Consequatur ut est quibusdam molestiae eveniet dicta itaque inventore qui quia.\",\"image\":\"https:\\\/\\\/gohodhod.com\\\/images\\\/img-avatar-newsletter.png\",\"primary_color\":\"#13b981\",\"slug\":\"abd.nimry\",\"profile_url\":\"https:\\\/\\\/gohodhod.com\\\/@abd.nimry\",\"externa_links\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update profile info for the newsletter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/newsletter\/profile-info",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/newsletter\/profile-info"
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"\u0646\u0634\u0631\u0629 \u0647\u062f\u0647\u062f \u0627\u0644\u0628\u0631\u064a\u062f\u064a\u0629\",\"author\":\"\u0639\u0645\u0627\u062f \u0627\u0644\u062f\u064a\u0646\",\"description\":\"Dicta quia repudiandae et.\",\"primary_color\":\"#146ec2\",\"slug\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Update newsletter's profile image.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/newsletter\/profile-image",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/newsletter\/profile-image"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "image",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "true",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Issues",
            "description": "",
            "item": [
                {
                    "name": "Fetch a listing of the newsletter's issues.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/issues",
                            "query": [
                                {
                                    "key": "status",
                                    "value": "",
                                    "description": "(optional) Filters issue based on status. Can only be: \"draft\", \"published\" or \"scheduled\"",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/issues?status="
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"data\":[{\"id\":17078,\"subject\":\"Deleniti aliquam qui non qui.\",\"number\":1,\"description\":null,\"created_at\":\"2026-03-27T01:06:34.000000Z\",\"updated_at\":\"2026-03-27T01:06:34.000000Z\",\"published_at\":\"2026-03-27T01:06:34.000000Z\",\"is_published\":true,\"is_scheduled\":false},{\"id\":17079,\"subject\":\"Amet assumenda ut et ipsa consectetur autem eligendi.\",\"number\":1,\"description\":null,\"created_at\":\"2026-03-27T01:06:34.000000Z\",\"updated_at\":\"2026-03-27T01:06:34.000000Z\",\"published_at\":\"2026-03-27T01:06:34.000000Z\",\"is_published\":true,\"is_scheduled\":false}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":null,\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"current_page_url\":\"\\\/?page=1\",\"from\":1,\"path\":\"\\\/\",\"per_page\":\"50\",\"to\":2}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Fetch the specified issue.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/issues\/:issue_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/issues\/:issue_id",
                            "variable": [
                                {
                                    "id": "issue_id",
                                    "key": "issue_id",
                                    "value": "3",
                                    "description": "The ID of the issue."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"id\":17080,\"subject\":\"Pariatur nulla est adipisci rerum consequatur qui voluptatem odio.\",\"number\":1,\"description\":null,\"html_content\":\"<!-- Main table -->\\n<table dir=\\\"rtl\\\" margin=\\\"0\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" align=\\\"center\\\" width=\\\"100%\\\">\\n  <tbody>\\n    <tr>\\n  <td align=\\\"center\\\">\\n    <h1\\n      style=\\\"font-family: inherit; font-weight:bold; font-size:30px; color:#18181B; padding:0; padding-bottom: 0px; margin:0;\\\">\\n      Pariatur nulla est adipisci rerum consequatur qui voluptatem odio.\\n    <\\\/h1>\\n  <\\\/td>\\n<\\\/tr>\\n<tr>\\n  <td height=\\\"5\\\"><\\\/td>\\n<\\\/tr>\\n<tr>\\n  <td align=\\\"center\\\"\\n    style=\\\"font-family: inherit; font-size:14px; font-weight:bold; color: #13b981; \\\"\\n    >\\n\\n              <span>\\u0628\\u0648\\u0627\\u0633\\u0637\\u0629 \\u0639\\u0628\\u062f\\u0627\\u0644\\u0631\\u062d\\u0645\\u0646<\\\/span>\\n      <span style=\\\"padding: 0 5px;\\\">\\u2022<\\\/span>\\n        <span>#\\u0627\\u0644\\u0639\\u062f\\u062f 1<\\\/span>\\n    <span style=\\\"padding: 0 5px;\\\">\\u2022<\\\/span>\\n    <a href=\\\"http:\\\/\\\/gohodhod.com\\\/@mr.aalomari3870\\\/issues\\\/17080\\\" style=\\\"color: #13b981\\\" target=\\\"_blank\\\">\\n      \\u0639\\u0631\\u0636 \\u0641\\u064a \\u0627\\u0644\\u0645\\u062a\\u0635\\u0641\\u062d\\n    <\\\/a>\\n  <\\\/td>\\n<\\\/tr>\\n\\n\\n<tr>\\n  <td height=\\\"20\\\"><\\\/td>\\n<\\\/tr>\\n<tr>\\n  <td align=\\\"center\\\">\\n    <hr style=\\\"height: 3px; width:75px; background-color:#d4d4d8; border: 0; border-radius: 100px;\\\">\\n  <\\\/td>\\n<\\\/tr>\\n<tr>\\n  <td height=\\\"20\\\"><\\\/td>\\n<\\\/tr>\\n\\n  <\\\/tbody>\\n<\\\/table>\\n<style>\\n  .dark .article-dynamic-data span,\\n  .dark .article-dynamic-data font {\\n    color: #e1e1e1 !important;\\n  }\\n<\\\/style>\",\"created_at\":\"2026-03-27T01:06:34.000000Z\",\"updated_at\":\"2026-03-27T01:06:34.000000Z\",\"published_at\":null,\"is_published\":false,\"is_scheduled\":false}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove the specified issue from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/issues\/:issue_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/issues\/:issue_id",
                            "variable": [
                                {
                                    "id": "issue_id",
                                    "key": "issue_id",
                                    "value": "3",
                                    "description": "The ID of the issue."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "true",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Publish the specified issue immediatly.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/issues\/:issue_id\/publish",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/issues\/:issue_id\/publish",
                            "variable": [
                                {
                                    "id": "issue_id",
                                    "key": "issue_id",
                                    "value": "3",
                                    "description": "The ID of the issue."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "true",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Schedue the specified issue for publish.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/issues\/:issue_id\/schedule",
                            "query": [
                                {
                                    "key": "published_at",
                                    "value": "2023-01-01+00%3A00%3A00",
                                    "description": "The date and time when the issue should be published. Should be a valid datetime string and in the future (after current datetime).",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/issues\/:issue_id\/schedule?published_at=2023-01-01+00%3A00%3A00",
                            "variable": [
                                {
                                    "id": "issue_id",
                                    "key": "issue_id",
                                    "value": "3",
                                    "description": "The ID of the issue."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "true",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Cancel scheduling for the specified issue.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/issues\/:issue_id\/cancel-schedule",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/issues\/:issue_id\/cancel-schedule",
                            "variable": [
                                {
                                    "id": "issue_id",
                                    "key": "issue_id",
                                    "value": "3",
                                    "description": "The ID of the issue."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "true",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Subscribers",
            "description": "",
            "item": [
                {
                    "name": "Fetch a listing of newsletter's subscribers.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/subscribers",
                            "query": [
                                {
                                    "key": "status",
                                    "value": "",
                                    "description": "(optional) Filters subscribers based on status. Can only be: \"subscribed\", \"unsubscribed\" or \"supressed\"",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/subscribers?status="
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"data\":[{\"id\":1084830,\"email\":\"sami31@example.org\",\"first_name\":\"\\u0639\\u0648\\u0646\",\"last_name\":\"\\u0627\\u0644\\u0639\\u0633\\u0643\\u0631\",\"source\":\"profile\",\"created_at\":\"2026-03-27T01:06:34.000000Z\",\"updated_at\":\"2026-03-27T01:06:34.000000Z\",\"unsubscribed_at\":null,\"suppressed_at\":null},{\"id\":1084831,\"email\":\"abdullah.hamad@example.com\",\"first_name\":\"\\u0623\\u062d\\u0645\\u062f\",\"last_name\":\"\\u0627\\u0644\\u0635\\u0642\\u064a\\u0647\",\"source\":\"dashboard\",\"created_at\":\"2026-03-27T01:06:34.000000Z\",\"updated_at\":\"2026-03-27T01:06:34.000000Z\",\"unsubscribed_at\":null,\"suppressed_at\":null}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":null,\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"current_page_url\":\"\\\/?page=1\",\"from\":1,\"path\":\"\\\/\",\"per_page\":\"50\",\"to\":2}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created subscriber in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/subscribers",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/subscribers"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"danny64@example.org\",\"first_name\":\"ab\",\"last_name\":\"blanditiis\",\"source\":\"est\",\"unsubscribed_at\":\"2026-03-27T01:06:34\",\"suppressed_at\":\"2026-03-27T01:06:34\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "true",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Fetch the specified subscriber.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/subscribers\/:subscriber_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/subscribers\/:subscriber_id",
                            "variable": [
                                {
                                    "id": "subscriber_id",
                                    "key": "subscriber_id",
                                    "value": "1",
                                    "description": "The ID of the subscriber."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"id\":1084832,\"email\":\"abbad.samer@example.org\",\"first_name\":\"\\u062d\\u0633\\u0646\",\"last_name\":\"\\u0627\\u0644\\u0633\\u064a\\u0641\",\"source\":\"dashboard\",\"created_at\":\"2026-03-27T01:06:34.000000Z\",\"updated_at\":\"2026-03-27T01:06:34.000000Z\",\"unsubscribed_at\":null,\"suppressed_at\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified subscriber in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/subscribers\/:subscriber_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/subscribers\/:subscriber_id",
                            "variable": [
                                {
                                    "id": "subscriber_id",
                                    "key": "subscriber_id",
                                    "value": "1",
                                    "description": "The ID of the subscriber."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"urippin@example.net\",\"first_name\":\"consequatur\",\"last_name\":\"placeat\",\"source\":\"nihil\",\"unsubscribed_at\":\"2026-03-27T01:06:34\",\"suppressed_at\":\"2026-03-27T01:06:34\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "true",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove the specified subscriber from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/subscribers\/:subscriber_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/subscribers\/:subscriber_id",
                            "variable": [
                                {
                                    "id": "subscriber_id",
                                    "key": "subscriber_id",
                                    "value": "1",
                                    "description": "The ID of the subscriber."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "true",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Unsubscribe the specified subscriber from the newsletter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/subscribers\/:subscriber_id\/unsubscribe",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/subscribers\/:subscriber_id\/unsubscribe",
                            "variable": [
                                {
                                    "id": "subscriber_id",
                                    "key": "subscriber_id",
                                    "value": "1",
                                    "description": "The ID of the subscriber."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "true",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Resubscribe the specified subscriber to the newsletter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/subscribers\/:subscriber_id\/resubscribe",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/subscribers\/:subscriber_id\/resubscribe",
                            "variable": [
                                {
                                    "id": "subscriber_id",
                                    "key": "subscriber_id",
                                    "value": "1",
                                    "description": "The ID of the subscriber."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "true",
                            "name": ""
                        }
                    ]
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "key",
                "type": "string"
            }
        ]
    }
}