⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
stores.dev-unit.com
/
public
/
docs
/
View File Name :
collection.json
{ "variable": [ { "id": "baseUrl", "key": "baseUrl", "type": "string", "name": "string", "value": "https:\/\/farmart.test" } ], "info": { "name": "Your App", "_postman_id": "e9fc24e7-5899-46dc-94b5-188034903c3f", "description": "", "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json" }, "item": [ { "name": "Authentication", "description": "", "item": [ { "name": "Register", "request": { "url": { "host": "{{baseUrl}}", "path": "api\/v1\/register", "query": [], "raw": "{{baseUrl}}\/api\/v1\/register" }, "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {token}" }, { "key": "Api-Version", "value": "v1" }, { "key": "Content-Type", "value": "application\/json" }, { "key": "Accept", "value": "application\/json" } ], "body": { "mode": "raw", "raw": "{\"first_name\":\"cupiditate\",\"last_name\":\"voluptas\",\"email\":\"moen.daron@example.com\",\"password\":\"|7>&WrhKQ\",\"phone\":\"eaque\",\"password_confirmation\":\"aliquam\"}" }, "description": "", "auth": { "type": "noauth" } }, "response": [ { "header": [], "code": 200, "body": "{\n\"error\": false,\n\"data\": null,\n\"message\": \"Registered successfully! We emailed you to verify your account!\"\n}", "name": "" }, { "header": [], "code": 422, "body": "{\n\"message\": \"The given data was invalid.\",\n\"errors\": {\n \"first_name\": [\n \"The first name field is required.\"\n ],\n \"last_name\": [\n \"The last name field is required.\"\n ],\n \"email\": [\n \"The email field is required.\"\n ],\n \"password\": [\n \"The password field is required.\"\n ]\n }\n}", "name": "" } ] }, { "name": "Login", "request": { "url": { "host": "{{baseUrl}}", "path": "api\/v1\/login", "query": [], "raw": "{{baseUrl}}\/api\/v1\/login" }, "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {token}" }, { "key": "Api-Version", "value": "v1" }, { "key": "Content-Type", "value": "application\/json" }, { "key": "Accept", "value": "application\/json" } ], "body": { "mode": "raw", "raw": "{\"email\":\"bswaniawski@example.net\",\"password\":\"f_~7THR\\\\OC|rM)\",\"login\":\"esse\"}" }, "description": "", "auth": { "type": "noauth" } }, "response": [ { "header": [], "code": 200, "body": "{\n\"error\": false,\n\"data\": {\n \"token\": \"1|aF5s7p3xxx1lVL8hkSrPN72m4wPVpTvTs...\"\n},\n\"message\": null\n}", "name": "" } ] }, { "name": "Forgot password", "request": { "url": { "host": "{{baseUrl}}", "path": "api\/v1\/password\/forgot", "query": [], "raw": "{{baseUrl}}\/api\/v1\/password\/forgot" }, "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {token}" }, { "key": "Api-Version", "value": "v1" }, { "key": "Content-Type", "value": "application\/json" }, { "key": "Accept", "value": "application\/json" } ], "body": { "mode": "raw", "raw": "{\"email\":\"rhiannon.windler@example.org\"}" }, "description": "Send a reset link to the given user.", "auth": { "type": "noauth" } }, "response": [] }, { "name": "Resend email verification", "request": { "url": { "host": "{{baseUrl}}", "path": "api\/v1\/resend-verify-account-email", "query": [], "raw": "{{baseUrl}}\/api\/v1\/resend-verify-account-email" }, "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {token}" }, { "key": "Api-Version", "value": "v1" }, { "key": "Content-Type", "value": "application\/json" }, { "key": "Accept", "value": "application\/json" } ], "body": { "mode": "raw", "raw": "{\"email\":\"marcelle.bergnaum@example.net\"}" }, "description": "Resend the email verification notification.", "auth": { "type": "noauth" } }, "response": [] }, { "name": "Logout", "request": { "url": { "host": "{{baseUrl}}", "path": "api\/v1\/logout", "query": [], "raw": "{{baseUrl}}\/api\/v1\/logout" }, "method": "GET", "header": [ { "key": "Authorization", "value": "Bearer {token}" }, { "key": "Api-Version", "value": "v1" }, { "key": "Accept", "value": "application\/json" } ], "body": null, "description": "" }, "response": [ { "header": [ { "key": "cache-control", "value": "no-cache, private" }, { "key": "location", "value": "https:\/\/farmart.test\/login" }, { "key": "content-type", "value": "text\/html; charset=UTF-8" }, { "key": "access-control-allow-origin", "value": "*" } ], "code": 302, "body": "<!DOCTYPE html>\n<html>\n <head>\n <meta charset=\"UTF-8\" \/>\n <meta http-equiv=\"refresh\" content=\"0;url='https:\/\/farmart.test\/login'\" \/>\n\n <title>Redirecting to https:\/\/farmart.test\/login<\/title>\n <\/head>\n <body>\n Redirecting to <a href=\"https:\/\/farmart.test\/login\">https:\/\/farmart.test\/login<\/a>.\n <\/body>\n<\/html>", "name": "" } ] } ] }, { "name": "Blog", "description": "", "item": [ { "name": "Search post", "request": { "url": { "host": "{{baseUrl}}", "path": "api\/v1\/search", "query": [], "raw": "{{baseUrl}}\/api\/v1\/search" }, "method": "GET", "header": [ { "key": "Authorization", "value": "Bearer {token}" }, { "key": "Api-Version", "value": "v1" }, { "key": "Content-Type", "value": "application\/json" }, { "key": "Accept", "value": "application\/json" } ], "body": { "mode": "raw", "raw": "{\"q\":\"neque\"}" }, "description": "", "auth": { "type": "noauth" } }, "response": [ { "header": [ { "key": "cache-control", "value": "no-cache, private" }, { "key": "content-type", "value": "application\/json" }, { "key": "x-ratelimit-limit", "value": "60" }, { "key": "x-ratelimit-remaining", "value": "59" }, { "key": "access-control-allow-origin", "value": "*" } ], "code": 200, "body": "{\"error\":true,\"data\":null,\"message\":\"No results found, please try with different keywords.\"}", "name": "" } ] }, { "name": "List posts", "request": { "url": { "host": "{{baseUrl}}", "path": "api\/v1\/posts", "query": [], "raw": "{{baseUrl}}\/api\/v1\/posts" }, "method": "GET", "header": [ { "key": "Authorization", "value": "Bearer {token}" }, { "key": "Api-Version", "value": "v1" }, { "key": "Accept", "value": "application\/json" } ], "body": null, "description": "", "auth": { "type": "noauth" } }, "response": [ { "header": [ { "key": "cache-control", "value": "no-cache, private" }, { "key": "content-type", "value": "application\/json" }, { "key": "x-ratelimit-limit", "value": "60" }, { "key": "x-ratelimit-remaining", "value": "58" }, { "key": "access-control-allow-origin", "value": "*" } ], "code": 200, "body": "{\"data\":[{\"id\":1,\"name\":\"4 Expert Tips On How To Choose The Right Men\\u2019s Wallet\",\"slug\":\"4-expert-tips-on-how-to-choose-the-right-mens-wallet\",\"description\":\"You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.\",\"image\":\"https:\\\/\\\/farmart.test\\\/storage\\\/news\\\/1.jpg\",\"categories\":[{\"id\":2,\"name\":\"Fashion\",\"slug\":\"fashion\",\"url\":\"https:\\\/\\\/farmart.test\\\/blog\\\/fashion\",\"description\":\"Enim accusamus aut porro animi. Reprehenderit et vero perferendis earum quisquam quidem. Facere iste atque ipsum.\"},{\"id\":3,\"name\":\"Electronic\",\"slug\":\"electronic\",\"url\":\"https:\\\/\\\/farmart.test\\\/blog\\\/electronic\",\"description\":\"Qui rerum ut impedit dolorem odio. Magnam non cupiditate et soluta placeat a id voluptatem. Dolores totam enim eveniet deserunt et architecto magnam.\"}],\"tags\":[{\"id\":1,\"name\":\"General\",\"slug\":\"general\",\"description\":\"\"},{\"id\":2,\"name\":\"Design\",\"slug\":\"design\",\"description\":\"\"},{\"id\":3,\"name\":\"Fashion\",\"slug\":\"fashion\",\"description\":\"\"},{\"id\":4,\"name\":\"Branding\",\"slug\":\"branding\",\"description\":\"\"},{\"id\":5,\"name\":\"Modern\",\"slug\":\"modern\",\"description\":\"\"}],\"created_at\":\"2023-12-07T10:27:16.000000Z\",\"updated_at\":\"2023-12-07T10:27:16.000000Z\"},{\"id\":2,\"name\":\"Sexy Clutches: How to Buy & Wear a Designer Clutch Bag\",\"slug\":\"sexy-clutches-how-to-buy-wear-a-designer-clutch-bag\",\"description\":\"You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.\",\"image\":\"https:\\\/\\\/farmart.test\\\/storage\\\/news\\\/2.jpg\",\"categories\":[{\"id\":1,\"name\":\"Ecommerce\",\"slug\":\"ecommerce\",\"url\":\"https:\\\/\\\/farmart.test\\\/blog\\\/ecommerce\",\"description\":\"Qui dolores minus quia. Incidunt et et veniam sequi illum dolor. Quis rerum ullam harum ipsum voluptas eveniet.\"},{\"id\":4,\"name\":\"Commercial\",\"slug\":\"commercial\",\"url\":\"https:\\\/\\\/farmart.test\\\/blog\\\/commercial\",\"description\":\"Porro quia ipsa quidem laborum dolor. Quia ut eum dolores. In debitis illo ut. Possimus dolores dicta vel quae.\"}],\"tags\":[{\"id\":1,\"name\":\"General\",\"slug\":\"general\",\"description\":\"\"},{\"id\":2,\"name\":\"Design\",\"slug\":\"design\",\"description\":\"\"},{\"id\":3,\"name\":\"Fashion\",\"slug\":\"fashion\",\"description\":\"\"},{\"id\":4,\"name\":\"Branding\",\"slug\":\"branding\",\"description\":\"\"},{\"id\":5,\"name\":\"Modern\",\"slug\":\"modern\",\"description\":\"\"}],\"created_at\":\"2023-12-07T10:27:16.000000Z\",\"updated_at\":\"2023-12-07T10:27:16.000000Z\"},{\"id\":3,\"name\":\"The Top 2020 Handbag Trends to Know\",\"slug\":\"the-top-2020-handbag-trends-to-know\",\"description\":\"You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.\",\"image\":\"https:\\\/\\\/farmart.test\\\/storage\\\/news\\\/3.jpg\",\"categories\":[{\"id\":1,\"name\":\"Ecommerce\",\"slug\":\"ecommerce\",\"url\":\"https:\\\/\\\/farmart.test\\\/blog\\\/ecommerce\",\"description\":\"Qui dolores minus quia. Incidunt et et veniam sequi illum dolor. Quis rerum ullam harum ipsum voluptas eveniet.\"},{\"id\":4,\"name\":\"Commercial\",\"slug\":\"commercial\",\"url\":\"https:\\\/\\\/farmart.test\\\/blog\\\/commercial\",\"description\":\"Porro quia ipsa quidem laborum dolor. Quia ut eum dolores. In debitis illo ut. Possimus dolores dicta vel quae.\"}],\"tags\":[{\"id\":1,\"name\":\"General\",\"slug\":\"general\",\"description\":\"\"},{\"id\":2,\"name\":\"Design\",\"slug\":\"design\",\"description\":\"\"},{\"id\":3,\"name\":\"Fashion\",\"slug\":\"fashion\",\"description\":\"\"},{\"id\":4,\"name\":\"Branding\",\"slug\":\"branding\",\"description\":\"\"},{\"id\":5,\"name\":\"Modern\",\"slug\":\"modern\",\"description\":\"\"}],\"created_at\":\"2023-12-07T10:27:16.000000Z\",\"updated_at\":\"2023-12-07T10:27:16.000000Z\"},{\"id\":4,\"name\":\"How to Match the Color of Your Handbag With an Outfit\",\"slug\":\"how-to-match-the-color-of-your-handbag-with-an-outfit\",\"description\":\"You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.\",\"image\":\"https:\\\/\\\/farmart.test\\\/storage\\\/news\\\/4.jpg\",\"categories\":[{\"id\":2,\"name\":\"Fashion\",\"slug\":\"fashion\",\"url\":\"https:\\\/\\\/farmart.test\\\/blog\\\/fashion\",\"description\":\"Enim accusamus aut porro animi. Reprehenderit et vero perferendis earum quisquam quidem. Facere iste atque ipsum.\"},{\"id\":4,\"name\":\"Commercial\",\"slug\":\"commercial\",\"url\":\"https:\\\/\\\/farmart.test\\\/blog\\\/commercial\",\"description\":\"Porro quia ipsa quidem laborum dolor. Quia ut eum dolores. In debitis illo ut. Possimus dolores dicta vel quae.\"}],\"tags\":[{\"id\":1,\"name\":\"General\",\"slug\":\"general\",\"description\":\"\"},{\"id\":2,\"name\":\"Design\",\"slug\":\"design\",\"description\":\"\"},{\"id\":3,\"name\":\"Fashion\",\"slug\":\"fashion\",\"description\":\"\"},{\"id\":4,\"name\":\"Branding\",\"slug\":\"branding\",\"description\":\"\"},{\"id\":5,\"name\":\"Modern\",\"slug\":\"modern\",\"description\":\"\"}],\"created_at\":\"2023-12-07T10:27:16.000000Z\",\"updated_at\":\"2023-12-07T10:27:16.000000Z\"},{\"id\":5,\"name\":\"How to Care for Leather Bags\",\"slug\":\"how-to-care-for-leather-bags\",\"description\":\"You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.\",\"image\":\"https:\\\/\\\/farmart.test\\\/storage\\\/news\\\/5.jpg\",\"categories\":[{\"id\":2,\"name\":\"Fashion\",\"slug\":\"fashion\",\"url\":\"https:\\\/\\\/farmart.test\\\/blog\\\/fashion\",\"description\":\"Enim accusamus aut porro animi. Reprehenderit et vero perferendis earum quisquam quidem. Facere iste atque ipsum.\"},{\"id\":4,\"name\":\"Commercial\",\"slug\":\"commercial\",\"url\":\"https:\\\/\\\/farmart.test\\\/blog\\\/commercial\",\"description\":\"Porro quia ipsa quidem laborum dolor. Quia ut eum dolores. In debitis illo ut. Possimus dolores dicta vel quae.\"}],\"tags\":[{\"id\":1,\"name\":\"General\",\"slug\":\"general\",\"description\":\"\"},{\"id\":2,\"name\":\"Design\",\"slug\":\"design\",\"description\":\"\"},{\"id\":3,\"name\":\"Fashion\",\"slug\":\"fashion\",\"description\":\"\"},{\"id\":4,\"name\":\"Branding\",\"slug\":\"branding\",\"description\":\"\"},{\"id\":5,\"name\":\"Modern\",\"slug\":\"modern\",\"description\":\"\"}],\"created_at\":\"2023-12-07T10:27:16.000000Z\",\"updated_at\":\"2023-12-07T10:27:16.000000Z\"},{\"id\":6,\"name\":\"We're Crushing Hard on Summer's 10 Biggest Bag Trends\",\"slug\":\"were-crushing-hard-on-summers-10-biggest-bag-trends\",\"description\":\"You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.\",\"image\":\"https:\\\/\\\/farmart.test\\\/storage\\\/news\\\/6.jpg\",\"categories\":[{\"id\":2,\"name\":\"Fashion\",\"slug\":\"fashion\",\"url\":\"https:\\\/\\\/farmart.test\\\/blog\\\/fashion\",\"description\":\"Enim accusamus aut porro animi. Reprehenderit et vero perferendis earum quisquam quidem. Facere iste atque ipsum.\"},{\"id\":3,\"name\":\"Electronic\",\"slug\":\"electronic\",\"url\":\"https:\\\/\\\/farmart.test\\\/blog\\\/electronic\",\"description\":\"Qui rerum ut impedit dolorem odio. Magnam non cupiditate et soluta placeat a id voluptatem. Dolores totam enim eveniet deserunt et architecto magnam.\"}],\"tags\":[{\"id\":1,\"name\":\"General\",\"slug\":\"general\",\"description\":\"\"},{\"id\":2,\"name\":\"Design\",\"slug\":\"design\",\"description\":\"\"},{\"id\":3,\"name\":\"Fashion\",\"slug\":\"fashion\",\"description\":\"\"},{\"id\":4,\"name\":\"Branding\",\"slug\":\"branding\",\"description\":\"\"},{\"id\":5,\"name\":\"Modern\",\"slug\":\"modern\",\"description\":\"\"}],\"created_at\":\"2023-12-07T10:27:16.000000Z\",\"updated_at\":\"2023-12-07T10:27:16.000000Z\"},{\"id\":7,\"name\":\"Essential Qualities of Highly Successful Music\",\"slug\":\"essential-qualities-of-highly-successful-music\",\"description\":\"You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.\",\"image\":\"https:\\\/\\\/farmart.test\\\/storage\\\/news\\\/7.jpg\",\"categories\":[{\"id\":2,\"name\":\"Fashion\",\"slug\":\"fashion\",\"url\":\"https:\\\/\\\/farmart.test\\\/blog\\\/fashion\",\"description\":\"Enim accusamus aut porro animi. Reprehenderit et vero perferendis earum quisquam quidem. Facere iste atque ipsum.\"},{\"id\":3,\"name\":\"Electronic\",\"slug\":\"electronic\",\"url\":\"https:\\\/\\\/farmart.test\\\/blog\\\/electronic\",\"description\":\"Qui rerum ut impedit dolorem odio. Magnam non cupiditate et soluta placeat a id voluptatem. Dolores totam enim eveniet deserunt et architecto magnam.\"}],\"tags\":[{\"id\":1,\"name\":\"General\",\"slug\":\"general\",\"description\":\"\"},{\"id\":2,\"name\":\"Design\",\"slug\":\"design\",\"description\":\"\"},{\"id\":3,\"name\":\"Fashion\",\"slug\":\"fashion\",\"description\":\"\"},{\"id\":4,\"name\":\"Branding\",\"slug\":\"branding\",\"description\":\"\"},{\"id\":5,\"name\":\"Modern\",\"slug\":\"modern\",\"description\":\"\"}],\"created_at\":\"2023-12-07T10:27:16.000000Z\",\"updated_at\":\"2023-12-07T10:27:16.000000Z\"},{\"id\":8,\"name\":\"9 Things I Love About Shaving My Head\",\"slug\":\"9-things-i-love-about-shaving-my-head\",\"description\":\"You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.\",\"image\":\"https:\\\/\\\/farmart.test\\\/storage\\\/news\\\/8.jpg\",\"categories\":[{\"id\":1,\"name\":\"Ecommerce\",\"slug\":\"ecommerce\",\"url\":\"https:\\\/\\\/farmart.test\\\/blog\\\/ecommerce\",\"description\":\"Qui dolores minus quia. Incidunt et et veniam sequi illum dolor. Quis rerum ullam harum ipsum voluptas eveniet.\"},{\"id\":4,\"name\":\"Commercial\",\"slug\":\"commercial\",\"url\":\"https:\\\/\\\/farmart.test\\\/blog\\\/commercial\",\"description\":\"Porro quia ipsa quidem laborum dolor. Quia ut eum dolores. In debitis illo ut. Possimus dolores dicta vel quae.\"}],\"tags\":[{\"id\":1,\"name\":\"General\",\"slug\":\"general\",\"description\":\"\"},{\"id\":2,\"name\":\"Design\",\"slug\":\"design\",\"description\":\"\"},{\"id\":3,\"name\":\"Fashion\",\"slug\":\"fashion\",\"description\":\"\"},{\"id\":4,\"name\":\"Branding\",\"slug\":\"branding\",\"description\":\"\"},{\"id\":5,\"name\":\"Modern\",\"slug\":\"modern\",\"description\":\"\"}],\"created_at\":\"2023-12-07T10:27:16.000000Z\",\"updated_at\":\"2023-12-07T10:27:16.000000Z\"},{\"id\":9,\"name\":\"Why Teamwork Really Makes The Dream Work\",\"slug\":\"why-teamwork-really-makes-the-dream-work\",\"description\":\"You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.\",\"image\":\"https:\\\/\\\/farmart.test\\\/storage\\\/news\\\/9.jpg\",\"categories\":[{\"id\":1,\"name\":\"Ecommerce\",\"slug\":\"ecommerce\",\"url\":\"https:\\\/\\\/farmart.test\\\/blog\\\/ecommerce\",\"description\":\"Qui dolores minus quia. Incidunt et et veniam sequi illum dolor. Quis rerum ullam harum ipsum voluptas eveniet.\"},{\"id\":4,\"name\":\"Commercial\",\"slug\":\"commercial\",\"url\":\"https:\\\/\\\/farmart.test\\\/blog\\\/commercial\",\"description\":\"Porro quia ipsa quidem laborum dolor. Quia ut eum dolores. In debitis illo ut. Possimus dolores dicta vel quae.\"}],\"tags\":[{\"id\":1,\"name\":\"General\",\"slug\":\"general\",\"description\":\"\"},{\"id\":2,\"name\":\"Design\",\"slug\":\"design\",\"description\":\"\"},{\"id\":3,\"name\":\"Fashion\",\"slug\":\"fashion\",\"description\":\"\"},{\"id\":4,\"name\":\"Branding\",\"slug\":\"branding\",\"description\":\"\"},{\"id\":5,\"name\":\"Modern\",\"slug\":\"modern\",\"description\":\"\"}],\"created_at\":\"2023-12-07T10:27:16.000000Z\",\"updated_at\":\"2023-12-07T10:27:16.000000Z\"},{\"id\":10,\"name\":\"The World Caters to Average People\",\"slug\":\"the-world-caters-to-average-people\",\"description\":\"You should pay more attention when you choose your wallets. There are a lot of them on the market with the different designs and styles. When you choose carefully, you would be able to buy a wallet that is catered to your needs. Not to mention that it will help to enhance your style significantly.\",\"image\":\"https:\\\/\\\/farmart.test\\\/storage\\\/news\\\/10.jpg\",\"categories\":[{\"id\":2,\"name\":\"Fashion\",\"slug\":\"fashion\",\"url\":\"https:\\\/\\\/farmart.test\\\/blog\\\/fashion\",\"description\":\"Enim accusamus aut porro animi. Reprehenderit et vero perferendis earum quisquam quidem. Facere iste atque ipsum.\"},{\"id\":4,\"name\":\"Commercial\",\"slug\":\"commercial\",\"url\":\"https:\\\/\\\/farmart.test\\\/blog\\\/commercial\",\"description\":\"Porro quia ipsa quidem laborum dolor. Quia ut eum dolores. In debitis illo ut. Possimus dolores dicta vel quae.\"}],\"tags\":[{\"id\":1,\"name\":\"General\",\"slug\":\"general\",\"description\":\"\"},{\"id\":2,\"name\":\"Design\",\"slug\":\"design\",\"description\":\"\"},{\"id\":3,\"name\":\"Fashion\",\"slug\":\"fashion\",\"description\":\"\"},{\"id\":4,\"name\":\"Branding\",\"slug\":\"branding\",\"description\":\"\"},{\"id\":5,\"name\":\"Modern\",\"slug\":\"modern\",\"description\":\"\"}],\"created_at\":\"2023-12-07T10:27:16.000000Z\",\"updated_at\":\"2023-12-07T10:27:16.000000Z\"}],\"links\":{\"first\":\"https:\\\/\\\/farmart.test\\\/api\\\/v1\\\/posts?page=1\",\"last\":\"https:\\\/\\\/farmart.test\\\/api\\\/v1\\\/posts?page=2\",\"prev\":null,\"next\":\"https:\\\/\\\/farmart.test\\\/api\\\/v1\\\/posts?page=2\"},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":2,\"links\":[{\"url\":null,\"label\":\"« Previous\",\"active\":false},{\"url\":\"https:\\\/\\\/farmart.test\\\/api\\\/v1\\\/posts?page=1\",\"label\":\"1\",\"active\":true},{\"url\":\"https:\\\/\\\/farmart.test\\\/api\\\/v1\\\/posts?page=2\",\"label\":\"2\",\"active\":false},{\"url\":\"https:\\\/\\\/farmart.test\\\/api\\\/v1\\\/posts?page=2\",\"label\":\"Next »\",\"active\":false}],\"path\":\"https:\\\/\\\/farmart.test\\\/api\\\/v1\\\/posts\",\"per_page\":10,\"to\":10,\"total\":11},\"error\":false,\"message\":null}", "name": "" } ] }, { "name": "List categories", "request": { "url": { "host": "{{baseUrl}}", "path": "api\/v1\/categories", "query": [], "raw": "{{baseUrl}}\/api\/v1\/categories" }, "method": "GET", "header": [ { "key": "Authorization", "value": "Bearer {token}" }, { "key": "Api-Version", "value": "v1" }, { "key": "Accept", "value": "application\/json" } ], "body": null, "description": "", "auth": { "type": "noauth" } }, "response": [ { "header": [ { "key": "cache-control", "value": "no-cache, private" }, { "key": "content-type", "value": "application\/json" }, { "key": "x-ratelimit-limit", "value": "60" }, { "key": "x-ratelimit-remaining", "value": "57" }, { "key": "access-control-allow-origin", "value": "*" } ], "code": 200, "body": "{\"data\":[{\"id\":4,\"name\":\"Commercial\",\"slug\":\"commercial\",\"description\":\"Porro quia ipsa quidem laborum dolor. Quia ut eum dolores. In debitis illo ut. Possimus dolores dicta vel quae.\",\"children\":[],\"parent\":{\"id\":null,\"name\":\"\",\"slug\":\"\",\"url\":\"https:\\\/\\\/farmart.test\",\"description\":\"\"}},{\"id\":3,\"name\":\"Electronic\",\"slug\":\"electronic\",\"description\":\"Qui rerum ut impedit dolorem odio. Magnam non cupiditate et soluta placeat a id voluptatem. Dolores totam enim eveniet deserunt et architecto magnam.\",\"children\":[],\"parent\":{\"id\":null,\"name\":\"\",\"slug\":\"\",\"url\":\"https:\\\/\\\/farmart.test\",\"description\":\"\"}},{\"id\":2,\"name\":\"Fashion\",\"slug\":\"fashion\",\"description\":\"Enim accusamus aut porro animi. Reprehenderit et vero perferendis earum quisquam quidem. Facere iste atque ipsum.\",\"children\":[],\"parent\":{\"id\":null,\"name\":\"\",\"slug\":\"\",\"url\":\"https:\\\/\\\/farmart.test\",\"description\":\"\"}},{\"id\":1,\"name\":\"Ecommerce\",\"slug\":\"ecommerce\",\"description\":\"Qui dolores minus quia. Incidunt et et veniam sequi illum dolor. Quis rerum ullam harum ipsum voluptas eveniet.\",\"children\":[],\"parent\":{\"id\":null,\"name\":\"\",\"slug\":\"\",\"url\":\"https:\\\/\\\/farmart.test\",\"description\":\"\"}}],\"links\":{\"first\":\"https:\\\/\\\/farmart.test\\\/api\\\/v1\\\/categories?page=1\",\"last\":\"https:\\\/\\\/farmart.test\\\/api\\\/v1\\\/categories?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"« Previous\",\"active\":false},{\"url\":\"https:\\\/\\\/farmart.test\\\/api\\\/v1\\\/categories?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next »\",\"active\":false}],\"path\":\"https:\\\/\\\/farmart.test\\\/api\\\/v1\\\/categories\",\"per_page\":10,\"to\":4,\"total\":4},\"error\":false,\"message\":null}", "name": "" } ] }, { "name": "List tags", "request": { "url": { "host": "{{baseUrl}}", "path": "api\/v1\/tags", "query": [], "raw": "{{baseUrl}}\/api\/v1\/tags" }, "method": "GET", "header": [ { "key": "Authorization", "value": "Bearer {token}" }, { "key": "Api-Version", "value": "v1" }, { "key": "Accept", "value": "application\/json" } ], "body": null, "description": "", "auth": { "type": "noauth" } }, "response": [ { "header": [ { "key": "cache-control", "value": "no-cache, private" }, { "key": "content-type", "value": "application\/json" }, { "key": "x-ratelimit-limit", "value": "60" }, { "key": "x-ratelimit-remaining", "value": "56" }, { "key": "access-control-allow-origin", "value": "*" } ], "code": 200, "body": "{\"data\":[{\"id\":1,\"name\":\"General\",\"slug\":\"general\",\"description\":\"\"},{\"id\":2,\"name\":\"Design\",\"slug\":\"design\",\"description\":\"\"},{\"id\":3,\"name\":\"Fashion\",\"slug\":\"fashion\",\"description\":\"\"},{\"id\":4,\"name\":\"Branding\",\"slug\":\"branding\",\"description\":\"\"},{\"id\":5,\"name\":\"Modern\",\"slug\":\"modern\",\"description\":\"\"}],\"links\":{\"first\":\"https:\\\/\\\/farmart.test\\\/api\\\/v1\\\/tags?page=1\",\"last\":\"https:\\\/\\\/farmart.test\\\/api\\\/v1\\\/tags?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"« Previous\",\"active\":false},{\"url\":\"https:\\\/\\\/farmart.test\\\/api\\\/v1\\\/tags?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next »\",\"active\":false}],\"path\":\"https:\\\/\\\/farmart.test\\\/api\\\/v1\\\/tags\",\"per_page\":10,\"to\":5,\"total\":5},\"error\":false,\"message\":null}", "name": "" } ] }, { "name": "Filters posts", "request": { "url": { "host": "{{baseUrl}}", "path": "api\/v1\/posts\/filters", "query": [ { "key": "page", "value": "19", "description": "Current page of the collection. Default: 1", "disabled": false }, { "key": "per_page", "value": "13", "description": "Maximum number of items to be returned in result set.Default: 10", "disabled": false }, { "key": "search", "value": "voluptatum", "description": "Limit results to those matching a string.", "disabled": false }, { "key": "after", "value": "amet", "description": "Limit response to posts published after a given ISO8601 compliant date.", "disabled": false }, { "key": "author", "value": "eveniet", "description": "Limit result set to posts assigned to specific authors.", "disabled": false }, { "key": "author_exclude", "value": "eius", "description": "Ensure result set excludes posts assigned to specific authors.", "disabled": false }, { "key": "before", "value": "omnis", "description": "Limit response to posts published before a given ISO8601 compliant date.", "disabled": false }, { "key": "exclude", "value": "laudantium", "description": "Ensure result set excludes specific IDs.", "disabled": false }, { "key": "include", "value": "consequatur", "description": "Limit result set to specific IDs.", "disabled": false }, { "key": "order", "value": "vero", "description": "Order sort attribute ascending or descending. Default: desc .One of: asc, desc", "disabled": false }, { "key": "order_by", "value": "magni", "description": "Sort collection by object attribute. Default: updated_at. One of: author, created_at, updated_at, id, slug, title", "disabled": false }, { "key": "categories", "value": "quae", "description": "Limit result set to all items that have the specified term assigned in the categories taxonomy.", "disabled": false }, { "key": "categories_exclude", "value": "est", "description": "Limit result set to all items except those that have the specified term assigned in the categories taxonomy.", "disabled": false }, { "key": "tags", "value": "ab", "description": "Limit result set to all items that have the specified term assigned in the tags taxonomy.", "disabled": false }, { "key": "tags_exclude", "value": "beatae", "description": "Limit result set to all items except those that have the specified term assigned in the tags taxonomy.", "disabled": false }, { "key": "featured", "value": "consequatur", "description": "Limit result set to items that are sticky.", "disabled": false } ], "raw": "{{baseUrl}}\/api\/v1\/posts\/filters?page=19&per_page=13&search=voluptatum&after=amet&author=eveniet&author_exclude=eius&before=omnis&exclude=laudantium&include=consequatur&order=vero&order_by=magni&categories=quae&categories_exclude=est&tags=ab&tags_exclude=beatae&featured=consequatur" }, "method": "GET", "header": [ { "key": "Authorization", "value": "Bearer {token}" }, { "key": "Api-Version", "value": "v1" }, { "key": "Accept", "value": "application\/json" } ], "body": null, "description": "", "auth": { "type": "noauth" } }, "response": [ { "header": [ { "key": "cache-control", "value": "no-cache, private" }, { "key": "content-type", "value": "application\/json" }, { "key": "x-ratelimit-limit", "value": "60" }, { "key": "x-ratelimit-remaining", "value": "55" }, { "key": "access-control-allow-origin", "value": "*" } ], "code": 200, "body": "{\"data\":[],\"links\":{\"first\":\"https:\\\/\\\/farmart.test\\\/api\\\/v1\\\/posts\\\/filters?page=1\",\"last\":\"https:\\\/\\\/farmart.test\\\/api\\\/v1\\\/posts\\\/filters?page=1\",\"prev\":\"https:\\\/\\\/farmart.test\\\/api\\\/v1\\\/posts\\\/filters?page=18\",\"next\":null},\"meta\":{\"current_page\":19,\"from\":null,\"last_page\":1,\"links\":[{\"url\":\"https:\\\/\\\/farmart.test\\\/api\\\/v1\\\/posts\\\/filters?page=18\",\"label\":\"« Previous\",\"active\":false},{\"url\":\"https:\\\/\\\/farmart.test\\\/api\\\/v1\\\/posts\\\/filters?page=1\",\"label\":\"1\",\"active\":false},{\"url\":null,\"label\":\"Next »\",\"active\":false}],\"path\":\"https:\\\/\\\/farmart.test\\\/api\\\/v1\\\/posts\\\/filters\",\"per_page\":13,\"to\":null,\"total\":0},\"error\":false,\"message\":null}", "name": "" } ] }, { "name": "Get post by slug", "request": { "url": { "host": "{{baseUrl}}", "path": "api\/v1\/posts\/:slug", "query": [ { "key": "slug", "value": "dicta", "description": "Find by slug of post.", "disabled": false } ], "raw": "{{baseUrl}}\/api\/v1\/posts\/:slug?slug=dicta", "variable": [ { "id": "slug", "key": "slug", "value": "aut", "description": "The slug of the post." } ] }, "method": "GET", "header": [ { "key": "Authorization", "value": "Bearer {token}" }, { "key": "Api-Version", "value": "v1" }, { "key": "Accept", "value": "application\/json" } ], "body": null, "description": "", "auth": { "type": "noauth" } }, "response": [ { "header": [ { "key": "cache-control", "value": "no-cache, private" }, { "key": "content-type", "value": "application\/json" }, { "key": "x-ratelimit-limit", "value": "60" }, { "key": "x-ratelimit-remaining", "value": "54" }, { "key": "access-control-allow-origin", "value": "*" } ], "code": 404, "body": "{\"error\":true,\"data\":null,\"message\":\"Not found\"}", "name": "" } ] }, { "name": "Filters categories", "request": { "url": { "host": "{{baseUrl}}", "path": "api\/v1\/categories\/filters", "query": [], "raw": "{{baseUrl}}\/api\/v1\/categories\/filters" }, "method": "GET", "header": [ { "key": "Authorization", "value": "Bearer {token}" }, { "key": "Api-Version", "value": "v1" }, { "key": "Accept", "value": "application\/json" } ], "body": null, "description": "", "auth": { "type": "noauth" } }, "response": [ { "header": [ { "key": "cache-control", "value": "no-cache, private" }, { "key": "content-type", "value": "application\/json" }, { "key": "x-ratelimit-limit", "value": "60" }, { "key": "x-ratelimit-remaining", "value": "53" }, { "key": "access-control-allow-origin", "value": "*" } ], "code": 200, "body": "{\"data\":[{\"id\":2,\"name\":\"Fashion\",\"slug\":\"fashion\",\"url\":\"https:\\\/\\\/farmart.test\\\/blog\\\/fashion\",\"description\":\"Enim accusamus aut porro animi. Reprehenderit et vero perferendis earum quisquam quidem. Facere iste atque ipsum.\"},{\"id\":3,\"name\":\"Electronic\",\"slug\":\"electronic\",\"url\":\"https:\\\/\\\/farmart.test\\\/blog\\\/electronic\",\"description\":\"Qui rerum ut impedit dolorem odio. Magnam non cupiditate et soluta placeat a id voluptatem. Dolores totam enim eveniet deserunt et architecto magnam.\"},{\"id\":1,\"name\":\"Ecommerce\",\"slug\":\"ecommerce\",\"url\":\"https:\\\/\\\/farmart.test\\\/blog\\\/ecommerce\",\"description\":\"Qui dolores minus quia. Incidunt et et veniam sequi illum dolor. Quis rerum ullam harum ipsum voluptas eveniet.\"},{\"id\":4,\"name\":\"Commercial\",\"slug\":\"commercial\",\"url\":\"https:\\\/\\\/farmart.test\\\/blog\\\/commercial\",\"description\":\"Porro quia ipsa quidem laborum dolor. Quia ut eum dolores. In debitis illo ut. Possimus dolores dicta vel quae.\"}],\"links\":{\"first\":\"https:\\\/\\\/farmart.test\\\/api\\\/v1\\\/categories\\\/filters?page=1\",\"last\":\"https:\\\/\\\/farmart.test\\\/api\\\/v1\\\/categories\\\/filters?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"« Previous\",\"active\":false},{\"url\":\"https:\\\/\\\/farmart.test\\\/api\\\/v1\\\/categories\\\/filters?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next »\",\"active\":false}],\"path\":\"https:\\\/\\\/farmart.test\\\/api\\\/v1\\\/categories\\\/filters\",\"per_page\":10,\"to\":4,\"total\":4},\"error\":false,\"message\":null}", "name": "" } ] }, { "name": "Get category by slug", "request": { "url": { "host": "{{baseUrl}}", "path": "api\/v1\/categories\/:slug", "query": [ { "key": "slug", "value": "quisquam", "description": "Find by slug of category.", "disabled": false } ], "raw": "{{baseUrl}}\/api\/v1\/categories\/:slug?slug=quisquam", "variable": [ { "id": "slug", "key": "slug", "value": "sit", "description": "The slug of the category." } ] }, "method": "GET", "header": [ { "key": "Authorization", "value": "Bearer {token}" }, { "key": "Api-Version", "value": "v1" }, { "key": "Accept", "value": "application\/json" } ], "body": null, "description": "", "auth": { "type": "noauth" } }, "response": [ { "header": [ { "key": "cache-control", "value": "no-cache, private" }, { "key": "content-type", "value": "application\/json" }, { "key": "x-ratelimit-limit", "value": "60" }, { "key": "x-ratelimit-remaining", "value": "52" }, { "key": "access-control-allow-origin", "value": "*" } ], "code": 404, "body": "{\"error\":true,\"data\":null,\"message\":\"Not found\"}", "name": "" } ] } ] }, { "name": "Profile", "description": "", "item": [ { "name": "Get the user profile information.", "request": { "url": { "host": "{{baseUrl}}", "path": "api\/v1\/me", "query": [], "raw": "{{baseUrl}}\/api\/v1\/me" }, "method": "GET", "header": [ { "key": "Authorization", "value": "Bearer {token}" }, { "key": "Api-Version", "value": "v1" }, { "key": "Accept", "value": "application\/json" } ], "body": null, "description": "" }, "response": [ { "header": [ { "key": "cache-control", "value": "no-cache, private" }, { "key": "location", "value": "https:\/\/farmart.test\/login" }, { "key": "content-type", "value": "text\/html; charset=UTF-8" }, { "key": "access-control-allow-origin", "value": "*" } ], "code": 302, "body": "<!DOCTYPE html>\n<html>\n <head>\n <meta charset=\"UTF-8\" \/>\n <meta http-equiv=\"refresh\" content=\"0;url='https:\/\/farmart.test\/login'\" \/>\n\n <title>Redirecting to https:\/\/farmart.test\/login<\/title>\n <\/head>\n <body>\n Redirecting to <a href=\"https:\/\/farmart.test\/login\">https:\/\/farmart.test\/login<\/a>.\n <\/body>\n<\/html>", "name": "" } ] }, { "name": "Update profile", "request": { "url": { "host": "{{baseUrl}}", "path": "api\/v1\/me", "query": [], "raw": "{{baseUrl}}\/api\/v1\/me" }, "method": "PUT", "header": [ { "key": "Authorization", "value": "Bearer {token}" }, { "key": "Api-Version", "value": "v1" }, { "key": "Content-Type", "value": "application\/json" }, { "key": "Accept", "value": "application\/json" } ], "body": { "mode": "raw", "raw": "{\"first_name\":\"est\",\"last_name\":\"voluptatibus\",\"phone\":\"beatae\",\"dob\":\"eligendi\",\"gender\":\"culpa\",\"description\":\"Quaerat illo et omnis perspiciatis.\",\"email\":\"deckow.percy@example.org\"}" }, "description": "" }, "response": [] }, { "name": "Update Avatar", "request": { "url": { "host": "{{baseUrl}}", "path": "api\/v1\/update\/avatar", "query": [], "raw": "{{baseUrl}}\/api\/v1\/update\/avatar" }, "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {token}" }, { "key": "Api-Version", "value": "v1" }, { "key": "Content-Type", "value": "multipart\/form-data" }, { "key": "Accept", "value": "application\/json" } ], "body": { "mode": "formdata", "formdata": [ { "key": "avatar", "src": [], "type": "file" } ] }, "description": "" }, "response": [] }, { "name": "Update password", "request": { "url": { "host": "{{baseUrl}}", "path": "api\/v1\/update\/password", "query": [], "raw": "{{baseUrl}}\/api\/v1\/update\/password" }, "method": "PUT", "header": [ { "key": "Authorization", "value": "Bearer {token}" }, { "key": "Api-Version", "value": "v1" }, { "key": "Content-Type", "value": "application\/json" }, { "key": "Accept", "value": "application\/json" } ], "body": { "mode": "raw", "raw": "{\"password\":\"n`5;$T~I>;\"}" }, "description": "" }, "response": [] } ] } ], "auth": { "type": "noauth" } }