{"info":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","description":"<html><head></head><body><p>Unofficial HTTP API reference for Ekşi Sözlük, reverse-engineered from Android app 2.4.10 build 144. This project is not affiliated with Ekşi Teknoloji.</p>\n<h2 id=\"authentication-modes\">Authentication modes</h2>\n<p>Public reads still require an app bearer token. Use the anonymous-token flow when no user account is needed. Account reads and all writes require a logged-in account token. Secured requests send both <code>Authorization: Bearer &lt;access_token&gt;</code> and <code>Client-Secret: &lt;uuid&gt;</code>.</p>\n<h2 id=\"api-secret\">Api-Secret</h2>\n<p>Authentication requests include an <code>Api-Secret</code> form field containing RSA/ECB/PKCS1Padding encrypted app metadata. See the <a href=\"https://github.com/agmmnn/eksiapi/blob/master/docs/apk-analysis.md\">reverse-engineering notes</a> and <a href=\"https://github.com/agmmnn/eksiapi/blob/master/eksiapi/auth.py\">Python implementation</a>.</p>\n<h2 id=\"running-requests\">Running requests</h2>\n<p>The generated Postman collection can create anonymous and account sessions without Python. Its authentication scripts generate <code>Api-Secret</code> and keep credentials and session values in Postman Local Vault. When using the OpenAPI contract in another client, supply <code>Api-Secret</code>, bearer-token and <code>Client-Secret</code> values yourself. Never publish or share account passwords, access tokens, refresh tokens or client secrets.</p>\n<h2 id=\"stability\">Stability</h2>\n<p>This is an unofficial reverse-engineered contract. Endpoint behavior may change when the Android application is updated. Operations marked with <code>x-eksi-risk</code> change account state or expose private account data.</p>\n<p>Contact Support:\n Name: eksiapi</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"24047519","collectionId":"02709f67-8fe4-44f3-91dd-ee328ba4781d","publishedId":"2sBY4VLJ35","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-08-07T15:55:05.000Z"},"item":[{"name":"Authentication","item":[{"name":"Get server timestamp","id":"4e6e7fa1-3e62-48e8-a4ba-f2d799fd3a30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/clientsettings/time","description":"<p>Returns current server time in milliseconds. Required as input for Api-Secret generation. This endpoint does not require a bearer token.</p>\n","urlObject":{"path":["v2","clientsettings","time"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"fb9772f4-dd31-4661-bc26-302e460ca763","name":"Server timestamp","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/clientsettings/time"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": 1774216389918,\n  \"Message\": null,\n  \"StatusCode\": 200\n}"}],"_postman_id":"4e6e7fa1-3e62-48e8-a4ba-f2d799fd3a30"},{"name":"Get anonymous bearer token","id":"56f31fd9-72ca-48a9-83d4-8dec18780959","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"DeviceModel","value":"Google sdk_gphone_x86_64","type":"text"},{"key":"Platform","value":"g","type":"text"},{"key":"Version","value":"2.4.10","type":"text"},{"key":"Build","value":"144","type":"text"},{"key":"Api-Secret","value":"{{apiSecret}}","type":"text"},{"key":"Client-Secret","value":"","type":"text"},{"key":"ClientUniqueId","value":"{{clientUniqueId}}","type":"text"}]},"url":"https://api.eksisozluk.com/v2/account/anonymoustoken","description":"<p>Obtain an anonymous bearer token for public reads or as the first step of account login. This endpoint does not require an existing bearer token, but the generated Client-Secret must be sent in the header and form body. In Postman, sending this request generates Api-Secret automatically and stores the resulting session in Local Vault.</p>\n","urlObject":{"path":["v2","account","anonymoustoken"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"d68e8edd-fc69-4954-a2a6-d83ee6a48845","name":"Anonymous token","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"DeviceModel","value":"Google sdk_gphone_x86_64","type":"text"},{"key":"Platform","value":"g","type":"text"},{"key":"Version","value":"2.4.10","type":"text"},{"key":"Build","value":"144","type":"text"},{"key":"Api-Secret","value":"{{apiSecret}}","type":"text"},{"key":"Client-Secret","value":"","type":"text"},{"key":"ClientUniqueId","value":"{{clientUniqueId}}","type":"text"}]},"url":"https://api.eksisozluk.com/v2/account/anonymoustoken"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Message\": null,\n  \"Data\": {\n    \"AccessToken\": \"<anonymous-access-token>\",\n    \"ExpiresIn\": 3600\n  }\n}"},{"id":"ee49258d-7050-4b57-8b56-cf87e0078784","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"DeviceModel","value":"Google sdk_gphone_x86_64","type":"text"},{"key":"Platform","value":"g","type":"text"},{"key":"Version","value":"2.4.10","type":"text"},{"key":"Build","value":"144","type":"text"},{"key":"Api-Secret","value":"{{apiSecret}}","type":"text"},{"key":"Client-Secret","value":"","type":"text"},{"key":"ClientUniqueId","value":"{{clientUniqueId}}","type":"text"}]},"url":"https://api.eksisozluk.com/v2/account/anonymoustoken"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"}],"_postman_id":"56f31fd9-72ca-48a9-83d4-8dec18780959"},{"name":"Login with account","id":"951489ae-209c-4cd5-a66a-9d74c2cf0bba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"DeviceModel","value":"Google sdk_gphone_x86_64","type":"text"},{"key":"Platform","value":"g","type":"text"},{"key":"Version","value":"2.4.10","type":"text"},{"key":"Build","value":"144","type":"text"},{"key":"Api-Secret","value":"{{apiSecret}}","type":"text"},{"key":"Client-Secret","value":"","type":"text"},{"key":"ClientUniqueId","value":"{{clientUniqueId}}","type":"text"},{"key":"grant_type","value":"password","type":"text"},{"key":"username","value":"{{authUsername}}","type":"text"},{"key":"password","value":"{{authPassword}}","type":"text"}]},"url":"https://api.eksisozluk.com/token","description":"<p>Logs in with eksi-username and eksi-password from Postman Local Vault. The pre-request script obtains an anonymous token and generates Api-Secret; the account session is written back to Local Vault.</p>\n","urlObject":{"path":["token"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"9c467b37-e0e4-4caa-8116-bfce053dbaa4","name":"Access token","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"DeviceModel","value":"Google sdk_gphone_x86_64","type":"text"},{"key":"Platform","value":"g","type":"text"},{"key":"Version","value":"2.4.10","type":"text"},{"key":"Build","value":"144","type":"text"},{"key":"Api-Secret","value":"{{apiSecret}}","type":"text"},{"key":"Client-Secret","value":"","type":"text"},{"key":"ClientUniqueId","value":"{{clientUniqueId}}","type":"text"},{"key":"grant_type","value":"password","type":"text"},{"key":"username","value":"{{authUsername}}","type":"text"},{"key":"password","value":"{{authPassword}}","type":"text"}]},"url":"https://api.eksisozluk.com/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"access_token\": \"<account-access-token>\",\n  \"token_type\": \"bearer\",\n  \"expires_in\": 3600,\n  \"refresh_token\": \"<refresh-token>\",\n  \"userName\": \"example-user\"\n}"},{"id":"83a7a26d-8741-4c36-b801-cdb9f1ce9bc0","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"DeviceModel","value":"Google sdk_gphone_x86_64","type":"text"},{"key":"Platform","value":"g","type":"text"},{"key":"Version","value":"2.4.10","type":"text"},{"key":"Build","value":"144","type":"text"},{"key":"Api-Secret","value":"{{apiSecret}}","type":"text"},{"key":"Client-Secret","value":"","type":"text"},{"key":"ClientUniqueId","value":"{{clientUniqueId}}","type":"text"},{"key":"grant_type","value":"password","type":"text"},{"key":"username","value":"{{authUsername}}","type":"text"},{"key":"password","value":"{{authPassword}}","type":"text"}]},"url":"https://api.eksisozluk.com/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"0a4260a2-6197-4dde-9ca3-b7b934706775","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"DeviceModel","value":"Google sdk_gphone_x86_64","type":"text"},{"key":"Platform","value":"g","type":"text"},{"key":"Version","value":"2.4.10","type":"text"},{"key":"Build","value":"144","type":"text"},{"key":"Api-Secret","value":"{{apiSecret}}","type":"text"},{"key":"Client-Secret","value":"","type":"text"},{"key":"ClientUniqueId","value":"{{clientUniqueId}}","type":"text"},{"key":"grant_type","value":"password","type":"text"},{"key":"username","value":"{{authUsername}}","type":"text"},{"key":"password","value":"{{authPassword}}","type":"text"}]},"url":"https://api.eksisozluk.com/token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"8c177663-753b-4d5f-9e6d-2444f65af075","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"DeviceModel","value":"Google sdk_gphone_x86_64","type":"text"},{"key":"Platform","value":"g","type":"text"},{"key":"Version","value":"2.4.10","type":"text"},{"key":"Build","value":"144","type":"text"},{"key":"Api-Secret","value":"{{apiSecret}}","type":"text"},{"key":"Client-Secret","value":"","type":"text"},{"key":"ClientUniqueId","value":"{{clientUniqueId}}","type":"text"},{"key":"grant_type","value":"password","type":"text"},{"key":"username","value":"{{authUsername}}","type":"text"},{"key":"password","value":"{{authPassword}}","type":"text"}]},"url":"https://api.eksisozluk.com/token"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"951489ae-209c-4cd5-a66a-9d74c2cf0bba"},{"name":"Refresh session","id":"bd775eaa-87f1-408f-83cb-0cbc127c0d8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"DeviceModel","value":"Google sdk_gphone_x86_64","type":"text"},{"key":"Platform","value":"g","type":"text"},{"key":"Version","value":"2.4.10","type":"text"},{"key":"Build","value":"144","type":"text"},{"key":"Api-Secret","value":"{{apiSecret}}","type":"text"},{"key":"Client-Secret","value":"","type":"text"},{"key":"ClientUniqueId","value":"{{clientUniqueId}}","type":"text"},{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"refresh_token","value":"","type":"text"}]},"url":"https://api.eksisozluk.com/token","description":"<p>Refreshes the account session stored in Postman Local Vault without reading the account password.</p>\n","urlObject":{"path":["token"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"da6f941a-3a97-4c11-8ace-7d2314551f46","name":"Access token","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"DeviceModel","value":"Google sdk_gphone_x86_64","type":"text"},{"key":"Platform","value":"g","type":"text"},{"key":"Version","value":"2.4.10","type":"text"},{"key":"Build","value":"144","type":"text"},{"key":"Api-Secret","value":"{{apiSecret}}","type":"text"},{"key":"Client-Secret","value":"","type":"text"},{"key":"ClientUniqueId","value":"{{clientUniqueId}}","type":"text"},{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"refresh_token","value":"","type":"text"}]},"url":"https://api.eksisozluk.com/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"access_token\": \"<account-access-token>\",\n  \"token_type\": \"bearer\",\n  \"expires_in\": 3600,\n  \"refresh_token\": \"<refresh-token>\",\n  \"userName\": \"example-user\"\n}"},{"id":"46cdf163-cb29-4938-ab20-9d2f9a16da26","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"DeviceModel","value":"Google sdk_gphone_x86_64","type":"text"},{"key":"Platform","value":"g","type":"text"},{"key":"Version","value":"2.4.10","type":"text"},{"key":"Build","value":"144","type":"text"},{"key":"Api-Secret","value":"{{apiSecret}}","type":"text"},{"key":"Client-Secret","value":"","type":"text"},{"key":"ClientUniqueId","value":"{{clientUniqueId}}","type":"text"},{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"refresh_token","value":"","type":"text"}]},"url":"https://api.eksisozluk.com/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"101c996a-4f99-4eb5-b34f-07478fcbb6af","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"DeviceModel","value":"Google sdk_gphone_x86_64","type":"text"},{"key":"Platform","value":"g","type":"text"},{"key":"Version","value":"2.4.10","type":"text"},{"key":"Build","value":"144","type":"text"},{"key":"Api-Secret","value":"{{apiSecret}}","type":"text"},{"key":"Client-Secret","value":"","type":"text"},{"key":"ClientUniqueId","value":"{{clientUniqueId}}","type":"text"},{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"refresh_token","value":"","type":"text"}]},"url":"https://api.eksisozluk.com/token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"83dd0c01-3fa0-4d12-a394-68a3738efa43","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"DeviceModel","value":"Google sdk_gphone_x86_64","type":"text"},{"key":"Platform","value":"g","type":"text"},{"key":"Version","value":"2.4.10","type":"text"},{"key":"Build","value":"144","type":"text"},{"key":"Api-Secret","value":"{{apiSecret}}","type":"text"},{"key":"Client-Secret","value":"","type":"text"},{"key":"ClientUniqueId","value":"{{clientUniqueId}}","type":"text"},{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"refresh_token","value":"","type":"text"}]},"url":"https://api.eksisozluk.com/token"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"bd775eaa-87f1-408f-83cb-0cbc127c0d8c"}],"id":"ed769377-0369-4368-b63f-bff8b77c069e","description":"<p>Server time, anonymous app tokens, account login and token refresh.</p>\n","_postman_id":"ed769377-0369-4368-b63f-bff8b77c069e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}}},{"name":"Feeds","item":[{"name":"Popular topics","id":"6543ff5f-f214-42d9-aa1e-b8a8870c6cb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/index/popular","description":"<p>Returns popular topics, optionally filtered by channels. An anonymous or account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","index","popular"],"host":["https://api.eksisozluk.com"],"query":[{"disabled":true,"description":{"content":"<p>Page number starting at 1.</p>\n","type":"text/plain"},"key":"p","value":"1"}],"variable":[]}},"response":[{"id":"c3bcba43-39fe-462b-8d6d-d1b769e778f5","name":"Popular topics list","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.eksisozluk.com/v2/index/popular","host":["https://api.eksisozluk.com"],"path":["v2","index","popular"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Message\": null,\n  \"Data\": {\n    \"Topics\": [\n      {\n        \"Day\": null,\n        \"MatchedCount\": 12,\n        \"TopicId\": 456,\n        \"FullCount\": 250,\n        \"Title\": \"popular example\"\n      }\n    ],\n    \"PageCount\": 1,\n    \"PageSize\": 50,\n    \"PageIndex\": 1\n  }\n}"},{"id":"ea5e2221-61f5-4235-8e1f-8d002b2c9600","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.eksisozluk.com/v2/index/popular","host":["https://api.eksisozluk.com"],"path":["v2","index","popular"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"e52a728b-a881-4dee-b31f-faac271d8c5a","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.eksisozluk.com/v2/index/popular","host":["https://api.eksisozluk.com"],"path":["v2","index","popular"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"165cf802-9c3f-45a3-8865-c26fecd02c7f","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.eksisozluk.com/v2/index/popular","host":["https://api.eksisozluk.com"],"path":["v2","index","popular"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"6543ff5f-f214-42d9-aa1e-b8a8870c6cb4"},{"name":"Today's topics (gündem)","id":"b2695448-a049-48eb-9e55-99e937bc1ea0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/index/today","description":"<p>Today's topics (gündem). An anonymous or account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","index","today"],"host":["https://api.eksisozluk.com"],"query":[{"disabled":true,"description":{"content":"<p>Page number starting at 1.</p>\n","type":"text/plain"},"key":"p","value":"1"}],"variable":[]}},"response":[{"id":"20dfa37e-52f3-4589-8224-bf2d522277d3","name":"Today's topic list","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/index/today","host":["https://api.eksisozluk.com"],"path":["v2","index","today"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Message\": null,\n  \"Data\": {\n    \"Topics\": [\n      {\n        \"Day\": \"2026-08-07\",\n        \"MatchedCount\": 24,\n        \"TopicId\": 123,\n        \"FullCount\": 1888,\n        \"Title\": \"example topic\"\n      }\n    ],\n    \"PageCount\": 1,\n    \"PageSize\": 50,\n    \"PageIndex\": 1,\n    \"HasPinnedIndexItem\": false,\n    \"PinnedIndexItem\": null\n  }\n}"},{"id":"680c3f70-71d9-490d-823d-4af8c570178a","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/index/today","host":["https://api.eksisozluk.com"],"path":["v2","index","today"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"e0db2ada-a5e8-462e-a327-149c1a5f5908","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/index/today","host":["https://api.eksisozluk.com"],"path":["v2","index","today"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"b2695448-a049-48eb-9e55-99e937bc1ea0"},{"name":"Available filter channels for popular feed","id":"f95480f3-f7b3-4e36-a42b-02d35ee2889a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/index/getfilterchannels","description":"<p>Available filter channels for popular feed. An anonymous or account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","index","getfilterchannels"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"be7d1ea2-64dc-40e8-8d66-de49337eb577","name":"Channel list","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/index/getfilterchannels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"a93c53b7-b504-4af9-a972-b9edf949269b","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/index/getfilterchannels"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"1dad9b9a-a8ef-42bb-b82e-d0d61f87b2b3","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/index/getfilterchannels"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"f95480f3-f7b3-4e36-a42b-02d35ee2889a"},{"name":"Yesterday's most-liked entries","id":"ddada3ba-bfd0-4b12-ae0c-afad681c18ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/index/debe/","description":"<p>Returns the live debe feed exposed by the Android app.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","index","debe",""],"host":["https://api.eksisozluk.com"],"query":[{"disabled":true,"key":"p","value":"1"}],"variable":[]}},"response":[{"id":"0ac30171-38ba-4a7c-899a-b21d029eca73","name":"Debe feed","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/index/debe/","host":["https://api.eksisozluk.com"],"path":["v2","index","debe",""],"query":[{"key":"p","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"64f67174-e8e8-4714-8f44-814f790f1c49","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/index/debe/","host":["https://api.eksisozluk.com"],"path":["v2","index","debe",""],"query":[{"key":"p","value":"1","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"c179bdf2-b697-49c2-a958-e07693b254b9","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/index/debe/","host":["https://api.eksisozluk.com"],"path":["v2","index","debe",""],"query":[{"key":"p","value":"1","disabled":true}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"ddada3ba-bfd0-4b12-ae0c-afad681c18ff"},{"name":"Available channels","id":"a1ae282a-7f2a-44e0-bdf6-6feb7a341ed1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/channel/list","description":"<p>Available channels. An anonymous or account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","channel","list"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"4b61b9a2-030c-452e-afaf-accaf8ebdbd9","name":"Channel list","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/channel/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Message\": null,\n  \"Data\": {\n    \"AllChannels\": [\n      {\n        \"Id\": 1,\n        \"Name\": \"gundem\",\n        \"DisplayName\": \"Gündem\",\n        \"Description\": \"\",\n        \"Priority\": 1,\n        \"IsPublic\": true\n      }\n    ]\n  }\n}"},{"id":"7c04164a-35ad-4638-a638-425b9733dee8","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/channel/list"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"4de0880b-4806-42d7-986e-7ab28347e3cc","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/channel/list"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"a1ae282a-7f2a-44e0-bdf6-6feb7a341ed1"},{"name":"Read the offline debe feed","id":"51c46f6a-579d-456d-b8b8-25ca33e035c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/index/offlinedebe","description":"<p>Read the offline debe feed. An anonymous or account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","index","offlinedebe"],"host":["https://api.eksisozluk.com"],"query":[{"disabled":true,"description":{"content":"<p>Return records starting from this date.</p>\n","type":"text/plain"},"key":"fromDate","value":"2026-08-07"}],"variable":[]}},"response":[{"id":"b8da69f5-e317-47bc-8bee-e5ff0274a41b","name":"Debe entries","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/index/offlinedebe","host":["https://api.eksisozluk.com"],"path":["v2","index","offlinedebe"],"query":[{"description":"Return records starting from this date.","key":"fromDate","value":"2026-08-07","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"22a40077-3520-4b5c-9249-fff49e76fc91","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/index/offlinedebe","host":["https://api.eksisozluk.com"],"path":["v2","index","offlinedebe"],"query":[{"description":"Return records starting from this date.","key":"fromDate","value":"2026-08-07","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"e7ffdcd0-4db3-48a9-82d8-19f52de91fa8","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/index/offlinedebe","host":["https://api.eksisozluk.com"],"path":["v2","index","offlinedebe"],"query":[{"description":"Return records starting from this date.","key":"fromDate","value":"2026-08-07","disabled":true}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"51c46f6a-579d-456d-b8b8-25ca33e035c2"}],"id":"25a156c7-4826-4e77-a36e-b9a8feed36df","description":"<p>Today, popular, agenda, channel and personalized discovery feeds.</p>\n","_postman_id":"25a156c7-4826-4e77-a36e-b9a8feed36df","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}}},{"name":"Topics","item":[{"name":"Search topic titles","id":"366eb7e7-7641-44d9-ba49-11a898331ef2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Keywords\": \"python\",\n  \"SortOrder\": 1,\n  \"FavoritedOnly\": false,\n  \"NiceOnly\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/index/search/","description":"<p>Searches topic titles using the Android app's index search.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","index","search",""],"host":["https://api.eksisozluk.com"],"query":[{"disabled":true,"key":"p","value":"1"}],"variable":[]}},"response":[{"id":"5a981d41-987b-4140-84c6-465fb12b2bc1","name":"Paginated topic search results","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Keywords\": \"python\",\n  \"SortOrder\": 1,\n  \"FavoritedOnly\": false,\n  \"NiceOnly\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.eksisozluk.com/v2/index/search/","host":["https://api.eksisozluk.com"],"path":["v2","index","search",""],"query":[{"key":"p","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": {\n    \"Topics\": [\n      {\n        \"TopicId\": 123,\n        \"Title\": \"example topic\",\n        \"MatchedCount\": 24,\n        \"FullCount\": 1888,\n        \"Day\": \"string\"\n      },\n      {\n        \"TopicId\": 123,\n        \"Title\": \"example topic\",\n        \"MatchedCount\": 24,\n        \"FullCount\": 1888,\n        \"Day\": \"string\"\n      }\n    ],\n    \"PageCount\": 1,\n    \"PageSize\": 50,\n    \"PageIndex\": 1\n  },\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"6f2381f1-8c49-4bfa-8304-7fdc7fee48d9","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Keywords\": \"python\",\n  \"SortOrder\": 1,\n  \"FavoritedOnly\": false,\n  \"NiceOnly\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.eksisozluk.com/v2/index/search/","host":["https://api.eksisozluk.com"],"path":["v2","index","search",""],"query":[{"key":"p","value":"1","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"538b57a3-94a4-4188-8231-07557286105f","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Keywords\": \"python\",\n  \"SortOrder\": 1,\n  \"FavoritedOnly\": false,\n  \"NiceOnly\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.eksisozluk.com/v2/index/search/","host":["https://api.eksisozluk.com"],"path":["v2","index","search",""],"query":[{"key":"p","value":"1","disabled":true}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"366eb7e7-7641-44d9-ba49-11a898331ef2"},{"name":"Resolve a topic term","id":"66beac06-17ef-4fb0-b367-18df853e9742","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/topic/query/?term=python","description":"<p>Resolves a title, slug or URL-like term to the topic router result used by the Android app.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","topic","query",""],"host":["https://api.eksisozluk.com"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"term","value":"python"}],"variable":[]}},"response":[{"id":"86afd5fb-154f-4b62-b2e5-4325d2dcee3e","name":"Topic routing result containing QueryData.TopicId when a topic matches","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/topic/query/?term=python","host":["https://api.eksisozluk.com"],"path":["v2","topic","query",""],"query":[{"description":"(Required) ","key":"term","value":"python"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"ded6a0a7-eb4b-4c6d-92fe-fdb4ef26d3ac","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/topic/query/?term=python","host":["https://api.eksisozluk.com"],"path":["v2","topic","query",""],"query":[{"description":"(Required) ","key":"term","value":"python"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"ee2bdb0a-bc22-40d0-b9e4-de90efe5806a","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/topic/query/?term=python","host":["https://api.eksisozluk.com"],"path":["v2","topic","query",""],"query":[{"description":"(Required) ","key":"term","value":"python"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"66beac06-17ef-4fb0-b367-18df853e9742"},{"name":"Read a topic page","id":"6a0a5848-dd7b-46ab-a746-8320ee8a0090","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/topic/:topicId","description":"<p>Returns topic metadata and one page of entries.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","topic",":topicId"],"host":["https://api.eksisozluk.com"],"query":[{"disabled":true,"key":"p","value":"1"}],"variable":[{"id":"57fbd76a-501a-4947-9e57-5df6832a2b5f","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"109286","key":"topicId"}]}},"response":[{"id":"b9a5c28b-8469-4155-8ca8-873fdeb66f69","name":"Topic metadata and paginated entries","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/topic/:topicId","host":["https://api.eksisozluk.com"],"path":["v2","topic",":topicId"],"query":[{"key":"p","value":"1","disabled":true}],"variable":[{"key":"topicId","value":"109286","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": {\n    \"Id\": 1,\n    \"Title\": \"example topic\",\n    \"Entries\": [\n      {\n        \"Id\": 1,\n        \"Content\": \"Example entry content.\",\n        \"Author\": {\n          \"Nick\": \"example-user\",\n          \"Id\": 42\n        },\n        \"Created\": \"2026-08-07T12:00:00Z\",\n        \"LastUpdated\": null,\n        \"IsFavorite\": false,\n        \"FavoriteCount\": 0,\n        \"LikeCount\": 0,\n        \"CommentCount\": 0,\n        \"AvatarUrl\": \"https://example.com/avatar.png\"\n      },\n      {\n        \"Id\": 1,\n        \"Content\": \"Example entry content.\",\n        \"Author\": {\n          \"Nick\": \"example-user\",\n          \"Id\": 42\n        },\n        \"Created\": \"2026-08-07T12:00:00Z\",\n        \"LastUpdated\": null,\n        \"IsFavorite\": false,\n        \"FavoriteCount\": 0,\n        \"LikeCount\": 0,\n        \"CommentCount\": 0,\n        \"AvatarUrl\": \"https://example.com/avatar.png\"\n      }\n    ],\n    \"PageCount\": 1,\n    \"PageSize\": 10,\n    \"PageIndex\": 1\n  },\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"4c9e3027-caa7-48a2-b544-3f5172aa195c","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/topic/:topicId","host":["https://api.eksisozluk.com"],"path":["v2","topic",":topicId"],"query":[{"key":"p","value":"1","disabled":true}],"variable":[{"key":"topicId","value":"109286","description":"(Required) "}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"f1bb4851-fe2a-4e57-a5be-4ab30b2c42d7","name":"The requested topic, entry, user or account object was not found.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/topic/:topicId","host":["https://api.eksisozluk.com"],"path":["v2","topic",":topicId"],"query":[{"key":"p","value":"1","disabled":true}],"variable":[{"key":"topicId","value":"109286","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"The requested resource was not found.\",\n  \"Data\": null,\n  \"StatusCode\": 404\n}"},{"id":"b968c1ea-293f-48e9-9c92-d22801059db2","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/topic/:topicId","host":["https://api.eksisozluk.com"],"path":["v2","topic",":topicId"],"query":[{"key":"p","value":"1","disabled":true}],"variable":[{"key":"topicId","value":"109286","description":"(Required) "}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"6a0a5848-dd7b-46ab-a746-8320ee8a0090"},{"name":"Read a filtered topic page","id":"6abf383f-de13-475c-b849-8c194703f884","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/topic/:topicId/:actionName","description":"<p>Returns popular or today's entries for a topic.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","topic",":topicId",":actionName"],"host":["https://api.eksisozluk.com"],"query":[{"disabled":true,"key":"p","value":"1"}],"variable":[{"id":"b126b79c-a380-4bfe-89d9-a6ea411a4232","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"6532","key":"topicId"},{"id":"9ac778d2-05ba-4cf6-86b9-481015e37ff5","description":{"content":"<p>(Required)  (This can only be one of popular,today)</p>\n","type":"text/plain"},"type":"any","value":"today","key":"actionName"}]}},"response":[{"id":"322d8658-1efd-4e80-afc8-eafb2f21d37e","name":"Filtered topic entries","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/topic/:topicId/:actionName","host":["https://api.eksisozluk.com"],"path":["v2","topic",":topicId",":actionName"],"query":[{"key":"p","value":"1","disabled":true}],"variable":[{"key":"topicId","value":"6532","description":"(Required) "},{"key":"actionName","value":"today","description":"(Required)  (This can only be one of popular,today)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": {\n    \"Id\": 1,\n    \"Title\": \"example topic\",\n    \"Entries\": [\n      {\n        \"Id\": 1,\n        \"Content\": \"Example entry content.\",\n        \"Author\": {\n          \"Nick\": \"example-user\",\n          \"Id\": 42\n        },\n        \"Created\": \"2026-08-07T12:00:00Z\",\n        \"LastUpdated\": null,\n        \"IsFavorite\": false,\n        \"FavoriteCount\": 0,\n        \"LikeCount\": 0,\n        \"CommentCount\": 0,\n        \"AvatarUrl\": \"https://example.com/avatar.png\"\n      },\n      {\n        \"Id\": 1,\n        \"Content\": \"Example entry content.\",\n        \"Author\": {\n          \"Nick\": \"example-user\",\n          \"Id\": 42\n        },\n        \"Created\": \"2026-08-07T12:00:00Z\",\n        \"LastUpdated\": null,\n        \"IsFavorite\": false,\n        \"FavoriteCount\": 0,\n        \"LikeCount\": 0,\n        \"CommentCount\": 0,\n        \"AvatarUrl\": \"https://example.com/avatar.png\"\n      }\n    ],\n    \"PageCount\": 1,\n    \"PageSize\": 10,\n    \"PageIndex\": 1\n  },\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"e0edb6c0-98fa-4270-9b29-f044e1c42f57","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/topic/:topicId/:actionName","host":["https://api.eksisozluk.com"],"path":["v2","topic",":topicId",":actionName"],"query":[{"key":"p","value":"1","disabled":true}],"variable":[{"key":"topicId","value":"6532","description":"(Required) "},{"key":"actionName","value":"today","description":"(Required)  (This can only be one of popular,today)"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"e72da46f-e869-40af-9f11-f15d10f79add","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/topic/:topicId/:actionName","host":["https://api.eksisozluk.com"],"path":["v2","topic",":topicId",":actionName"],"query":[{"key":"p","value":"1","disabled":true}],"variable":[{"key":"topicId","value":"6532","description":"(Required) "},{"key":"actionName","value":"today","description":"(Required)  (This can only be one of popular,today)"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"6abf383f-de13-475c-b849-8c194703f884"},{"name":"Autocomplete topics and queries","id":"f11fa9f7-2e59-449d-a1ef-c2af15d110bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) </p>\n","key":"Term","value":"string"}]},"url":"https://api.eksisozluk.com/v2/autocomplete/query","description":"<p>Returns title, query and nick suggestions for a partial term.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","autocomplete","query"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"a032e8a0-581e-4041-80d4-3d19d41841e7","name":"Autocomplete suggestions","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Term","value":"string"}]},"url":"https://api.eksisozluk.com/v2/autocomplete/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"f2b41e81-2e65-48f5-b89c-22c832a67b6d","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Term","value":"string"}]},"url":"https://api.eksisozluk.com/v2/autocomplete/query"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"f1f5f840-863a-4516-acf1-d074fad7dc33","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Term","value":"string"}]},"url":"https://api.eksisozluk.com/v2/autocomplete/query"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"f11fa9f7-2e59-449d-a1ef-c2af15d110bf"},{"name":"Count of unread topics for authenticated user","id":"d084c506-cd20-4be6-99d4-5fcd4c9cefd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/topic/unreadtopiccount","description":"<p>Count of unread topics for authenticated user. A logged-in account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","topic","unreadtopiccount"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"c5c8e8cf-be21-4c01-9fc2-b802d07a9741","name":"Unread topic count","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/topic/unreadtopiccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"c3c9e4af-b93e-41f1-a4f3-1ee07a37e3b2","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/topic/unreadtopiccount"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"d20afcd4-ea5d-4e3b-97c1-747bc57c06ab","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/topic/unreadtopiccount"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"365cebaf-489f-471e-b985-5d7616793e95","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/topic/unreadtopiccount"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"d084c506-cd20-4be6-99d4-5fcd4c9cefd6"},{"name":"Follow a topic","id":"3968bacd-4254-4193-8ce3-9f67e5ad84d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) </p>\n","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/topic/follow","description":"<p>Follow a topic. A logged-in account bearer token and the Client-Secret header are required. This operation changes account state and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","topic","follow"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"6d9544bc-50bf-472d-9cd2-d76e5601faaa","name":"Action result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/topic/follow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"f6d6c026-88bd-4795-910d-a6b1ee273494","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/topic/follow"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"2a50bb3d-39cd-4b6f-b40e-454254c129e7","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/topic/follow"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"7dd56628-9b6b-4b9b-961b-4a5f8817465a","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/topic/follow"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"75a732c1-f651-4256-9818-9b5fad7979e3","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/topic/follow"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"3968bacd-4254-4193-8ce3-9f67e5ad84d9"},{"name":"Unfollow a topic","id":"75c28710-7d1d-4929-95e2-f2e0f2c49d6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) </p>\n","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/topic/unfollow","description":"<p>Unfollow a topic. A logged-in account bearer token and the Client-Secret header are required. This operation changes account state and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","topic","unfollow"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"164ac315-180c-4891-9e4f-c543dc0b81e9","name":"Action result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/topic/unfollow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"ac63ed5e-da2d-4370-99c2-713bc72e418c","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/topic/unfollow"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"6236680a-d7c0-418c-ab20-9b0f95cb6ba1","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/topic/unfollow"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"43e2deeb-2cc1-430d-a86f-df3f2c5bc83f","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/topic/unfollow"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"664703c5-ce59-4360-9c86-86ac32900eef","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/topic/unfollow"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"75c28710-7d1d-4929-95e2-f2e0f2c49d6f"},{"name":"Get topic creator information","id":"a2ba75b2-2ff0-4c56-9ed8-d7b5ba608561","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/topic/gettopiccreatorinfo?topicId=1","description":"<p>Get topic creator information. An anonymous or account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","topic","gettopiccreatorinfo"],"host":["https://api.eksisozluk.com"],"query":[{"description":{"content":"<p>(Required) Positive topic identifier.</p>\n","type":"text/plain"},"key":"topicId","value":"1"}],"variable":[]}},"response":[{"id":"a871e42d-9a2d-49f0-a546-37ed7676a0bb","name":"Creator information","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/topic/gettopiccreatorinfo?topicId=1","host":["https://api.eksisozluk.com"],"path":["v2","topic","gettopiccreatorinfo"],"query":[{"description":"(Required) Positive topic identifier.","key":"topicId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"c39512e2-3f33-492e-a6be-89a1739d8e0c","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/topic/gettopiccreatorinfo?topicId=1","host":["https://api.eksisozluk.com"],"path":["v2","topic","gettopiccreatorinfo"],"query":[{"description":"(Required) Positive topic identifier.","key":"topicId","value":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"5b16e06b-e6ee-4e18-9c33-788a06078be6","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/topic/gettopiccreatorinfo?topicId=1","host":["https://api.eksisozluk.com"],"path":["v2","topic","gettopiccreatorinfo"],"query":[{"description":"(Required) Positive topic identifier.","key":"topicId","value":"1"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"a2ba75b2-2ff0-4c56-9ed8-d7b5ba608561"}],"id":"d0aecbe1-54e6-4db0-8eee-e39595d239b9","description":"<p>Topic search, autocomplete, metadata and follow state.</p>\n","_postman_id":"d0aecbe1-54e6-4db0-8eee-e39595d239b9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}}},{"name":"Entries","item":[{"name":"Single entry by ID","id":"d22b9f94-af19-4748-a434-359e954dec08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/entry/:id","description":"<p>Single entry by ID. An anonymous or account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","entry",":id"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[{"id":"9b8704bb-d1e5-445d-85a9-148cb99c5212","description":{"content":"<p>(Required) Positive entry or account object identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"id"}]}},"response":[{"id":"12ab2e75-26b4-405d-8f86-a5374e034470","name":"Entry data","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/entry/:id","host":["https://api.eksisozluk.com"],"path":["v2","entry",":id"],"variable":[{"key":"id","value":"1","description":"(Required) Positive entry or account object identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Message\": null,\n  \"Data\": {\n    \"Id\": 1,\n    \"Title\": \"pena\",\n    \"Entries\": [\n      {\n        \"Id\": 1,\n        \"Content\": \"Example entry content.\",\n        \"Author\": {\n          \"Nick\": \"example-user\",\n          \"Id\": 42\n        },\n        \"Created\": \"2004-02-15T00:00:00Z\",\n        \"IsFavorite\": false,\n        \"FavoriteCount\": 0,\n        \"LikeCount\": 0,\n        \"CommentCount\": 0\n      }\n    ],\n    \"PageCount\": 1,\n    \"PageSize\": 10,\n    \"PageIndex\": 1\n  }\n}"},{"id":"f24d5310-53e3-44ae-a399-b2ebf372d757","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/entry/:id","host":["https://api.eksisozluk.com"],"path":["v2","entry",":id"],"variable":[{"key":"id","value":"1","description":"(Required) Positive entry or account object identifier."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"459bd37c-7dd5-4080-9680-6e721bccb21c","name":"The requested topic, entry, user or account object was not found.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/entry/:id","host":["https://api.eksisozluk.com"],"path":["v2","entry",":id"],"variable":[{"key":"id","value":"1","description":"(Required) Positive entry or account object identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"The requested resource was not found.\",\n  \"Data\": null,\n  \"StatusCode\": 404\n}"},{"id":"0aed928d-fdb8-4ee4-a80e-55a0690a939e","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/entry/:id","host":["https://api.eksisozluk.com"],"path":["v2","entry",":id"],"variable":[{"key":"id","value":"1","description":"(Required) Positive entry or account object identifier."}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"d22b9f94-af19-4748-a434-359e954dec08"},{"name":"Agenda entries","id":"f2be61d2-a05d-4653-890a-8c87d9be6990","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/index/olay/","description":"<p>Agenda entries. A logged-in account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","index","olay",""],"host":["https://api.eksisozluk.com"],"query":[{"disabled":true,"description":{"content":"<p>Page number starting at 1.</p>\n","type":"text/plain"},"key":"p","value":"1"}],"variable":[]}},"response":[{"id":"6c5392ff-cfed-4a47-b767-254ba1d96db7","name":"Agenda entries","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/index/olay/","host":["https://api.eksisozluk.com"],"path":["v2","index","olay",""],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"debb7e1d-c8b2-4251-a1cd-1406774af023","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/index/olay/","host":["https://api.eksisozluk.com"],"path":["v2","index","olay",""],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"70a511ad-8fab-4087-b0e8-01062741a29d","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/index/olay/","host":["https://api.eksisozluk.com"],"path":["v2","index","olay",""],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"f2be61d2-a05d-4653-890a-8c87d9be6990"},{"name":"Search entries inside a topic","id":"f5d4416a-3932-4272-b29c-c169de582021","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"TopicId\": 1,\n  \"Keywords\": \"python\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/topic/search","description":"<p>Searches entry bodies within one numeric topic id.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","topic","search"],"host":["https://api.eksisozluk.com"],"query":[{"disabled":true,"key":"p","value":"1"}],"variable":[]}},"response":[{"id":"eddcd233-11bc-4dc6-83a2-71e98782a13d","name":"Matching entries and topic metadata","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"TopicId\": 1,\n  \"Keywords\": \"python\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.eksisozluk.com/v2/topic/search","host":["https://api.eksisozluk.com"],"path":["v2","topic","search"],"query":[{"key":"p","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": {\n    \"Id\": 1,\n    \"Title\": \"example topic\",\n    \"Entries\": [\n      {\n        \"Id\": 1,\n        \"Content\": \"Example entry content.\",\n        \"Author\": {\n          \"Nick\": \"example-user\",\n          \"Id\": 42\n        },\n        \"Created\": \"2026-08-07T12:00:00Z\",\n        \"LastUpdated\": null,\n        \"IsFavorite\": false,\n        \"FavoriteCount\": 0,\n        \"LikeCount\": 0,\n        \"CommentCount\": 0,\n        \"AvatarUrl\": \"https://example.com/avatar.png\"\n      },\n      {\n        \"Id\": 1,\n        \"Content\": \"Example entry content.\",\n        \"Author\": {\n          \"Nick\": \"example-user\",\n          \"Id\": 42\n        },\n        \"Created\": \"2026-08-07T12:00:00Z\",\n        \"LastUpdated\": null,\n        \"IsFavorite\": false,\n        \"FavoriteCount\": 0,\n        \"LikeCount\": 0,\n        \"CommentCount\": 0,\n        \"AvatarUrl\": \"https://example.com/avatar.png\"\n      }\n    ],\n    \"PageCount\": 1,\n    \"PageSize\": 10,\n    \"PageIndex\": 1\n  },\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"dd20b562-52b6-4ce5-929a-bbad5713d68a","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"TopicId\": 1,\n  \"Keywords\": \"python\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.eksisozluk.com/v2/topic/search","host":["https://api.eksisozluk.com"],"path":["v2","topic","search"],"query":[{"key":"p","value":"1","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"e30762d3-65cd-4154-84fd-e35f432ed611","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"TopicId\": 1,\n  \"Keywords\": \"python\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.eksisozluk.com/v2/topic/search","host":["https://api.eksisozluk.com"],"path":["v2","topic","search"],"query":[{"key":"p","value":"1","disabled":true}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"f5d4416a-3932-4272-b29c-c169de582021"},{"name":"Advanced search inside a topic","id":"fde6abce-b489-403a-be7f-64e8482ddbc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"TopicId\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/topic/search/advanced","description":"<p>Runs the Android app's advanced entry filters within one topic.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","topic","search","advanced"],"host":["https://api.eksisozluk.com"],"query":[{"disabled":true,"key":"p","value":"1"}],"variable":[]}},"response":[{"id":"73109b1d-9fcc-42c5-ac38-85d1f7869b89","name":"Matching entries and topic metadata","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"TopicId\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.eksisozluk.com/v2/topic/search/advanced","host":["https://api.eksisozluk.com"],"path":["v2","topic","search","advanced"],"query":[{"key":"p","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": {\n    \"Id\": 1,\n    \"Title\": \"example topic\",\n    \"Entries\": [\n      {\n        \"Id\": 1,\n        \"Content\": \"Example entry content.\",\n        \"Author\": {\n          \"Nick\": \"example-user\",\n          \"Id\": 42\n        },\n        \"Created\": \"2026-08-07T12:00:00Z\",\n        \"LastUpdated\": null,\n        \"IsFavorite\": false,\n        \"FavoriteCount\": 0,\n        \"LikeCount\": 0,\n        \"CommentCount\": 0,\n        \"AvatarUrl\": \"https://example.com/avatar.png\"\n      },\n      {\n        \"Id\": 1,\n        \"Content\": \"Example entry content.\",\n        \"Author\": {\n          \"Nick\": \"example-user\",\n          \"Id\": 42\n        },\n        \"Created\": \"2026-08-07T12:00:00Z\",\n        \"LastUpdated\": null,\n        \"IsFavorite\": false,\n        \"FavoriteCount\": 0,\n        \"LikeCount\": 0,\n        \"CommentCount\": 0,\n        \"AvatarUrl\": \"https://example.com/avatar.png\"\n      }\n    ],\n    \"PageCount\": 1,\n    \"PageSize\": 10,\n    \"PageIndex\": 1\n  },\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"367b7d7a-742d-45e2-9249-e556b3880c1e","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"TopicId\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.eksisozluk.com/v2/topic/search/advanced","host":["https://api.eksisozluk.com"],"path":["v2","topic","search","advanced"],"query":[{"key":"p","value":"1","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"108dc03f-ade9-45ab-9ace-1b7b2a78a483","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"TopicId\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.eksisozluk.com/v2/topic/search/advanced","host":["https://api.eksisozluk.com"],"path":["v2","topic","search","advanced"],"query":[{"key":"p","value":"1","disabled":true}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"fde6abce-b489-403a-be7f-64e8482ddbc2"},{"name":"Publish a new entry","id":"be436dc7-96d4-4781-bed0-58581af99dd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) </p>\n","key":"Title","value":"example topic"},{"description":"<p>(Required) </p>\n","key":"Content","value":"Example entry content."}]},"url":"https://api.eksisozluk.com/v2/entry/add","description":"<p>Publish a new entry. A logged-in account bearer token and the Client-Secret header are required. This operation changes account state and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","entry","add"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"464dadce-46e3-463e-a379-4eea8891c873","name":"Write result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Title","value":"example topic"},{"description":"(Required) ","key":"Content","value":"Example entry content."}]},"url":"https://api.eksisozluk.com/v2/entry/add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"1724040e-ff8c-4b62-89e2-de54762cb7ad","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Title","value":"example topic"},{"description":"(Required) ","key":"Content","value":"Example entry content."}]},"url":"https://api.eksisozluk.com/v2/entry/add"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"b91e425c-b6ee-47c8-a5f6-478d23cfa5c2","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Title","value":"example topic"},{"description":"(Required) ","key":"Content","value":"Example entry content."}]},"url":"https://api.eksisozluk.com/v2/entry/add"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"8020c4ec-2191-473f-b586-6fb33aca3169","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Title","value":"example topic"},{"description":"(Required) ","key":"Content","value":"Example entry content."}]},"url":"https://api.eksisozluk.com/v2/entry/add"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"f97f69ea-a7e1-44a7-8da7-d0cabe404951","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Title","value":"example topic"},{"description":"(Required) ","key":"Content","value":"Example entry content."}]},"url":"https://api.eksisozluk.com/v2/entry/add"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"be436dc7-96d4-4781-bed0-58581af99dd1"},{"name":"Edit an entry","id":"f72401e5-b6f9-4140-a105-12d7f516c9a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"Content","value":"Example entry content.","disabled":true},{"key":"Id","value":"1","disabled":true},{"key":"Title","value":"example topic","disabled":true}]},"url":"https://api.eksisozluk.com/v2/entry/edit","description":"<p>Edit an entry. A logged-in account bearer token and the Client-Secret header are required. This operation is destructive and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","entry","edit"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"a1e55550-1e94-4910-a7da-0a5da6649c54","name":"Write result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"Content","value":"Example entry content.","disabled":true},{"key":"Id","value":"1","disabled":true},{"key":"Title","value":"example topic","disabled":true}]},"url":"https://api.eksisozluk.com/v2/entry/edit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"b8f9e61f-dcdf-4ad1-9fae-740a9d20b39f","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"Content","value":"Example entry content.","disabled":true},{"key":"Id","value":"1","disabled":true},{"key":"Title","value":"example topic","disabled":true}]},"url":"https://api.eksisozluk.com/v2/entry/edit"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"1c403ac6-0b6b-4d20-a1af-4b48508d48c2","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"Content","value":"Example entry content.","disabled":true},{"key":"Id","value":"1","disabled":true},{"key":"Title","value":"example topic","disabled":true}]},"url":"https://api.eksisozluk.com/v2/entry/edit"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"f46bb7f3-a6dd-4ed6-bb65-c794b2cfed3e","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"Content","value":"Example entry content.","disabled":true},{"key":"Id","value":"1","disabled":true},{"key":"Title","value":"example topic","disabled":true}]},"url":"https://api.eksisozluk.com/v2/entry/edit"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"221bbdf7-8aaa-406a-9e7e-feb65d9dfc78","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"Content","value":"Example entry content.","disabled":true},{"key":"Id","value":"1","disabled":true},{"key":"Title","value":"example topic","disabled":true}]},"url":"https://api.eksisozluk.com/v2/entry/edit"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"f72401e5-b6f9-4140-a105-12d7f516c9a6"},{"name":"Get the authenticated author's editable entry content","id":"a1940f1a-317b-4886-afc3-b778ddf8d788","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/entry/edit/:entryId","description":"<p>Get the authenticated author's editable entry content. A logged-in account bearer token and the Client-Secret header are required. The response contains private account data.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","entry","edit",":entryId"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[{"id":"52ce6619-d3b3-4864-82be-4a1c692b1c76","description":{"content":"<p>(Required) Positive entry identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"entryId"}]}},"response":[{"id":"43e371b0-ac7f-4a9e-8c47-255f1f3956c2","name":"Editable entry","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/entry/edit/:entryId","host":["https://api.eksisozluk.com"],"path":["v2","entry","edit",":entryId"],"variable":[{"key":"entryId","value":"1","description":"(Required) Positive entry identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"11915bec-d326-4c35-a810-10cfbab0cd27","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/entry/edit/:entryId","host":["https://api.eksisozluk.com"],"path":["v2","entry","edit",":entryId"],"variable":[{"key":"entryId","value":"1","description":"(Required) Positive entry identifier."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"e58f1b71-52a3-4392-becc-c4ad4197620a","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/entry/edit/:entryId","host":["https://api.eksisozluk.com"],"path":["v2","entry","edit",":entryId"],"variable":[{"key":"entryId","value":"1","description":"(Required) Positive entry identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"8767e33d-fc44-4d9e-8e06-510e09b10395","name":"The requested topic, entry, user or account object was not found.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/entry/edit/:entryId","host":["https://api.eksisozluk.com"],"path":["v2","entry","edit",":entryId"],"variable":[{"key":"entryId","value":"1","description":"(Required) Positive entry identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"The requested resource was not found.\",\n  \"Data\": null,\n  \"StatusCode\": 404\n}"},{"id":"2792d276-fb9c-4c1b-88ff-51f60b8d2c2c","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/entry/edit/:entryId","host":["https://api.eksisozluk.com"],"path":["v2","entry","edit",":entryId"],"variable":[{"key":"entryId","value":"1","description":"(Required) Positive entry identifier."}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"a1940f1a-317b-4886-afc3-b778ddf8d788"},{"name":"Delete an entry","id":"dd846fa5-1fbe-4e2c-a4cb-d4b62681abd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) </p>\n","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/entry/delete","description":"<p>Delete an entry. A logged-in account bearer token and the Client-Secret header are required. This operation is destructive and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","entry","delete"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"72ebebc9-3501-429d-bd90-d1115e47ea90","name":"Write result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/entry/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"6624e591-60ea-4e9c-bc07-89a0d1c3f7b7","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/entry/delete"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"13ba106f-552d-4b26-902c-4d28fb411d8b","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/entry/delete"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"338bf8b8-fd70-4329-8488-f6ab25831eea","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/entry/delete"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"c5877408-9f10-45d9-87be-4b49ee272bb2","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/entry/delete"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"dd846fa5-1fbe-4e2c-a4cb-d4b62681abd1"},{"name":"Favorite an entry","id":"14a476ea-b727-4477-9751-1bd10c99588f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) </p>\n","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/entry/favorite","description":"<p>Favorite an entry. A logged-in account bearer token and the Client-Secret header are required. This operation changes account state and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","entry","favorite"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"79e9b677-e740-490b-9140-e7c4cbfaa918","name":"Action result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/entry/favorite"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"ef47d5d8-5289-4470-8736-c408a269d2b4","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/entry/favorite"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"53d0fac0-7d9e-42e1-a595-c3d64605c143","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/entry/favorite"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"f5e32b62-dd63-4552-8584-020c1817f243","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/entry/favorite"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"f023c68c-5abf-453c-bb4e-6d691a8cd554","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/entry/favorite"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"14a476ea-b727-4477-9751-1bd10c99588f"},{"name":"Remove an entry favorite","id":"d37c9506-87d8-4a3f-87cf-3c461724df80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) </p>\n","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/entry/unfavorite","description":"<p>Remove an entry favorite. A logged-in account bearer token and the Client-Secret header are required. This operation changes account state and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","entry","unfavorite"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"f233e98d-ecd5-4a37-9c92-fe55b755612d","name":"Action result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/entry/unfavorite"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"83d26a84-5c86-4f0b-8f56-1079cafda026","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/entry/unfavorite"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"c74a4c70-579a-490f-baa4-e09117de55f7","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/entry/unfavorite"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"ce4e36d4-9f71-4ad0-bc1a-160fc9e08b17","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/entry/unfavorite"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"0ad35586-df3f-4bac-ba90-acae2567f42e","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/entry/unfavorite"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"d37c9506-87d8-4a3f-87cf-3c461724df80"},{"name":"Vote on an entry","id":"987ff77c-2a19-4e1e-8f3c-794ab57aefa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"Id","value":"1","disabled":true},{"key":"Rate","value":"1","disabled":true}]},"url":"https://api.eksisozluk.com/v2/entry/vote","description":"<p>Vote on an entry. A logged-in account bearer token and the Client-Secret header are required. This operation changes account state and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","entry","vote"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"f0984fc1-c7cd-44ee-a51d-2235861a188c","name":"Action result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"Id","value":"1","disabled":true},{"key":"Rate","value":"1","disabled":true}]},"url":"https://api.eksisozluk.com/v2/entry/vote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"12023cf0-67b0-4b6e-867c-43ab53462092","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"Id","value":"1","disabled":true},{"key":"Rate","value":"1","disabled":true}]},"url":"https://api.eksisozluk.com/v2/entry/vote"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"ac5aa24e-c58a-452d-9e36-5b74eb9095f3","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"Id","value":"1","disabled":true},{"key":"Rate","value":"1","disabled":true}]},"url":"https://api.eksisozluk.com/v2/entry/vote"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"8bcf60cf-d65c-48b0-8382-c884208366bd","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"Id","value":"1","disabled":true},{"key":"Rate","value":"1","disabled":true}]},"url":"https://api.eksisozluk.com/v2/entry/vote"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"9ff3eb8f-fa51-40f8-9aca-52f0b2c1aa5f","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"Id","value":"1","disabled":true},{"key":"Rate","value":"1","disabled":true}]},"url":"https://api.eksisozluk.com/v2/entry/vote"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"987ff77c-2a19-4e1e-8f3c-794ab57aefa2"},{"name":"Remove the authenticated user's entry vote","id":"a470ea45-fd3e-4de8-ae1b-d1037fe6df6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) </p>\n","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/entry/vote/remove","description":"<p>Remove the authenticated user's entry vote. A logged-in account bearer token and the Client-Secret header are required. This operation changes account state and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","entry","vote","remove"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"506db88b-7521-49f0-a0b6-1577f7764c30","name":"Action result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/entry/vote/remove"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"f3f32301-7d04-444f-a1f6-5c514f76f9e3","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/entry/vote/remove"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"f1542bd9-870b-4579-93c9-0d04b856b2a8","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/entry/vote/remove"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"2d218043-6408-45c7-92c6-b9227be397fc","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/entry/vote/remove"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"cf03c6c2-731d-4b0e-9238-870a7373ad0c","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/entry/vote/remove"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"a470ea45-fd3e-4de8-ae1b-d1037fe6df6b"},{"name":"List users who liked an entry","id":"4fa86fca-d133-4e4d-83f7-7097475c2d4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/entry/:entryId/likes","description":"<p>List users who liked an entry. An anonymous or account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","entry",":entryId","likes"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[{"id":"6efdcfe2-4745-49dc-a0e2-fde75a097463","description":{"content":"<p>(Required) Positive entry identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"entryId"}]}},"response":[{"id":"87b6affe-332e-4165-b03a-cd19e80415d5","name":"User list","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/entry/:entryId/likes","host":["https://api.eksisozluk.com"],"path":["v2","entry",":entryId","likes"],"variable":[{"key":"entryId","value":"1","description":"(Required) Positive entry identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"9a274e32-db60-4017-8116-555c4d7ba57e","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/entry/:entryId/likes","host":["https://api.eksisozluk.com"],"path":["v2","entry",":entryId","likes"],"variable":[{"key":"entryId","value":"1","description":"(Required) Positive entry identifier."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"a780199d-bbe2-4c13-89d6-67b3355a4fbc","name":"The requested topic, entry, user or account object was not found.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/entry/:entryId/likes","host":["https://api.eksisozluk.com"],"path":["v2","entry",":entryId","likes"],"variable":[{"key":"entryId","value":"1","description":"(Required) Positive entry identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"The requested resource was not found.\",\n  \"Data\": null,\n  \"StatusCode\": 404\n}"},{"id":"563e8256-99dd-426d-b165-f6ef0a1f812f","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/entry/:entryId/likes","host":["https://api.eksisozluk.com"],"path":["v2","entry",":entryId","likes"],"variable":[{"key":"entryId","value":"1","description":"(Required) Positive entry identifier."}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"4fa86fca-d133-4e4d-83f7-7097475c2d4b"},{"name":"List users who favorited an entry","id":"7ff64114-694e-4b5d-8ade-9a0d0c881b0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/entry/:entryId/favorites","description":"<p>List users who favorited an entry. An anonymous or account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","entry",":entryId","favorites"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[{"id":"15300327-38a6-438c-9478-32d312192485","description":{"content":"<p>(Required) Positive entry identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"entryId"}]}},"response":[{"id":"8b2ab50a-00b9-4c24-b649-5287531b85fa","name":"User list","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/entry/:entryId/favorites","host":["https://api.eksisozluk.com"],"path":["v2","entry",":entryId","favorites"],"variable":[{"key":"entryId","value":"1","description":"(Required) Positive entry identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"0acf3b9d-0205-4066-a215-7c5b53672016","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/entry/:entryId/favorites","host":["https://api.eksisozluk.com"],"path":["v2","entry",":entryId","favorites"],"variable":[{"key":"entryId","value":"1","description":"(Required) Positive entry identifier."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"c7189f02-b928-4a63-bd3d-ff3124df6fcf","name":"The requested topic, entry, user or account object was not found.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/entry/:entryId/favorites","host":["https://api.eksisozluk.com"],"path":["v2","entry",":entryId","favorites"],"variable":[{"key":"entryId","value":"1","description":"(Required) Positive entry identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"The requested resource was not found.\",\n  \"Data\": null,\n  \"StatusCode\": 404\n}"},{"id":"8b8253a6-25fc-46b4-be9a-60ef9f79156f","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/entry/:entryId/favorites","host":["https://api.eksisozluk.com"],"path":["v2","entry",":entryId","favorites"],"variable":[{"key":"entryId","value":"1","description":"(Required) Positive entry identifier."}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"7ff64114-694e-4b5d-8ade-9a0d0c881b0a"},{"name":"List çaylak users who liked an entry","id":"40ad4e3d-7cf1-4d95-96b9-02a60ed6a680","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/entry/:entryId/caylaklikes","description":"<p>List çaylak users who liked an entry. An anonymous or account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","entry",":entryId","caylaklikes"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[{"id":"86d4b598-cdc6-4184-843e-e471472c8cde","description":{"content":"<p>(Required) Positive entry identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"entryId"}]}},"response":[{"id":"8b306c05-af41-4592-bc37-aed1041186f2","name":"User list","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/entry/:entryId/caylaklikes","host":["https://api.eksisozluk.com"],"path":["v2","entry",":entryId","caylaklikes"],"variable":[{"key":"entryId","value":"1","description":"(Required) Positive entry identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"b25f438e-a9af-42f4-ab53-9286b8ba712f","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/entry/:entryId/caylaklikes","host":["https://api.eksisozluk.com"],"path":["v2","entry",":entryId","caylaklikes"],"variable":[{"key":"entryId","value":"1","description":"(Required) Positive entry identifier."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"c49dd62f-a823-4bb5-9207-8600c85a8bab","name":"The requested topic, entry, user or account object was not found.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/entry/:entryId/caylaklikes","host":["https://api.eksisozluk.com"],"path":["v2","entry",":entryId","caylaklikes"],"variable":[{"key":"entryId","value":"1","description":"(Required) Positive entry identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"The requested resource was not found.\",\n  \"Data\": null,\n  \"StatusCode\": 404\n}"},{"id":"42bccce5-5460-4055-ba2a-432bad81dd99","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/entry/:entryId/caylaklikes","host":["https://api.eksisozluk.com"],"path":["v2","entry",":entryId","caylaklikes"],"variable":[{"key":"entryId","value":"1","description":"(Required) Positive entry identifier."}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"40ad4e3d-7cf1-4d95-96b9-02a60ed6a680"},{"name":"List çaylak users who favorited an entry","id":"414b38ab-52d3-4574-a68f-d3cc1df2c110","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/entry/:entryId/caylakfavorites","description":"<p>List çaylak users who favorited an entry. An anonymous or account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","entry",":entryId","caylakfavorites"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[{"id":"3715aea1-cf97-473a-94d3-0e2725c7292a","description":{"content":"<p>(Required) Positive entry identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"entryId"}]}},"response":[{"id":"eb224998-cbf8-4456-b3ea-dec8052554a5","name":"User list","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/entry/:entryId/caylakfavorites","host":["https://api.eksisozluk.com"],"path":["v2","entry",":entryId","caylakfavorites"],"variable":[{"key":"entryId","value":"1","description":"(Required) Positive entry identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"b5f5df3b-247d-42dc-a783-155cce94fd89","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/entry/:entryId/caylakfavorites","host":["https://api.eksisozluk.com"],"path":["v2","entry",":entryId","caylakfavorites"],"variable":[{"key":"entryId","value":"1","description":"(Required) Positive entry identifier."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"1580c2a1-00b6-4261-b0e9-2e58af197e31","name":"The requested topic, entry, user or account object was not found.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/entry/:entryId/caylakfavorites","host":["https://api.eksisozluk.com"],"path":["v2","entry",":entryId","caylakfavorites"],"variable":[{"key":"entryId","value":"1","description":"(Required) Positive entry identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"The requested resource was not found.\",\n  \"Data\": null,\n  \"StatusCode\": 404\n}"},{"id":"9fa3e0c6-e9bb-42ce-8f72-356fc38657a1","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/entry/:entryId/caylakfavorites","host":["https://api.eksisozluk.com"],"path":["v2","entry",":entryId","caylakfavorites"],"variable":[{"key":"entryId","value":"1","description":"(Required) Positive entry identifier."}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"414b38ab-52d3-4574-a68f-d3cc1df2c110"},{"name":"Read the personalized homepage entry feed","id":"9ae96baf-507d-4125-af9b-462e6ac3aa85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/homepage/entries","description":"<p>Read the personalized homepage entry feed. A logged-in account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","homepage","entries"],"host":["https://api.eksisozluk.com"],"query":[{"disabled":true,"description":{"content":"<p>Page number starting at 1.</p>\n","type":"text/plain"},"key":"p","value":"1"}],"variable":[]}},"response":[{"id":"5467f58c-d15d-476e-a7fb-2bc4e8aae0b0","name":"Homepage entries","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/homepage/entries","host":["https://api.eksisozluk.com"],"path":["v2","homepage","entries"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"bd8f11a1-6259-49bc-9a32-afb8105fc95a","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/homepage/entries","host":["https://api.eksisozluk.com"],"path":["v2","homepage","entries"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"fa4afeca-1408-481b-b18d-781582d74b54","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/homepage/entries","host":["https://api.eksisozluk.com"],"path":["v2","homepage","entries"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"bf2b41d1-089d-4042-afea-5251f205d382","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/homepage/entries","host":["https://api.eksisozluk.com"],"path":["v2","homepage","entries"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"9ae96baf-507d-4125-af9b-462e6ac3aa85"}],"id":"64c0bbcb-8a6d-4192-a12a-0ecc3bd576dd","description":"<p>Entry reads, searches, publication, editing, reactions and authoring actions.</p>\n","_postman_id":"64c0bbcb-8a6d-4192-a12a-0ecc3bd576dd","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}}},{"name":"Profiles","item":[{"name":"Check if current user has developer status","id":"897f9f93-5313-410a-8379-5e30ae8e8fcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/isdeveloper","description":"<p>Check if current user has developer status. A logged-in account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","user","isdeveloper"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"80db8ecb-35aa-4a3a-a1fd-995b44b0ecb6","name":"Developer status","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/isdeveloper"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"800da285-25ff-4a91-a505-c92da0e5465e","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/isdeveloper"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"3fbab563-a609-4b01-adff-f7e380103d4c","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/isdeveloper"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"425f076f-9355-4ff3-b4f7-a34e73b6718e","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/isdeveloper"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"897f9f93-5313-410a-8379-5e30ae8e8fcc"},{"name":"Public profile for any user","id":"65e48b1d-dd75-4f27-b351-b6528059229a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/:nick","description":"<p>Public profile for any user. An anonymous or account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","user",":nick"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[{"id":"117d62cc-d7cd-4ecb-82f2-f8178078372e","description":{"content":"<p>(Required) Ekşi Sözlük nickname.</p>\n","type":"text/plain"},"type":"any","value":"agmmnn","key":"nick"}]}},"response":[{"id":"c36f58ba-085c-4797-b4fc-f4f3d6c7e9ee","name":"User profile","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/:nick","host":["https://api.eksisozluk.com"],"path":["v2","user",":nick"],"variable":[{"key":"nick","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Message\": null,\n  \"Data\": {\n    \"UserInfo\": {\n      \"UserIdentifier\": {\n        \"Nick\": \"agmmnn\",\n        \"Id\": 42\n      },\n      \"IsCaylak\": false,\n      \"IsBuddy\": false,\n      \"IsBlocked\": false,\n      \"IsFollowed\": false\n    },\n    \"Badges\": [],\n    \"ImageBadges\": [],\n    \"FollowerCount\": 10,\n    \"FollowingsCount\": 5,\n    \"Picture\": null,\n    \"PinnedEntry\": null,\n    \"Biograpyh\": \"\"\n  }\n}"},{"id":"7bed244a-20bd-487c-814d-9ee92eebea2b","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/:nick","host":["https://api.eksisozluk.com"],"path":["v2","user",":nick"],"variable":[{"key":"nick","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"1039ccac-bb64-46fa-932b-b787ef2bc62e","name":"The requested topic, entry, user or account object was not found.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/:nick","host":["https://api.eksisozluk.com"],"path":["v2","user",":nick"],"variable":[{"key":"nick","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"The requested resource was not found.\",\n  \"Data\": null,\n  \"StatusCode\": 404\n}"},{"id":"693b4d53-4b80-4a42-93e2-a9e0242d8404","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/:nick","host":["https://api.eksisozluk.com"],"path":["v2","user",":nick"],"variable":[{"key":"nick","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"65e48b1d-dd75-4f27-b351-b6528059229a"},{"name":"Entries authored by a user","id":"6ef96dea-ebd3-49c8-b856-4191819090a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/:nick/entries","description":"<p>Entries authored by a user. An anonymous or account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","user",":nick","entries"],"host":["https://api.eksisozluk.com"],"query":[{"disabled":true,"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"p","value":"1"}],"variable":[{"id":"577ef7f6-0b70-47a4-ac22-1fa8cfc7bbae","description":{"content":"<p>(Required) Ekşi Sözlük nickname.</p>\n","type":"text/plain"},"type":"any","value":"agmmnn","key":"nick"}]}},"response":[{"id":"44b95efe-1cc8-43c6-a527-82fc43cdd1a8","name":"Paginated entries","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/:nick/entries","host":["https://api.eksisozluk.com"],"path":["v2","user",":nick","entries"],"query":[{"description":"Page number","key":"p","value":"1","disabled":true}],"variable":[{"key":"nick","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"32eeb6b6-95c1-4fd5-af3d-859e0ad332c1","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/:nick/entries","host":["https://api.eksisozluk.com"],"path":["v2","user",":nick","entries"],"query":[{"description":"Page number","key":"p","value":"1","disabled":true}],"variable":[{"key":"nick","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"af7be953-0dd2-4af7-ac76-df1e479d0744","name":"The requested topic, entry, user or account object was not found.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/:nick/entries","host":["https://api.eksisozluk.com"],"path":["v2","user",":nick","entries"],"query":[{"description":"Page number","key":"p","value":"1","disabled":true}],"variable":[{"key":"nick","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"The requested resource was not found.\",\n  \"Data\": null,\n  \"StatusCode\": 404\n}"},{"id":"71f864b1-9adc-454e-90e4-310b6ee18233","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/:nick/entries","host":["https://api.eksisozluk.com"],"path":["v2","user",":nick","entries"],"query":[{"description":"Page number","key":"p","value":"1","disabled":true}],"variable":[{"key":"nick","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"6ef96dea-ebd3-49c8-b856-4191819090a0"},{"name":"Entries favorited by a user","id":"e989bd68-8601-4fdf-ac9d-28d16e366c7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/:nick/favorites","description":"<p>Entries favorited by a user. An anonymous or account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","user",":nick","favorites"],"host":["https://api.eksisozluk.com"],"query":[{"disabled":true,"description":{"content":"<p>Page number starting at 1.</p>\n","type":"text/plain"},"key":"p","value":"1"}],"variable":[{"id":"6da8abae-8a49-4bc1-a5a8-68838ea6323a","description":{"content":"<p>(Required) Ekşi Sözlük nickname.</p>\n","type":"text/plain"},"type":"any","value":"agmmnn","key":"nick"}]}},"response":[{"id":"a35e7dbc-02d2-4b55-bc2e-9e338be76f7a","name":"Paginated favorites","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/:nick/favorites","host":["https://api.eksisozluk.com"],"path":["v2","user",":nick","favorites"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}],"variable":[{"key":"nick","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"67118c86-3395-4a8b-8a3c-118c4e069280","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/:nick/favorites","host":["https://api.eksisozluk.com"],"path":["v2","user",":nick","favorites"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}],"variable":[{"key":"nick","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"ae68b6a0-566f-4f09-b259-1129d1e8ed36","name":"The requested topic, entry, user or account object was not found.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/:nick/favorites","host":["https://api.eksisozluk.com"],"path":["v2","user",":nick","favorites"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}],"variable":[{"key":"nick","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"The requested resource was not found.\",\n  \"Data\": null,\n  \"StatusCode\": 404\n}"},{"id":"a17f13ee-84e0-4c1a-b840-a00a6ddce707","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/:nick/favorites","host":["https://api.eksisozluk.com"],"path":["v2","user",":nick","favorites"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}],"variable":[{"key":"nick","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"e989bd68-8601-4fdf-ac9d-28d16e366c7d"},{"name":"Autocomplete nicknames","id":"a0889a21-f665-4ea4-b728-dc793bf58666","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) </p>\n","key":"Term","value":"string"}]},"url":"https://api.eksisozluk.com/v2/autocomplete/nick","description":"<p>Returns nickname suggestions for a partial term.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","autocomplete","nick"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"483c547e-6346-4b1e-bf74-d97cdb5e2bd6","name":"Nickname suggestions","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Term","value":"string"}]},"url":"https://api.eksisozluk.com/v2/autocomplete/nick"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"5c3180b9-da3b-4b8e-b1f2-280583e42719","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Term","value":"string"}]},"url":"https://api.eksisozluk.com/v2/autocomplete/nick"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"db06042a-b823-4b9b-8718-e68e3eaae9b3","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Term","value":"string"}]},"url":"https://api.eksisozluk.com/v2/autocomplete/nick"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"a0889a21-f665-4ea4-b728-dc793bf58666"},{"name":"List accounts followed by a user","id":"3fd67b00-8b66-4154-a8a6-a8a197ae6b14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/:nick/following","description":"<p>List accounts followed by a user. An anonymous or account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","user",":nick","following"],"host":["https://api.eksisozluk.com"],"query":[{"disabled":true,"description":{"content":"<p>Page number starting at 1.</p>\n","type":"text/plain"},"key":"p","value":"1"}],"variable":[{"id":"d47a38a2-f6db-407b-acf0-9e332eee0d7f","description":{"content":"<p>(Required) Ekşi Sözlük nickname.</p>\n","type":"text/plain"},"type":"any","value":"agmmnn","key":"nick"}]}},"response":[{"id":"1aa2dd4f-8d19-4da7-a687-fb4d82f1d8eb","name":"Following list","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/:nick/following","host":["https://api.eksisozluk.com"],"path":["v2","user",":nick","following"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}],"variable":[{"key":"nick","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"92382dd9-b60b-472a-84e7-76581d3d9125","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/:nick/following","host":["https://api.eksisozluk.com"],"path":["v2","user",":nick","following"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}],"variable":[{"key":"nick","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"b7f8c1cb-c317-4ed7-bc7f-5f052331ce84","name":"The requested topic, entry, user or account object was not found.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/:nick/following","host":["https://api.eksisozluk.com"],"path":["v2","user",":nick","following"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}],"variable":[{"key":"nick","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"The requested resource was not found.\",\n  \"Data\": null,\n  \"StatusCode\": 404\n}"},{"id":"06b04c35-575f-4307-bd20-4bc8b49e0b2a","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/:nick/following","host":["https://api.eksisozluk.com"],"path":["v2","user",":nick","following"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}],"variable":[{"key":"nick","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"3fd67b00-8b66-4154-a8a6-a8a197ae6b14"},{"name":"List a user's followers","id":"85f93839-878c-453a-948a-ccd6706ecb28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/:nick/followers","description":"<p>List a user's followers. An anonymous or account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","user",":nick","followers"],"host":["https://api.eksisozluk.com"],"query":[{"disabled":true,"description":{"content":"<p>Page number starting at 1.</p>\n","type":"text/plain"},"key":"p","value":"1"}],"variable":[{"id":"8c4dbbea-a38c-44cf-b8ab-a45ccae9c5ff","description":{"content":"<p>(Required) Ekşi Sözlük nickname.</p>\n","type":"text/plain"},"type":"any","value":"agmmnn","key":"nick"}]}},"response":[{"id":"ecd3e365-5843-4f21-963c-f875b2efe7c9","name":"Follower list","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/:nick/followers","host":["https://api.eksisozluk.com"],"path":["v2","user",":nick","followers"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}],"variable":[{"key":"nick","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"b1c1f3e6-ec64-4fdb-b816-a6c86a63e2d1","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/:nick/followers","host":["https://api.eksisozluk.com"],"path":["v2","user",":nick","followers"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}],"variable":[{"key":"nick","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"44267862-af7f-4fa9-85a7-7496fe663f8a","name":"The requested topic, entry, user or account object was not found.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/:nick/followers","host":["https://api.eksisozluk.com"],"path":["v2","user",":nick","followers"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}],"variable":[{"key":"nick","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"The requested resource was not found.\",\n  \"Data\": null,\n  \"StatusCode\": 404\n}"},{"id":"a1d137c6-b371-4018-8d77-6310a172b7f2","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/:nick/followers","host":["https://api.eksisozluk.com"],"path":["v2","user",":nick","followers"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}],"variable":[{"key":"nick","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"85f93839-878c-453a-948a-ccd6706ecb28"},{"name":"List a user's badges","id":"ed7fa0c9-31e8-4c88-9c48-61383c0f974a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/:nick/badges","description":"<p>List a user's badges. An anonymous or account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","user",":nick","badges"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[{"id":"de3fa763-b87e-45be-9ca2-8baa6acf5806","description":{"content":"<p>(Required) Ekşi Sözlük nickname.</p>\n","type":"text/plain"},"type":"any","value":"agmmnn","key":"nick"}]}},"response":[{"id":"70474685-4652-4941-bc2d-6dedeba525eb","name":"Badge list","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/:nick/badges","host":["https://api.eksisozluk.com"],"path":["v2","user",":nick","badges"],"variable":[{"key":"nick","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"dcce3f51-91a2-47eb-8022-2420d8463b21","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/:nick/badges","host":["https://api.eksisozluk.com"],"path":["v2","user",":nick","badges"],"variable":[{"key":"nick","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"8df01f85-d2b9-484f-82cd-1acbe1c7abae","name":"The requested topic, entry, user or account object was not found.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/:nick/badges","host":["https://api.eksisozluk.com"],"path":["v2","user",":nick","badges"],"variable":[{"key":"nick","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"The requested resource was not found.\",\n  \"Data\": null,\n  \"StatusCode\": 404\n}"},{"id":"b2c802f8-97eb-4b29-ba9d-0cd817ce5399","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/:nick/badges","host":["https://api.eksisozluk.com"],"path":["v2","user",":nick","badges"],"variable":[{"key":"nick","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"ed7fa0c9-31e8-4c88-9c48-61383c0f974a"},{"name":"List images posted by a user","id":"79d77ca3-97bf-4e45-87b3-bc6cdb282e61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/:nick//images","description":"<p>The double slash matches the Android 2.4.10 Retrofit contract. An anonymous or account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","user",":nick","","images"],"host":["https://api.eksisozluk.com"],"query":[{"disabled":true,"description":{"content":"<p>Page number starting at 1.</p>\n","type":"text/plain"},"key":"p","value":"1"}],"variable":[{"id":"f74e5ebd-6807-494f-838b-560d480bf556","description":{"content":"<p>(Required) Ekşi Sözlük nickname.</p>\n","type":"text/plain"},"type":"any","value":"agmmnn","key":"nick"}]}},"response":[{"id":"df87e009-e34a-48e3-bd87-c97c1652f184","name":"Image list","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/:nick//images","host":["https://api.eksisozluk.com"],"path":["v2","user",":nick","","images"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}],"variable":[{"key":"nick","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"fcc24ab7-8695-4e04-81f4-3f81b09b815e","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/:nick//images","host":["https://api.eksisozluk.com"],"path":["v2","user",":nick","","images"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}],"variable":[{"key":"nick","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"c1dbdfe5-5fc9-44cb-a9c7-e7efc6d67c84","name":"The requested topic, entry, user or account object was not found.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/:nick//images","host":["https://api.eksisozluk.com"],"path":["v2","user",":nick","","images"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}],"variable":[{"key":"nick","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"The requested resource was not found.\",\n  \"Data\": null,\n  \"StatusCode\": 404\n}"},{"id":"b63593c7-1653-40bd-a685-88be1d2fce48","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/:nick//images","host":["https://api.eksisozluk.com"],"path":["v2","user",":nick","","images"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}],"variable":[{"key":"nick","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"79d77ca3-97bf-4e45-87b3-bc6cdb282e61"},{"name":"Set the profile biography","id":"6ec99bfc-056d-4dd4-a9ad-372edb574fad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) </p>\n","key":"BiographyText","value":"string"}]},"url":"https://api.eksisozluk.com/v2/user/set-profile-biography","description":"<p>Set the profile biography. A logged-in account bearer token and the Client-Secret header are required. This operation changes account state and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","user","set-profile-biography"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"86451d00-e9f1-4172-b8d3-6cb921ad102b","name":"Write result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"BiographyText","value":"string"}]},"url":"https://api.eksisozluk.com/v2/user/set-profile-biography"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"e9b76e6b-32a7-4b6b-b5cf-ecde49769b6c","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"BiographyText","value":"string"}]},"url":"https://api.eksisozluk.com/v2/user/set-profile-biography"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"8f0beb98-f811-4de9-9c83-d383fe9fe8e3","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"BiographyText","value":"string"}]},"url":"https://api.eksisozluk.com/v2/user/set-profile-biography"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"d97ecf43-2fce-4e50-a76c-217e1e427cf4","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"BiographyText","value":"string"}]},"url":"https://api.eksisozluk.com/v2/user/set-profile-biography"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"64a0b0e3-c5f7-433b-8387-086bd623c5e5","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"BiographyText","value":"string"}]},"url":"https://api.eksisozluk.com/v2/user/set-profile-biography"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"6ec99bfc-056d-4dd4-a9ad-372edb574fad"},{"name":"Remove the profile biography","id":"b1cf21ec-cede-46a2-af96-5dca6204ece2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/remove-profile-biography","description":"<p>Remove the profile biography. A logged-in account bearer token and the Client-Secret header are required. This operation is destructive and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","user","remove-profile-biography"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"2a531a6e-7528-4654-bb17-159a72372653","name":"Write result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/remove-profile-biography"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"25da9ffb-744e-46a1-889b-db72cba63244","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/remove-profile-biography"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"d2d875a9-8f68-4393-a459-eea2a2955bc6","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/remove-profile-biography"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"88c43df6-2850-467d-b086-6a7e62d7d910","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/remove-profile-biography"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"b1cf21ec-cede-46a2-af96-5dca6204ece2"},{"name":"Pin an entry to the profile","id":"4ee7adaa-aeaa-4f33-9596-880888de6895","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) </p>\n","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/user/add-pinned-entry","description":"<p>Pin an entry to the profile. A logged-in account bearer token and the Client-Secret header are required. This operation changes account state and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","user","add-pinned-entry"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"abc28ee6-5d16-402d-bb04-e8d841e9e78d","name":"Write result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/user/add-pinned-entry"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"0736b5cb-60d7-4ecc-b5da-59a882045881","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/user/add-pinned-entry"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"4eb8e2cb-dc20-410d-84b9-6cdba41fbcc8","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/user/add-pinned-entry"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"b6e68620-05b0-4e33-ac2a-4e8dafa0b304","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/user/add-pinned-entry"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"f0abc6e0-2c33-4441-83aa-5b6dcb58d0da","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/user/add-pinned-entry"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"4ee7adaa-aeaa-4f33-9596-880888de6895"},{"name":"Remove a pinned profile entry","id":"505e4158-0357-4611-b843-20e1541c7eaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) </p>\n","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/user/remove-pinned-entry","description":"<p>Remove a pinned profile entry. A logged-in account bearer token and the Client-Secret header are required. This operation changes account state and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","user","remove-pinned-entry"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"fd7ad5d4-bb47-4d8a-9a02-e42573b36045","name":"Write result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/user/remove-pinned-entry"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"8f59802f-5fbb-4929-a732-727b8b29ba7d","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/user/remove-pinned-entry"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"7ea1d70d-07da-4acf-9d5b-bec7fbc9be21","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/user/remove-pinned-entry"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"8de3da76-4a63-40ab-90b6-c3464d2dec1a","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/user/remove-pinned-entry"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"23aca82d-d443-45f3-8496-57cb7d8077bb","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/user/remove-pinned-entry"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"505e4158-0357-4611-b843-20e1541c7eaa"}],"id":"5b1d39d5-0285-4335-bd2a-300d2e34e61a","description":"<p>Public profiles, authored content, badges, images, biography and pinned entries.</p>\n","_postman_id":"5b1d39d5-0285-4335-bd2a-300d2e34e61a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}}},{"name":"Comments","item":[{"name":"List comments for an entry","id":"8d512eb0-3aa5-4aa2-8391-9143ef7742ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/comment/list/:entryId","description":"<p>List comments for an entry. An anonymous or account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","comment","list",":entryId"],"host":["https://api.eksisozluk.com"],"query":[{"disabled":true,"description":{"content":"<p>Page number starting at 1.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Number of records requested per page.</p>\n","type":"text/plain"},"key":"size","value":"20"}],"variable":[{"id":"b98692f1-5c38-4868-b231-24105d6ea337","description":{"content":"<p>(Required) Positive entry identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"entryId"}]}},"response":[{"id":"f2df58c5-7b01-4b25-a903-68aeb669c0d4","name":"Comments","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/comment/list/:entryId","host":["https://api.eksisozluk.com"],"path":["v2","comment","list",":entryId"],"query":[{"description":"Page number starting at 1.","key":"page","value":"1","disabled":true},{"description":"Number of records requested per page.","key":"size","value":"20","disabled":true}],"variable":[{"key":"entryId","value":"1","description":"(Required) Positive entry identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"c39c8127-8db8-4158-b674-5f22107de068","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/comment/list/:entryId","host":["https://api.eksisozluk.com"],"path":["v2","comment","list",":entryId"],"query":[{"description":"Page number starting at 1.","key":"page","value":"1","disabled":true},{"description":"Number of records requested per page.","key":"size","value":"20","disabled":true}],"variable":[{"key":"entryId","value":"1","description":"(Required) Positive entry identifier."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"bdd89618-baa2-460f-9ae8-c972ee866039","name":"The requested topic, entry, user or account object was not found.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/comment/list/:entryId","host":["https://api.eksisozluk.com"],"path":["v2","comment","list",":entryId"],"query":[{"description":"Page number starting at 1.","key":"page","value":"1","disabled":true},{"description":"Number of records requested per page.","key":"size","value":"20","disabled":true}],"variable":[{"key":"entryId","value":"1","description":"(Required) Positive entry identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"The requested resource was not found.\",\n  \"Data\": null,\n  \"StatusCode\": 404\n}"},{"id":"3492bb30-59d7-41f4-8e13-3198b1e54a3b","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/comment/list/:entryId","host":["https://api.eksisozluk.com"],"path":["v2","comment","list",":entryId"],"query":[{"description":"Page number starting at 1.","key":"page","value":"1","disabled":true},{"description":"Number of records requested per page.","key":"size","value":"20","disabled":true}],"variable":[{"key":"entryId","value":"1","description":"(Required) Positive entry identifier."}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"8d512eb0-3aa5-4aa2-8391-9143ef7742ba"},{"name":"Add a comment to an entry","id":"5ac0f705-4b66-4594-94fa-08d28d47d618","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) </p>\n","key":"Id","value":"1"},{"description":"<p>(Required) </p>\n","key":"Content","value":"string"}]},"url":"https://api.eksisozluk.com/v2/comment/add","description":"<p>Add a comment to an entry. A logged-in account bearer token and the Client-Secret header are required. This operation changes account state and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","comment","add"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"305dcf5f-88e4-4514-84be-5c82bf3ab7fb","name":"Write result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"},{"description":"(Required) ","key":"Content","value":"string"}]},"url":"https://api.eksisozluk.com/v2/comment/add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"c11d643e-0458-4e56-a6e9-e9a7821bd31f","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"},{"description":"(Required) ","key":"Content","value":"string"}]},"url":"https://api.eksisozluk.com/v2/comment/add"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"f50296fd-7cd2-4af9-b9c3-6763e3690f3b","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"},{"description":"(Required) ","key":"Content","value":"string"}]},"url":"https://api.eksisozluk.com/v2/comment/add"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"82f0376e-1b0d-4438-a186-c4d4be7a3f44","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"},{"description":"(Required) ","key":"Content","value":"string"}]},"url":"https://api.eksisozluk.com/v2/comment/add"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"69decfa0-e87f-438e-9881-e97b9ef81f21","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"},{"description":"(Required) ","key":"Content","value":"string"}]},"url":"https://api.eksisozluk.com/v2/comment/add"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"5ac0f705-4b66-4594-94fa-08d28d47d618"},{"name":"Edit a comment","id":"5d314aad-9140-4ca6-ba2a-98a9f18dbf6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) </p>\n","key":"Id","value":"1"},{"description":"<p>(Required) </p>\n","key":"Content","value":"string"}]},"url":"https://api.eksisozluk.com/v2/comment/edit","description":"<p>Edit a comment. A logged-in account bearer token and the Client-Secret header are required. This operation is destructive and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","comment","edit"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"be9275c1-df97-4e8c-a10d-d38173a626ff","name":"Write result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"},{"description":"(Required) ","key":"Content","value":"string"}]},"url":"https://api.eksisozluk.com/v2/comment/edit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"8070f597-c98e-4ccd-becb-27ccb4f253ea","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"},{"description":"(Required) ","key":"Content","value":"string"}]},"url":"https://api.eksisozluk.com/v2/comment/edit"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"7f026edb-0ecf-442c-af1d-97cd957870f3","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"},{"description":"(Required) ","key":"Content","value":"string"}]},"url":"https://api.eksisozluk.com/v2/comment/edit"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"2c691e21-105d-4a0f-b500-fb86e2af91ec","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"},{"description":"(Required) ","key":"Content","value":"string"}]},"url":"https://api.eksisozluk.com/v2/comment/edit"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"6a2aed09-6612-45f3-b6e5-133087bfae61","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"},{"description":"(Required) ","key":"Content","value":"string"}]},"url":"https://api.eksisozluk.com/v2/comment/edit"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"5d314aad-9140-4ca6-ba2a-98a9f18dbf6c"},{"name":"Delete a comment","id":"7c90cbff-f146-4012-9bb3-5b47e9408e3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) </p>\n","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/comment/delete","description":"<p>Delete a comment. A logged-in account bearer token and the Client-Secret header are required. This operation is destructive and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","comment","delete"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"7837824f-4a6a-4b4b-852c-d8c28a08e239","name":"Write result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/comment/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"856c114d-bd51-4c46-8de9-221afb8deab3","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/comment/delete"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"2870e74f-ff49-43e9-b8a1-3636b5ddf7d2","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/comment/delete"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"d8c023cf-b3c3-4c8a-bed5-6efb5f3cd399","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/comment/delete"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"ad2e0fc4-6214-4a89-911c-6a673382b564","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/comment/delete"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"7c90cbff-f146-4012-9bb3-5b47e9408e3e"},{"name":"Vote on a comment","id":"00cac54e-f7b0-4435-897b-0132be7fed35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) </p>\n","key":"Id","value":"1"},{"description":"<p>(Required) </p>\n","key":"Rate","value":"1"},{"key":"Owner","value":"1","disabled":true}]},"url":"https://api.eksisozluk.com/v2/comment/vote","description":"<p>Vote on a comment. A logged-in account bearer token and the Client-Secret header are required. This operation changes account state and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","comment","vote"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"94abc4fd-741e-4a5c-af7d-a7abde5e498f","name":"Write result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"},{"description":"(Required) ","key":"Rate","value":"1"},{"key":"Owner","value":"1","disabled":true}]},"url":"https://api.eksisozluk.com/v2/comment/vote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"9da473f7-dd37-48ff-bb73-8e7cc71694fd","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"},{"description":"(Required) ","key":"Rate","value":"1"},{"key":"Owner","value":"1","disabled":true}]},"url":"https://api.eksisozluk.com/v2/comment/vote"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"b5abae36-73fd-4d72-b2fa-de43996f9179","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"},{"description":"(Required) ","key":"Rate","value":"1"},{"key":"Owner","value":"1","disabled":true}]},"url":"https://api.eksisozluk.com/v2/comment/vote"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"3dc85ac9-b860-485f-9e47-a02b41e7983f","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"},{"description":"(Required) ","key":"Rate","value":"1"},{"key":"Owner","value":"1","disabled":true}]},"url":"https://api.eksisozluk.com/v2/comment/vote"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"dee36ef2-197f-4ad1-aedb-3653f8c9f715","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"},{"description":"(Required) ","key":"Rate","value":"1"},{"key":"Owner","value":"1","disabled":true}]},"url":"https://api.eksisozluk.com/v2/comment/vote"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"00cac54e-f7b0-4435-897b-0132be7fed35"},{"name":"Remove a comment vote","id":"4baf7b7b-862e-485f-ac28-a9362f1e56d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) </p>\n","key":"Id","value":"1"},{"description":"<p>(Required) </p>\n","key":"Rate","value":"1"}]},"url":"https://api.eksisozluk.com/v2/comment/removevote","description":"<p>Remove a comment vote. A logged-in account bearer token and the Client-Secret header are required. This operation changes account state and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","comment","removevote"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"9efc2dc2-3b48-4fa0-858a-6d10b4664b48","name":"Write result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"},{"description":"(Required) ","key":"Rate","value":"1"}]},"url":"https://api.eksisozluk.com/v2/comment/removevote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"1a25e351-0d87-49a2-879e-498b28c409cb","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"},{"description":"(Required) ","key":"Rate","value":"1"}]},"url":"https://api.eksisozluk.com/v2/comment/removevote"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"a19307c5-758f-40c1-9bb1-63125a117d0f","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"},{"description":"(Required) ","key":"Rate","value":"1"}]},"url":"https://api.eksisozluk.com/v2/comment/removevote"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"32bca717-5795-46d3-8a3a-2403b0634dad","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"},{"description":"(Required) ","key":"Rate","value":"1"}]},"url":"https://api.eksisozluk.com/v2/comment/removevote"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"33e2c269-07f6-4462-85b8-49b9d303d231","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"},{"description":"(Required) ","key":"Rate","value":"1"}]},"url":"https://api.eksisozluk.com/v2/comment/removevote"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"4baf7b7b-862e-485f-ac28-a9362f1e56d7"}],"id":"353f574d-8c4d-48c2-b1d2-9cf8005fc0f7","description":"<p>Entry comments and comment reactions.</p>\n","_postman_id":"353f574d-8c4d-48c2-b1d2-9cf8005fc0f7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}}},{"name":"Relationships","item":[{"name":"Block a user","id":"36855ee5-9f79-451c-bdbb-914aed5c260a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) </p>\n","key":"nick","value":"example-user"}]},"url":"https://api.eksisozluk.com/v2/user/block","description":"<p>Block a user. A logged-in account bearer token and the Client-Secret header are required. This operation changes account state and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","user","block"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"0c14c97c-c43b-4e7e-b7df-54c0c4593dd9","name":"Action result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"nick","value":"example-user"}]},"url":"https://api.eksisozluk.com/v2/user/block"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"e21d3bed-ccf4-4a86-90f5-fc09ecef0bcf","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"nick","value":"example-user"}]},"url":"https://api.eksisozluk.com/v2/user/block"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"6da9a5c0-d423-4e1e-a9d2-9968978ec4fd","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"nick","value":"example-user"}]},"url":"https://api.eksisozluk.com/v2/user/block"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"7cc1e0b5-c24c-45c2-85a6-38df7166c094","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"nick","value":"example-user"}]},"url":"https://api.eksisozluk.com/v2/user/block"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"bb7a707b-e582-42a6-ae66-6165aed5f9e1","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"nick","value":"example-user"}]},"url":"https://api.eksisozluk.com/v2/user/block"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"36855ee5-9f79-451c-bdbb-914aed5c260a"},{"name":"Unblock a user","id":"7d5d6084-af94-49ee-9b42-bd5d5c8001b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) </p>\n","key":"nick","value":"example-user"}]},"url":"https://api.eksisozluk.com/v2/user/unblock","description":"<p>Unblock a user. A logged-in account bearer token and the Client-Secret header are required. This operation changes account state and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","user","unblock"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"72bb7e44-5993-4370-b207-e4371c28042f","name":"Action result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"nick","value":"example-user"}]},"url":"https://api.eksisozluk.com/v2/user/unblock"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"ab5ce82f-529f-4922-8c80-ad82d18d6120","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"nick","value":"example-user"}]},"url":"https://api.eksisozluk.com/v2/user/unblock"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"857c9d38-a3cc-4bae-bf79-d30be7a61201","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"nick","value":"example-user"}]},"url":"https://api.eksisozluk.com/v2/user/unblock"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"2bf128e0-3992-46b2-a3e6-7436ceadcee2","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"nick","value":"example-user"}]},"url":"https://api.eksisozluk.com/v2/user/unblock"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"1eb8b577-ac5a-4687-af69-0a1923e53f7a","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"nick","value":"example-user"}]},"url":"https://api.eksisozluk.com/v2/user/unblock"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"7d5d6084-af94-49ee-9b42-bd5d5c8001b2"},{"name":"List buddy users","id":"d73cebf7-759d-4a05-8aa0-d5b919bfc839","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/buddies","description":"<p>List buddy users. A logged-in account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","user","buddies"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"7bc74e4e-3583-4207-8114-be1503b606d6","name":"Buddy list","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/buddies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"07504804-b748-4bad-abbd-f9d1be518c89","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/buddies"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"44342e82-3e6e-4d72-8749-d021feb15be0","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/buddies"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"74c89cca-5801-4ad6-b206-e220e47a820b","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/buddies"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"d73cebf7-759d-4a05-8aa0-d5b919bfc839"},{"name":"List buddy relationships with pagination","id":"a41aeb2d-494b-4c01-8540-ece5115a019e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/buddy-list","description":"<p>List buddy relationships with pagination. A logged-in account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","user","buddy-list"],"host":["https://api.eksisozluk.com"],"query":[{"disabled":true,"description":{"content":"<p>Page number starting at 1.</p>\n","type":"text/plain"},"key":"p","value":"1"}],"variable":[]}},"response":[{"id":"186757b5-d1f9-4960-8254-40887e724533","name":"Buddy list","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/buddy-list","host":["https://api.eksisozluk.com"],"path":["v2","user","buddy-list"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"a6925a43-ad31-456b-8307-de012f178e79","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/buddy-list","host":["https://api.eksisozluk.com"],"path":["v2","user","buddy-list"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"7b910d62-3651-48dd-aa2f-07ea7fe978ca","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/buddy-list","host":["https://api.eksisozluk.com"],"path":["v2","user","buddy-list"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"b897dd47-5852-4d02-a9f0-8cde41e9c617","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/buddy-list","host":["https://api.eksisozluk.com"],"path":["v2","user","buddy-list"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"a41aeb2d-494b-4c01-8540-ece5115a019e"},{"name":"List muted users","id":"edaf2269-460d-42c7-b6fd-cbbcea85a812","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/mute-list","description":"<p>List muted users. A logged-in account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","user","mute-list"],"host":["https://api.eksisozluk.com"],"query":[{"disabled":true,"description":{"content":"<p>Page number starting at 1.</p>\n","type":"text/plain"},"key":"p","value":"1"}],"variable":[]}},"response":[{"id":"3ee76364-3d9e-460a-b5a0-d1ff67a95548","name":"Mute list","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/mute-list","host":["https://api.eksisozluk.com"],"path":["v2","user","mute-list"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"c0e8c970-cddd-4785-aafa-7ac1939da25a","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/mute-list","host":["https://api.eksisozluk.com"],"path":["v2","user","mute-list"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"781ea1b6-9c2d-45e0-8ff0-7437bfdda1b5","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/mute-list","host":["https://api.eksisozluk.com"],"path":["v2","user","mute-list"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"f495bcb2-b931-4b26-9115-4a508484436d","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/mute-list","host":["https://api.eksisozluk.com"],"path":["v2","user","mute-list"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"edaf2269-460d-42c7-b6fd-cbbcea85a812"},{"name":"List blocked relationships","id":"132f782a-0f38-4d2d-8672-7c28f367d752","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/block-list","description":"<p>List blocked relationships. A logged-in account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","user","block-list"],"host":["https://api.eksisozluk.com"],"query":[{"disabled":true,"description":{"content":"<p>Page number starting at 1.</p>\n","type":"text/plain"},"key":"p","value":"1"}],"variable":[]}},"response":[{"id":"cc2815e8-7d83-4dea-8f52-6baa84dcde6d","name":"Block list","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/block-list","host":["https://api.eksisozluk.com"],"path":["v2","user","block-list"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"068c6947-0fac-46d1-add6-8641c61703ad","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/block-list","host":["https://api.eksisozluk.com"],"path":["v2","user","block-list"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"aa6c3ee5-fd44-4284-947a-3dd170688918","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/block-list","host":["https://api.eksisozluk.com"],"path":["v2","user","block-list"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"6c22539e-3c52-4eb2-bb45-8fa2760f3c02","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/block-list","host":["https://api.eksisozluk.com"],"path":["v2","user","block-list"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"132f782a-0f38-4d2d-8672-7c28f367d752"},{"name":"List blocked users","id":"c48e6cad-a0ea-4d39-b046-1a0f7c587fc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/blocks","description":"<p>List blocked users. A logged-in account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","user","blocks"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"c3a441e9-9a33-48b9-9ac6-f32538d60c6b","name":"Blocked users","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/blocks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"e5dbd349-9b9e-45c2-ac23-722288080e81","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/blocks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"43066feb-ae2c-47fa-bc0e-77e8b7e47d2b","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/blocks"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"e253f8e7-e1c5-4a3f-be0c-12c3d921bd3d","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/blocks"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"c48e6cad-a0ea-4d39-b046-1a0f7c587fc3"},{"name":"List users hidden from index titles","id":"d41ef487-6061-41fe-b158-e53565d188ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/index-title-blocks","description":"<p>List users hidden from index titles. A logged-in account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","user","index-title-blocks"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"4134f89f-0b80-49fe-a65d-8e969b567838","name":"Hidden users","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/index-title-blocks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"f21d84b7-8bf2-4c55-811d-bb33f5a5cb9d","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/index-title-blocks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"26dd338c-2fab-428f-9c18-1cde9d8057c5","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/index-title-blocks"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"8157bbcf-1f03-49a3-819a-9a722804d77f","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/index-title-blocks"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"d41ef487-6061-41fe-b158-e53565d188ef"},{"name":"List index-title blocks with pagination","id":"31feeca4-e429-477c-b9d9-78b46a62e9c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/index-title-block-list","description":"<p>List index-title blocks with pagination. A logged-in account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","user","index-title-block-list"],"host":["https://api.eksisozluk.com"],"query":[{"disabled":true,"description":{"content":"<p>Page number starting at 1.</p>\n","type":"text/plain"},"key":"p","value":"1"}],"variable":[]}},"response":[{"id":"839dba24-76da-4ec1-a63c-d5b9bd1b9ef4","name":"Hidden users","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/index-title-block-list","host":["https://api.eksisozluk.com"],"path":["v2","user","index-title-block-list"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"ca5abaaf-a555-49d6-acf7-95a7758612ff","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/index-title-block-list","host":["https://api.eksisozluk.com"],"path":["v2","user","index-title-block-list"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"aa820d45-6e9a-4bff-bd64-e3e1067fa989","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/index-title-block-list","host":["https://api.eksisozluk.com"],"path":["v2","user","index-title-block-list"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"1a50f035-f451-45e6-ac54-42533531938f","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/user/index-title-block-list","host":["https://api.eksisozluk.com"],"path":["v2","user","index-title-block-list"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"31feeca4-e429-477c-b9d9-78b46a62e9c4"},{"name":"Get follow-approval status","id":"d3c3fbbf-6e16-4c64-98a6-54961254dc41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/is-follow-approvel","description":"<p>Get follow-approval status. A logged-in account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","user","is-follow-approvel"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"9e287253-1833-4219-a371-cb740faac771","name":"Follow-approval status","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/is-follow-approvel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"966df1fe-dea9-441d-aaae-3a1c70b8d3b6","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/is-follow-approvel"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"d0c90b5d-20ad-4881-bcdd-3313ff1cdea7","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/is-follow-approvel"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"fc28d4e8-3363-405b-b918-8d23b0d4e35e","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/user/is-follow-approvel"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"d3c3fbbf-6e16-4c64-98a6-54961254dc41"},{"name":"Hide a user's topics from index views","id":"e1bde24a-caad-4fa4-a57a-94ab948db08c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) </p>\n","key":"nick","value":"example-user"}]},"url":"https://api.eksisozluk.com/v2/user/indextitlesblock","description":"<p>Hide a user's topics from index views. A logged-in account bearer token and the Client-Secret header are required. This operation changes account state and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","user","indextitlesblock"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"fdc7bf34-ec28-4f93-99d2-87ca9f10f7b9","name":"Write result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"nick","value":"example-user"}]},"url":"https://api.eksisozluk.com/v2/user/indextitlesblock"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"d71ee33e-fc78-415f-ac8c-0ed257b4e8ab","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"nick","value":"example-user"}]},"url":"https://api.eksisozluk.com/v2/user/indextitlesblock"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"17d2c39d-8010-4d94-b205-5e66d8377af1","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"nick","value":"example-user"}]},"url":"https://api.eksisozluk.com/v2/user/indextitlesblock"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"8f068934-e151-464c-b579-9548b29535ea","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"nick","value":"example-user"}]},"url":"https://api.eksisozluk.com/v2/user/indextitlesblock"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"749d81d2-413b-44ce-a389-b3d75fc32e98","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"nick","value":"example-user"}]},"url":"https://api.eksisozluk.com/v2/user/indextitlesblock"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"e1bde24a-caad-4fa4-a57a-94ab948db08c"},{"name":"Restore a user's topics to index views","id":"b3bdec41-a9af-4f84-a0ca-1b9f9c858c0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) </p>\n","key":"nick","value":"example-user"}]},"url":"https://api.eksisozluk.com/v2/user/removeindextitlesblock","description":"<p>Restore a user's topics to index views. A logged-in account bearer token and the Client-Secret header are required. This operation changes account state and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","user","removeindextitlesblock"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"af019298-624f-40a8-8ab8-09db4884095f","name":"Write result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"nick","value":"example-user"}]},"url":"https://api.eksisozluk.com/v2/user/removeindextitlesblock"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"2eb3d75e-c970-4dce-9605-8768b42bc22b","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"nick","value":"example-user"}]},"url":"https://api.eksisozluk.com/v2/user/removeindextitlesblock"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"3e3dd78d-822d-4c4d-9853-633f9406d7ba","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"nick","value":"example-user"}]},"url":"https://api.eksisozluk.com/v2/user/removeindextitlesblock"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"2875ed65-c90d-4f9e-ac1a-d02899b1a8de","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"nick","value":"example-user"}]},"url":"https://api.eksisozluk.com/v2/user/removeindextitlesblock"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"3d03ea60-1ef6-4abe-b92e-3f6102275d91","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"nick","value":"example-user"}]},"url":"https://api.eksisozluk.com/v2/user/removeindextitlesblock"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"b3bdec41-a9af-4f84-a0ca-1b9f9c858c0e"}],"id":"5273c7cd-633c-4707-acfe-7a1ee5cd3615","description":"<p>Followers, buddies, blocks, mutes and index-title visibility controls.</p>\n","_postman_id":"5273c7cd-633c-4707-acfe-7a1ee5cd3615","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}}},{"name":"Messages","item":[{"name":"Authors with unread message threads","id":"6ee87b3c-772a-40fd-9483-a1a6abf5d0cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/message/unreadthreadauthors","description":"<p>Authors with unread message threads. A logged-in account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","message","unreadthreadauthors"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"c588c4f8-9358-4c41-8832-b2489c359817","name":"Unread thread authors","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/message/unreadthreadauthors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"fa9b80ab-859a-42c1-9e48-08c33262110a","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/message/unreadthreadauthors"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"f59a9df7-5b80-4dc3-9f80-3325f8698e16","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/message/unreadthreadauthors"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"d9171404-030d-4731-83ef-7175bda1a8e1","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/message/unreadthreadauthors"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"6ee87b3c-772a-40fd-9483-a1a6abf5d0cc"},{"name":"Read a message thread","id":"df6c332a-69ad-438b-b1ee-157c1f7b7e7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/message/thread/Nick/:username","description":"<p>Read a message thread. A logged-in account bearer token and the Client-Secret header are required. The response contains private account data.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","message","thread","Nick",":username"],"host":["https://api.eksisozluk.com"],"query":[{"disabled":true,"description":{"content":"<p>Page number starting at 1.</p>\n","type":"text/plain"},"key":"p","value":"1"}],"variable":[{"id":"91eb5d6e-8d41-4304-9a5b-38f991dd3783","description":{"content":"<p>(Required) Ekşi Sözlük nickname.</p>\n","type":"text/plain"},"type":"any","value":"agmmnn","key":"username"}]}},"response":[{"id":"8203bcdd-c162-470d-981f-8ab3bda1b8c2","name":"Message thread","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/message/thread/Nick/:username","host":["https://api.eksisozluk.com"],"path":["v2","message","thread","Nick",":username"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}],"variable":[{"key":"username","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"1be54b8f-823b-472f-b21f-a030b1a414df","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/message/thread/Nick/:username","host":["https://api.eksisozluk.com"],"path":["v2","message","thread","Nick",":username"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}],"variable":[{"key":"username","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"c5217e55-8820-4f96-83ca-935e0e20cf14","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/message/thread/Nick/:username","host":["https://api.eksisozluk.com"],"path":["v2","message","thread","Nick",":username"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}],"variable":[{"key":"username","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"01a92a08-ef55-4b42-b984-84e7dae94782","name":"The requested topic, entry, user or account object was not found.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/message/thread/Nick/:username","host":["https://api.eksisozluk.com"],"path":["v2","message","thread","Nick",":username"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}],"variable":[{"key":"username","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"The requested resource was not found.\",\n  \"Data\": null,\n  \"StatusCode\": 404\n}"},{"id":"052239ee-56a1-419b-9a61-d5b8222f0deb","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/message/thread/Nick/:username","host":["https://api.eksisozluk.com"],"path":["v2","message","thread","Nick",":username"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}],"variable":[{"key":"username","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"df6c332a-69ad-438b-b1ee-157c1f7b7e7d"},{"name":"Read an archived message thread","id":"c1075010-b7aa-4ce7-8189-7f497ce1d04c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/message/archivethread/Nick/:username","description":"<p>Read an archived message thread. A logged-in account bearer token and the Client-Secret header are required. The response contains private account data.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","message","archivethread","Nick",":username"],"host":["https://api.eksisozluk.com"],"query":[{"disabled":true,"description":{"content":"<p>Page number starting at 1.</p>\n","type":"text/plain"},"key":"p","value":"1"}],"variable":[{"id":"4ed5250b-2a0e-4ff2-8d7c-80d663ea5d76","description":{"content":"<p>(Required) Ekşi Sözlük nickname.</p>\n","type":"text/plain"},"type":"any","value":"agmmnn","key":"username"}]}},"response":[{"id":"208ed700-b93b-4db0-9f2a-00c909325e78","name":"Archived thread","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/message/archivethread/Nick/:username","host":["https://api.eksisozluk.com"],"path":["v2","message","archivethread","Nick",":username"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}],"variable":[{"key":"username","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"2aada094-8e64-47e2-bab3-f1c1222fb7ac","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/message/archivethread/Nick/:username","host":["https://api.eksisozluk.com"],"path":["v2","message","archivethread","Nick",":username"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}],"variable":[{"key":"username","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"307f0ef3-d465-49d2-a955-6a69c75c2545","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/message/archivethread/Nick/:username","host":["https://api.eksisozluk.com"],"path":["v2","message","archivethread","Nick",":username"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}],"variable":[{"key":"username","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"74a93ec8-d7cf-4c1c-87e3-dfa6df2fc58a","name":"The requested topic, entry, user or account object was not found.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/message/archivethread/Nick/:username","host":["https://api.eksisozluk.com"],"path":["v2","message","archivethread","Nick",":username"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}],"variable":[{"key":"username","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"The requested resource was not found.\",\n  \"Data\": null,\n  \"StatusCode\": 404\n}"},{"id":"618c81a1-3db7-4ae4-91be-70938c15b01d","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/message/archivethread/Nick/:username","host":["https://api.eksisozluk.com"],"path":["v2","message","archivethread","Nick",":username"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}],"variable":[{"key":"username","value":"agmmnn","description":"(Required) Ekşi Sözlük nickname."}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"c1075010-b7aa-4ce7-8189-7f497ce1d04c"},{"name":"List archived message conversations","id":"22655f07-a24e-489e-8cf9-c817680a4a47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/message/archive","description":"<p>List archived message conversations. A logged-in account bearer token and the Client-Secret header are required. The response contains private account data.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","message","archive"],"host":["https://api.eksisozluk.com"],"query":[{"disabled":true,"description":{"content":"<p>Page number starting at 1.</p>\n","type":"text/plain"},"key":"p","value":"1"}],"variable":[]}},"response":[{"id":"5533d48b-d5ee-4bd5-9688-38f15a02120f","name":"Message archive","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/message/archive","host":["https://api.eksisozluk.com"],"path":["v2","message","archive"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"1eda5d81-096c-474b-9a77-eb26239a8730","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/message/archive","host":["https://api.eksisozluk.com"],"path":["v2","message","archive"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"1e3bfe32-7e3f-4e74-97ce-b5018503f31e","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/message/archive","host":["https://api.eksisozluk.com"],"path":["v2","message","archive"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"b4ad04e6-8773-42bc-81fc-b9f30494cbf9","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/message/archive","host":["https://api.eksisozluk.com"],"path":["v2","message","archive"],"query":[{"description":"Page number starting at 1.","key":"p","value":"1","disabled":true}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"22655f07-a24e-489e-8cf9-c817680a4a47"},{"name":"Read an unread message conversation","id":"cb4f4117-41f0-43e7-b516-08f138f2f0eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) </p>\n","key":"Nick","value":"string"},{"description":"<p>(Required) </p>\n","key":"MarkRead","value":"false"}]},"url":"https://api.eksisozluk.com/v2/message/thread/unread","description":"<p>Read an unread message conversation. A logged-in account bearer token and the Client-Secret header are required. The response contains private account data.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","message","thread","unread"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"95780368-3721-484a-959e-8c2c38bebe2c","name":"Message thread","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Nick","value":"string"},{"description":"(Required) ","key":"MarkRead","value":"false"}]},"url":"https://api.eksisozluk.com/v2/message/thread/unread"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"4a0cc74e-0d5d-44de-962b-5087b87bfb27","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Nick","value":"string"},{"description":"(Required) ","key":"MarkRead","value":"false"}]},"url":"https://api.eksisozluk.com/v2/message/thread/unread"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"fa667575-fb57-4b61-9a52-68ebea7efbe4","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Nick","value":"string"},{"description":"(Required) ","key":"MarkRead","value":"false"}]},"url":"https://api.eksisozluk.com/v2/message/thread/unread"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"c4356434-0033-46cf-a788-03a709bb9d92","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Nick","value":"string"},{"description":"(Required) ","key":"MarkRead","value":"false"}]},"url":"https://api.eksisozluk.com/v2/message/thread/unread"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"ead78f7a-9c2e-4f1b-b3e7-e8b99b740d08","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Nick","value":"string"},{"description":"(Required) ","key":"MarkRead","value":"false"}]},"url":"https://api.eksisozluk.com/v2/message/thread/unread"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"cb4f4117-41f0-43e7-b516-08f138f2f0eb"},{"name":"Send a direct message","id":"675c91d5-c239-40c9-a766-5ada681a8c21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"message\": \"Example message.\",\n  \"to\": \"example-user\",\n  \"threadId\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/message/sendmessage","description":"<p>Send a direct message. A logged-in account bearer token and the Client-Secret header are required. This operation changes account state and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","message","sendmessage"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"8e2ad7fc-5dde-42db-9359-96157ade53b0","name":"Send result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"message\": \"Example message.\",\n  \"to\": \"example-user\",\n  \"threadId\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/message/sendmessage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"a254a69f-fbc2-46cd-9cb6-2d0029f2ffef","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"message\": \"Example message.\",\n  \"to\": \"example-user\",\n  \"threadId\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/message/sendmessage"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"eaaf69e6-d882-46d6-af79-bee0419fd5fd","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"message\": \"Example message.\",\n  \"to\": \"example-user\",\n  \"threadId\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/message/sendmessage"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"739ee955-935f-489e-a66d-1996bb36a2ce","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"message\": \"Example message.\",\n  \"to\": \"example-user\",\n  \"threadId\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/message/sendmessage"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"f2d42847-2ae4-4901-a5ca-af6cbf03f54d","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"message\": \"Example message.\",\n  \"to\": \"example-user\",\n  \"threadId\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/message/sendmessage"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"675c91d5-c239-40c9-a766-5ada681a8c21"},{"name":"Mark a user's message thread read","id":"20385521-704b-4cf7-99c2-f1e4bf6b6e0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) </p>\n","key":"nick","value":"example-user"}]},"url":"https://api.eksisozluk.com/v2/message/markread/nick","description":"<p>Mark a user's message thread read. A logged-in account bearer token and the Client-Secret header are required. This operation changes account state and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","message","markread","nick"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"83079747-eab6-45ac-b979-12834a78106d","name":"Action result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"nick","value":"example-user"}]},"url":"https://api.eksisozluk.com/v2/message/markread/nick"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"c9033742-2d57-41cd-a17c-55d5436c288b","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"nick","value":"example-user"}]},"url":"https://api.eksisozluk.com/v2/message/markread/nick"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"84f49dc1-dc9a-4d0b-b3b5-e29a20109938","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"nick","value":"example-user"}]},"url":"https://api.eksisozluk.com/v2/message/markread/nick"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"b0ddd19f-c627-40d3-a0fd-7ef09d950001","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"nick","value":"example-user"}]},"url":"https://api.eksisozluk.com/v2/message/markread/nick"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"5cbf1e19-ff51-466f-828e-91bd1dc60b0c","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"nick","value":"example-user"}]},"url":"https://api.eksisozluk.com/v2/message/markread/nick"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"20385521-704b-4cf7-99c2-f1e4bf6b6e0a"},{"name":"Delete message threads up to selected message IDs","id":"e8138fe3-3eca-491b-91f2-13267984bce6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ThreadIdList\": [\n    {\n      \"ThreadId\": 1,\n      \"MaxMessageId\": 1\n    },\n    {\n      \"ThreadId\": 1,\n      \"MaxMessageId\": 1\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/message/deleteprocessthread","description":"<p>Delete message threads up to selected message IDs. A logged-in account bearer token and the Client-Secret header are required. This operation is destructive and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","message","deleteprocessthread"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"f7567a2a-4ef5-45fc-96c9-b1f3856f539d","name":"Delete result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ThreadIdList\": [\n    {\n      \"ThreadId\": 1,\n      \"MaxMessageId\": 1\n    },\n    {\n      \"ThreadId\": 1,\n      \"MaxMessageId\": 1\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/message/deleteprocessthread"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"8e79adbe-4561-48a6-8d93-9daddbec11a2","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ThreadIdList\": [\n    {\n      \"ThreadId\": 1,\n      \"MaxMessageId\": 1\n    },\n    {\n      \"ThreadId\": 1,\n      \"MaxMessageId\": 1\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/message/deleteprocessthread"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"3553511b-7db4-403c-af4c-fe3f141451ba","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ThreadIdList\": [\n    {\n      \"ThreadId\": 1,\n      \"MaxMessageId\": 1\n    },\n    {\n      \"ThreadId\": 1,\n      \"MaxMessageId\": 1\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/message/deleteprocessthread"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"8687f777-54ec-40e2-9d89-f62f50eae6c1","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ThreadIdList\": [\n    {\n      \"ThreadId\": 1,\n      \"MaxMessageId\": 1\n    },\n    {\n      \"ThreadId\": 1,\n      \"MaxMessageId\": 1\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/message/deleteprocessthread"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"21db103b-dee0-4aea-81b0-64cab9831177","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ThreadIdList\": [\n    {\n      \"ThreadId\": 1,\n      \"MaxMessageId\": 1\n    },\n    {\n      \"ThreadId\": 1,\n      \"MaxMessageId\": 1\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/message/deleteprocessthread"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"e8138fe3-3eca-491b-91f2-13267984bce6"},{"name":"Move message conversations to the archive","id":"d2bd04d0-aeb5-4e86-adb9-8f473c9665f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ThreadIdList\": [\n    {\n      \"ThreadId\": 1,\n      \"MaxMessageId\": 1\n    },\n    {\n      \"ThreadId\": 1,\n      \"MaxMessageId\": 1\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/message/archiveprocessthread","description":"<p>Move message conversations to the archive. A logged-in account bearer token and the Client-Secret header are required. This operation changes account state and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","message","archiveprocessthread"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"8af2e787-f544-4493-a06e-d792e43620b9","name":"Archive result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ThreadIdList\": [\n    {\n      \"ThreadId\": 1,\n      \"MaxMessageId\": 1\n    },\n    {\n      \"ThreadId\": 1,\n      \"MaxMessageId\": 1\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/message/archiveprocessthread"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"489bfb4d-e684-4b19-bb71-b90389d98ccb","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ThreadIdList\": [\n    {\n      \"ThreadId\": 1,\n      \"MaxMessageId\": 1\n    },\n    {\n      \"ThreadId\": 1,\n      \"MaxMessageId\": 1\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/message/archiveprocessthread"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"37fe8269-19a7-4669-9ca4-241dcd04b6da","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ThreadIdList\": [\n    {\n      \"ThreadId\": 1,\n      \"MaxMessageId\": 1\n    },\n    {\n      \"ThreadId\": 1,\n      \"MaxMessageId\": 1\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/message/archiveprocessthread"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"997ba3a7-a126-45d2-ba27-d3243da3dda0","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ThreadIdList\": [\n    {\n      \"ThreadId\": 1,\n      \"MaxMessageId\": 1\n    },\n    {\n      \"ThreadId\": 1,\n      \"MaxMessageId\": 1\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/message/archiveprocessthread"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"cdebaf2d-90fb-4e2b-a993-57937f5056b1","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ThreadIdList\": [\n    {\n      \"ThreadId\": 1,\n      \"MaxMessageId\": 1\n    },\n    {\n      \"ThreadId\": 1,\n      \"MaxMessageId\": 1\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/message/archiveprocessthread"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"d2bd04d0-aeb5-4e86-adb9-8f473c9665f9"},{"name":"Permanently delete archived conversations","id":"ab13ca71-e7b0-43dd-866d-5cbd1160bc5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ArchiveIdList\": [\n    {\n      \"ArchiveId\": 1\n    },\n    {\n      \"ArchiveId\": 1\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/message/deleteprocessarchive","description":"<p>Permanently delete archived conversations. A logged-in account bearer token and the Client-Secret header are required. This operation is destructive and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","message","deleteprocessarchive"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"ced1caee-4191-4dbf-89e4-f8b1a60527f1","name":"Delete result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ArchiveIdList\": [\n    {\n      \"ArchiveId\": 1\n    },\n    {\n      \"ArchiveId\": 1\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/message/deleteprocessarchive"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"550c0e8c-74a3-4976-b441-cf325f4dcbeb","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ArchiveIdList\": [\n    {\n      \"ArchiveId\": 1\n    },\n    {\n      \"ArchiveId\": 1\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/message/deleteprocessarchive"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"16cd158d-bc12-49bd-ac77-0772ce929475","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ArchiveIdList\": [\n    {\n      \"ArchiveId\": 1\n    },\n    {\n      \"ArchiveId\": 1\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/message/deleteprocessarchive"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"1197b338-89e0-4a30-a576-905cd2eaf279","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ArchiveIdList\": [\n    {\n      \"ArchiveId\": 1\n    },\n    {\n      \"ArchiveId\": 1\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/message/deleteprocessarchive"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"3fd8c03f-a9db-47fd-a8b5-9e7f44988197","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ArchiveIdList\": [\n    {\n      \"ArchiveId\": 1\n    },\n    {\n      \"ArchiveId\": 1\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/message/deleteprocessarchive"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"ab13ca71-e7b0-43dd-866d-5cbd1160bc5d"}],"id":"c2f7e336-41d7-4b07-a1fc-c14138d88cf1","description":"<p>Private message threads, archives and delivery actions for logged-in accounts.</p>\n","_postman_id":"c2f7e336-41d7-4b07-a1fc-c14138d88cf1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}}},{"name":"Drafts","item":[{"name":"Save or update an entry draft","id":"79831441-e316-4b08-8ae3-acf27cec0ffb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) </p>\n","key":"Title","value":"example topic"},{"description":"<p>(Required) </p>\n","key":"Content","value":"Example entry content."}]},"url":"https://api.eksisozluk.com/v2/topic/savedraft","description":"<p>Save or update an entry draft. A logged-in account bearer token and the Client-Secret header are required. This operation changes account state and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","topic","savedraft"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"2f75669a-77c2-474c-b38b-d0404a5be981","name":"Draft result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Title","value":"example topic"},{"description":"(Required) ","key":"Content","value":"Example entry content."}]},"url":"https://api.eksisozluk.com/v2/topic/savedraft"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"ccfa9274-2721-405e-92ff-1c7a280dbbc8","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Title","value":"example topic"},{"description":"(Required) ","key":"Content","value":"Example entry content."}]},"url":"https://api.eksisozluk.com/v2/topic/savedraft"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"199be11a-2011-4f59-b23e-feb5d50b40ae","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Title","value":"example topic"},{"description":"(Required) ","key":"Content","value":"Example entry content."}]},"url":"https://api.eksisozluk.com/v2/topic/savedraft"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"50238acf-f59e-4f15-adb2-d7a8504bbc7a","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Title","value":"example topic"},{"description":"(Required) ","key":"Content","value":"Example entry content."}]},"url":"https://api.eksisozluk.com/v2/topic/savedraft"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"494eed31-f257-4fa3-a7d2-d1bb9dcc87a0","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Title","value":"example topic"},{"description":"(Required) ","key":"Content","value":"Example entry content."}]},"url":"https://api.eksisozluk.com/v2/topic/savedraft"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"79831441-e316-4b08-8ae3-acf27cec0ffb"},{"name":"Delete an entry draft by title","id":"ac59c78b-e363-4764-8769-812a51f2e770","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) </p>\n","key":"Title","value":"string"}]},"url":"https://api.eksisozluk.com/v2/topic/deletedraft","description":"<p>Delete an entry draft by title. A logged-in account bearer token and the Client-Secret header are required. This operation is destructive and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","topic","deletedraft"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"f5f3da7d-5e70-43c5-b6d2-6a9aaef3ea98","name":"Draft result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Title","value":"string"}]},"url":"https://api.eksisozluk.com/v2/topic/deletedraft"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"aeba77ad-f0a6-4d51-a5f9-df65391d3c66","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Title","value":"string"}]},"url":"https://api.eksisozluk.com/v2/topic/deletedraft"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"156e88d1-637b-4261-89a2-0c6a82de193c","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Title","value":"string"}]},"url":"https://api.eksisozluk.com/v2/topic/deletedraft"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"b7578dc1-14b5-4cae-8c6d-b1b108921ef5","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Title","value":"string"}]},"url":"https://api.eksisozluk.com/v2/topic/deletedraft"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"a4cc44a2-213f-41d6-b546-013097753db1","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Title","value":"string"}]},"url":"https://api.eksisozluk.com/v2/topic/deletedraft"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"ac59c78b-e363-4764-8769-812a51f2e770"}],"id":"63f1753a-246a-4525-84e3-e367d7ed5676","description":"<p>Create, update and delete entry drafts.</p>\n","_postman_id":"63f1753a-246a-4525-84e3-e367d7ed5676","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}}},{"name":"Settings and devices","item":[{"name":"Subscription status for authenticated user","id":"b349cb40-3ba3-4782-8169-405ab531c5d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/billing/subscription/status","description":"<p>Subscription status for authenticated user. A logged-in account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","billing","subscription","status"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"8e1e4765-e7ac-45ad-ae9d-9e0c2cf797a6","name":"Subscription status","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/billing/subscription/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"95730a4c-bbf0-49a0-b16f-035b5e61b44e","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/billing/subscription/status"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"1d55306b-6693-4364-be94-d992c871ae5a","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/billing/subscription/status"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"8a9ad547-82c0-4b45-9ec5-091514013a60","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/billing/subscription/status"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"b349cb40-3ba3-4782-8169-405ab531c5d4"},{"name":"Get the account's channel filters","id":"bc917943-e545-4c4d-8a71-105a77724899","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/index/getuserchannelfilters","description":"<p>Get the account's channel filters. A logged-in account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","index","getuserchannelfilters"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"5a7575ac-e0a0-4c79-8371-208c076a48da","name":"Channel filters","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/index/getuserchannelfilters"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"4717e7e8-02ca-456d-9b94-0a186b48fcb2","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/index/getuserchannelfilters"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"ed72bb91-ff30-47ed-ad74-a54e33911ef9","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/index/getuserchannelfilters"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"d3a188c8-86c3-4df6-8240-d060116de0c2","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/index/getuserchannelfilters"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"bc917943-e545-4c4d-8a71-105a77724899"},{"name":"Set account channel filters","id":"e1f72dda-c0cb-4213-b943-2c39ad6428e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"key_0\": \"example\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/index/setchannelfilter","description":"<p>Set account channel filters. A logged-in account bearer token and the Client-Secret header are required. This operation changes account state and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","index","setchannelfilter"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"48eae6fd-c29f-4616-9c41-8300332fe0c2","name":"Write result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"key_0\": \"example\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/index/setchannelfilter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"6f32e299-198d-4e5f-b021-2f5c46da71af","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"key_0\": \"example\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/index/setchannelfilter"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"e88e5ff5-dff6-4466-a92d-44dc56bbc1bb","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"key_0\": \"example\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/index/setchannelfilter"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"fc46a992-653f-4e09-940f-47f34b56ccc9","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"key_0\": \"example\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/index/setchannelfilter"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"10059e61-6537-4b5b-9931-60d4c1fa7808","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"key_0\": \"example\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/index/setchannelfilter"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"e1f72dda-c0cb-4213-b943-2c39ad6428e1"},{"name":"Set push-notification preferences","id":"3ea38d34-15f4-4e8e-b7f1-52f709e41090","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"key_0\": \"example\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/pushnotification/setpreferences","description":"<p>Set push-notification preferences. A logged-in account bearer token and the Client-Secret header are required. This operation changes account state and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","pushnotification","setpreferences"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"32c7ea86-51b3-4a83-ad39-7359e0f75f53","name":"Write result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"key_0\": \"example\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/pushnotification/setpreferences"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"68979bc4-0ec8-45ef-8e82-a3daeb3216b5","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"key_0\": \"example\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/pushnotification/setpreferences"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"51b905b6-3b5c-4af4-ad7a-a0eb2adec5d9","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"key_0\": \"example\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/pushnotification/setpreferences"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"8a2da018-33ce-4ac8-94a2-8c8816b8d711","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"key_0\": \"example\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/pushnotification/setpreferences"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"7cc75bbb-fc1b-4072-a2d2-2d6ff193a85c","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"key_0\": \"example\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/pushnotification/setpreferences"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"3ea38d34-15f4-4e8e-b7f1-52f709e41090"},{"name":"Register a push-notification device","id":"0217ede2-86fc-425c-ac9b-6325b8a697cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"key_0\": \"example\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/pushnotification/register","description":"<p>Register a push-notification device. A logged-in account bearer token and the Client-Secret header are required. This operation changes account state and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","pushnotification","register"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"ef206a20-d2c2-49f5-b3d4-03545ac8f395","name":"Write result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"key_0\": \"example\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/pushnotification/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"fa9e48ca-29d2-49d2-a21e-21fd88f7d3ad","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"key_0\": \"example\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/pushnotification/register"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"f120b58b-c030-4d00-885a-14b94d5153e8","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"key_0\": \"example\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/pushnotification/register"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"8cd238a4-03c5-4f65-93a5-68fdd3e0fd35","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"key_0\": \"example\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/pushnotification/register"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"16a968cd-b515-4f1a-a588-c266585049ff","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"key_0\": \"example\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/pushnotification/register"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"0217ede2-86fc-425c-ac9b-6325b8a697cb"},{"name":"Unregister a push-notification device","id":"15309c45-6dab-46a1-9ce0-585656deaaab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"key_0\": \"example\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/pushnotification/unregister","description":"<p>Unregister a push-notification device. A logged-in account bearer token and the Client-Secret header are required. This operation changes account state and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","pushnotification","unregister"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"31904989-4472-4562-bcc5-ec255e8316a8","name":"Write result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"key_0\": \"example\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/pushnotification/unregister"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"a945ecb5-f978-4423-9b56-22fc4fa23a07","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"key_0\": \"example\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/pushnotification/unregister"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"54590e7f-ab44-4843-9a8a-facd91368302","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"key_0\": \"example\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/pushnotification/unregister"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"554f7ca6-0214-4fee-b08d-0e4eebba1033","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"key_0\": \"example\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/pushnotification/unregister"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"0c03f094-aeb8-419c-9e35-bc2b0055569e","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"key_0\": \"example\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/pushnotification/unregister"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"15309c45-6dab-46a1-9ce0-585656deaaab"},{"name":"Read personal account settings","id":"2f162d50-b522-4c1f-abf6-a0a6a8d72e45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/settings/get/personal","description":"<p>Read personal account settings. A logged-in account bearer token and the Client-Secret header are required. The response contains private account data.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","settings","get","personal"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"d5564869-932e-4b68-ae74-815318dd58a0","name":"Personal settings","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/settings/get/personal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"4a0718c6-050a-4ef6-8304-9cc9c789366f","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/settings/get/personal"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"17039fdf-23f0-48b5-915d-c4741581d788","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/settings/get/personal"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"1d19dad8-ca76-4336-92bb-ddbcf907dbe5","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/settings/get/personal"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"2f162d50-b522-4c1f-abf6-a0a6a8d72e45"},{"name":"Read account preferences","id":"f4d55a58-613b-4459-bc89-562e5aa7912c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/settings/get/preferences","description":"<p>Read account preferences. A logged-in account bearer token and the Client-Secret header are required. The response contains private account data.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","settings","get","preferences"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"cecfd4f1-9f4a-43db-8876-d087b2001474","name":"Preferences","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/settings/get/preferences"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"c8677b97-7754-4e51-a0da-df066dea93ac","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/settings/get/preferences"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"17e64e2a-0b8a-4514-93f9-98fb66822b56","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/settings/get/preferences"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"8ba5fc9e-f57b-48e1-a719-93c2be41ba1a","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/settings/get/preferences"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"f4d55a58-613b-4459-bc89-562e5aa7912c"},{"name":"Update account preferences","id":"0230b8a4-eb2c-4289-8764-710177c692a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/settings/set/preferences","description":"<p>Update account preferences. A logged-in account bearer token and the Client-Secret header are required. This operation changes account state and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","settings","set","preferences"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"605dd9f9-b30a-43ce-b884-0b5d055e0fe0","name":"Settings result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/settings/set/preferences"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"3e2da84a-c42a-48c3-ad78-01b44342d438","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/settings/set/preferences"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"4126a762-6eec-4721-b93c-a8150a9c506f","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/settings/set/preferences"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"54dac00b-e9dd-44f5-bb40-635c5a1eb4f0","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/settings/set/preferences"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"c908be3a-f6b4-46bd-bfc0-e5c430a704db","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.eksisozluk.com/v2/settings/set/preferences"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"0230b8a4-eb2c-4289-8764-710177c692a0"}],"id":"925c414e-641a-479b-b13f-42023dec12ca","description":"<p>Account preferences, channel filters, subscription state and push-notification devices.</p>\n","_postman_id":"925c414e-641a-479b-b13f-42023dec12ca","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}}},{"name":"Notifications","item":[{"name":"Notification count for authenticated user","id":"8851ba8f-c2ca-42fd-b55d-a13536840099","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/notification/notificationcount","description":"<p>Notification count for authenticated user. A logged-in account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","notification","notificationcount"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"1d8aefab-9f95-4e4f-8d2d-135cd4faab8e","name":"Notification count","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/notification/notificationcount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"ed3aad9d-b2c6-442f-9894-935b991182d9","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/notification/notificationcount"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"595baa2f-0898-4d86-9532-292183d8bfad","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/notification/notificationcount"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"f93de096-91db-40ad-81d7-8c2f31075c29","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/notification/notificationcount"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"8851ba8f-c2ca-42fd-b55d-a13536840099"},{"name":"Recent notifications","id":"26a9d219-d094-44cb-9557-78cd7522a56e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/notification/lastnotifications","description":"<p>Recent notifications. A logged-in account bearer token and the Client-Secret header are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","notification","lastnotifications"],"host":["https://api.eksisozluk.com"],"query":[{"disabled":true,"description":{"content":"<p>Page number starting at 1.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"33af6d31-73a6-4fe5-8bf6-d59e526c90e4","name":"Notification list","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/notification/lastnotifications","host":["https://api.eksisozluk.com"],"path":["v2","notification","lastnotifications"],"query":[{"description":"Page number starting at 1.","key":"page","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"47def0d3-bb8a-4f74-85ea-b80ef5be78e7","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/notification/lastnotifications","host":["https://api.eksisozluk.com"],"path":["v2","notification","lastnotifications"],"query":[{"description":"Page number starting at 1.","key":"page","value":"1","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"ca7a7557-177c-4d66-b4ae-0a0f6febe434","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/notification/lastnotifications","host":["https://api.eksisozluk.com"],"path":["v2","notification","lastnotifications"],"query":[{"description":"Page number starting at 1.","key":"page","value":"1","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"f1df6342-26ca-41a0-bc5a-202ea9845700","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eksisozluk.com/v2/notification/lastnotifications","host":["https://api.eksisozluk.com"],"path":["v2","notification","lastnotifications"],"query":[{"description":"Page number starting at 1.","key":"page","value":"1","disabled":true}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"26a9d219-d094-44cb-9557-78cd7522a56e"}],"id":"5ac2254e-34b8-4ce5-9e0f-1591c81e9a88","description":"<p>Notification counts and recent account notifications.</p>\n","_postman_id":"5ac2254e-34b8-4ce5-9e0f-1591c81e9a88","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}}},{"name":"Trash","item":[{"name":"List deleted entries in the account trash","id":"e90f3cf3-7276-4440-8fb4-4b2aa575266a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/trash","description":"<p>List deleted entries in the account trash. A logged-in account bearer token and the Client-Secret header are required. The response contains private account data.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","trash"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"d8dae1d9-6aaf-47b1-8d06-1ecab18d4fbf","name":"Trash contents","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/trash"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"9c3ad855-4752-4e25-be94-0fde13f4194b","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/trash"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"dbdc27ee-0bef-436e-b4bc-191ef3965173","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/trash"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"bb50ef9b-f579-43d8-bb7b-b54996180638","name":"The upstream API rate limit was reached.","originalRequest":{"method":"GET","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/trash"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"e90f3cf3-7276-4440-8fb4-4b2aa575266a"},{"name":"Permanently delete an item from trash","id":"1631e402-a121-4565-9682-c4925c894a3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) </p>\n","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/trash/delete","description":"<p>Permanently delete an item from trash. A logged-in account bearer token and the Client-Secret header are required. This operation is destructive and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","trash","delete"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"a02c2608-a617-4cec-ad87-f9a2921828e8","name":"Delete result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/trash/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"eab526e6-8e2b-4ebc-ba17-881b3b4fdd0c","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/trash/delete"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"ff0d40b6-4d6e-468c-a826-a13e65377025","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/trash/delete"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"12d9317d-6700-4b6d-ad6c-3e69df688ac7","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/trash/delete"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"f8fdc6c4-fb9c-4760-8003-f9cd9510e454","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/trash/delete"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"1631e402-a121-4565-9682-c4925c894a3d"},{"name":"Permanently empty account trash","id":"b3d297ed-8242-4d6b-bd1c-ab60ca015915","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/trash/empty","description":"<p>Permanently empty account trash. A logged-in account bearer token and the Client-Secret header are required. This operation is destructive and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","trash","empty"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"8f4cba84-f9dd-48fc-881b-b920ed328e19","name":"Empty result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/trash/empty"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"a550ebf0-aa24-4ee2-a010-0f779e2dacd2","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/trash/empty"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"54d4d676-6ba7-4b1c-ba84-99c5edfd61bc","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/trash/empty"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"53a377ed-fea0-4a9b-ad61-44aa784f7aa9","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Accept","value":"application/json"}],"url":"https://api.eksisozluk.com/v2/trash/empty"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"b3d297ed-8242-4d6b-bd1c-ab60ca015915"},{"name":"Restore an entry from trash","id":"ade8ac37-1144-4ec4-b711-25def7f16953","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-Secret","value":"","description":"<p>(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Required) </p>\n","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/trash/resurrect","description":"<p>Restore an entry from trash. A logged-in account bearer token and the Client-Secret header are required. This operation changes account state and must not be retried automatically.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}},"urlObject":{"path":["v2","trash","resurrect"],"host":["https://api.eksisozluk.com"],"query":[],"variable":[]}},"response":[{"id":"64065afa-06b9-4eaf-a505-7720f3e57249","name":"Restore result","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/trash/resurrect"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": true,\n  \"Data\": \"\",\n  \"Message\": null,\n  \"StatusCode\": 200\n}"},{"id":"3678a620-6dcb-493f-bbbc-b0ce566fada8","name":"The request body or parameters are invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/trash/resurrect"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Invalid request.\",\n  \"Data\": null,\n  \"StatusCode\": 400\n}"},{"id":"4d8d067b-2a2a-4067-8dc9-9b9760caa075","name":"The bearer token, Client-Secret or authentication flow is missing or invalid.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/trash/resurrect"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Authorization has been denied for this request.\",\n  \"Data\": null,\n  \"StatusCode\": 401\n}"},{"id":"59cceed3-fc2b-464a-9cd0-a2535505894e","name":"The logged-in account cannot perform this operation.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/trash/resurrect"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"This operation is not allowed for the account.\",\n  \"Data\": null,\n  \"StatusCode\": 403\n}"},{"id":"69516c62-1acd-4cc2-9310-b091c9c6615c","name":"The upstream API rate limit was reached.","originalRequest":{"method":"POST","header":[{"description":"(Required) Per-session client UUID. Use a local Postman variable and never publish a real value.","key":"Client-Secret","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(Required) ","key":"Id","value":"1"}]},"url":"https://api.eksisozluk.com/v2/trash/resurrect"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":true,"description":{"content":"Seconds to wait before another safe read.","type":"text/plain"},"key":"Retry-After","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n  \"Success\": false,\n  \"Message\": \"Too many requests.\",\n  \"Data\": null,\n  \"StatusCode\": 429\n}"}],"_postman_id":"ade8ac37-1144-4ec4-b711-25def7f16953"}],"id":"d72517c9-7f3b-4620-be68-7258edf4062c","description":"<p>Deleted entries, restoration and permanent removal.</p>\n","_postman_id":"d72517c9-7f3b-4620-be68-7258edf4062c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","id":"02709f67-8fe4-44f3-91dd-ee328ba4781d","name":"Ekşi Sözlük Mobile API (Unofficial)","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]}},"event":[{"listen":"prerequest","script":{"exec":["const AUTH_ANONYMOUS = \"Get anonymous bearer token\";","const AUTH_LOGIN = \"Login with account\";","const AUTH_REFRESH = \"Refresh session\";","const BASE_URL = pm.variables.get(\"baseUrl\") || \"https://api.eksisozluk.com\";","const USER_AGENT = \"eksisozluk-android/144\";","let forgeLibrary;","const PUBLIC_KEY = `-----BEGIN PUBLIC KEY-----","MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4cNO1MGajB7fTxuZ1bC+","lSwMuob7YgTH441nWgTA+BDlw5bdYGyAIrTCkaSLrwimgG5rHT2izPqzn1rGRoqm","OV2VwIMkTF0FwmZ+STDu09zF2y7y7/OkZ9FaNOQTBDoCS1t2z38WC6YwzA4b/GTr","c/FFfMnVw4GPgIWlsxkNYMIspbtLEWcQGaa76e1nGPWxKgN0vF6T2lvhJaHnva9s","La9v+V2gcIlELF2KyIbNaN0zoy0bna7Mh1FA8Z/8BFPH2aIIdvvhIycZHcISZdsd","8giHsXSYkZlOqP7JS8ChKgWUccPNQlI+n7NbxmIGIFfWPXFIOc5sWbNQ+RtrLYrJ","owIDAQAB","-----END PUBLIC KEY-----`;","const VAULT = {","    username: \"eksi-username\",","    password: \"eksi-password\",","    bearerToken: \"eksi-bearer-token\",","    clientSecret: \"eksi-client-secret\",","    refreshToken: \"eksi-refresh-token\",","    clientUniqueId: \"eksi-client-unique-id\",","    expiresAt: \"eksi-token-expires-at\",","};","","function randomInteger(minimum, maximum) {","    const range = maximum - minimum + 1;","    const limit = Math.floor(0x100000000 / range) * range;","    const values = new Uint32Array(1);","    do {","        crypto.getRandomValues(values);","    } while (values[0] >= limit);","    return minimum + (values[0] % range);","}","","function randomHex(length) {","    const bytes = new Uint8Array(Math.ceil(length / 2));","    crypto.getRandomValues(bytes);","    return Array.from(bytes, (value) => value.toString(16).padStart(2, \"0\")).join(\"\").slice(0, length);","}","","function randomUuid() {","    const bytes = new Uint8Array(16);","    crypto.getRandomValues(bytes);","    bytes[6] = (bytes[6] & 0x0f) | 0x40;","    bytes[8] = (bytes[8] & 0x3f) | 0x80;","    const hex = Array.from(bytes, (value) => value.toString(16).padStart(2, \"0\"));","    return `${hex.slice(0, 4).join(\"\")}-${hex.slice(4, 6).join(\"\")}-${hex.slice(6, 8).join(\"\")}-${hex.slice(8, 10).join(\"\")}-${hex.slice(10).join(\"\")}`;","}","","function generateApiSecret(serverTime, clientSecret) {","    const forge = forgeLibrary ??= pm.require(\"npm:node-forge@1.4.0\");","    const dayOffset = randomInteger(1, 5000);","    const hourOffset = randomInteger(1, 5000);","    const minuteOffset = randomInteger(1, 10000);","    const hexLength = randomInteger(40, 80);","    const adjustedTime = serverTime - dayOffset * 86400000 - hourOffset * 3600000 - minuteOffset * 60000;","    const plaintext = `${randomHex(hexLength)}-c8ecd738-dc33-45a4-a977-ae8e2a51c644-${hexLength * hexLength}-${adjustedTime}-${dayOffset}-${hourOffset}-${minuteOffset}-eksisozluk-android/144-${clientSecret}`;","    const publicKey = forge.pki.publicKeyFromPem(PUBLIC_KEY);","    const encrypted = publicKey.encrypt(forge.util.encodeUtf8(plaintext), \"RSAES-PKCS1-V1_5\");","    return forge.util.encode64(encrypted);","}","","async function getServerTime() {","    const response = await pm.sendRequest({","        url: `${BASE_URL}/v2/clientsettings/time`,","        method: \"GET\",","        header: {Accept: \"application/json\", \"User-Agent\": \"eksisozluk-android/144\"},","    });","    if (response.code < 200 || response.code >= 300) {","        throw new Error(`Server time request failed with HTTP ${response.code}.`);","    }","    const serverTime = Number(response.json()?.Data);","    if (!Number.isFinite(serverTime)) {","        throw new Error(\"Server time response did not contain a valid Data value.\");","    }","    return serverTime;","}","","function tokenFromPayload(payload) {","    const data = payload?.Data && typeof payload.Data === \"object\" ? payload.Data : payload;","    return data?.access_token || data?.AccessToken;","}","","async function getClientUniqueId() {","    const stored = await pm.vault.get(VAULT.clientUniqueId);","    if (stored) {","        return stored;","    }","    const generated = randomUuid();","    await pm.vault.set(VAULT.clientUniqueId, generated);","    return generated;","}","","async function issueAnonymousToken(clientUniqueId) {","    const clientSecret = randomUuid();","    const apiSecret = generateApiSecret(await getServerTime(), clientSecret);","    const response = await pm.sendRequest({","        url: `${BASE_URL}/v2/account/anonymoustoken`,","        method: \"POST\",","        header: {","            Accept: \"application/json\",","            \"Content-Type\": \"application/x-www-form-urlencoded\",","            \"Client-Secret\": clientSecret,","            \"User-Agent\": \"eksisozluk-android/144\",","        },","        body: {","            mode: \"urlencoded\",","            urlencoded: [","                {key: \"DeviceModel\", value: \"Google sdk_gphone_x86_64\"},","                {key: \"Platform\", value: \"g\"},","                {key: \"Version\", value: \"2.4.10\"},","                {key: \"Build\", value: \"144\"},","                {key: \"Api-Secret\", value: apiSecret},","                {key: \"Client-Secret\", value: clientSecret},","                {key: \"ClientUniqueId\", value: clientUniqueId},","            ],","        },","    });","    if (response.code < 200 || response.code >= 300) {","        throw new Error(`Anonymous authentication failed with HTTP ${response.code}.`);","    }","    const payload = response.json();","    const accessToken = tokenFromPayload(payload);","    if (!accessToken) {","        throw new Error(\"Anonymous authentication response did not contain an access token.\");","    }","    return {accessToken, clientSecret, payload};","}","","function setAuthRequestVariables({accessToken, apiSecret, clientSecret, clientUniqueId, refreshToken, username, password}) {","    if (accessToken) pm.variables.set(\"bearerToken\", accessToken);","    if (apiSecret) pm.variables.set(\"apiSecret\", apiSecret);","    if (clientSecret) {","        pm.variables.set(\"clientSecret\", clientSecret);","        pm.variables.set(\"authClientSecret\", clientSecret);","    }","    if (clientUniqueId) pm.variables.set(\"clientUniqueId\", clientUniqueId);","    if (refreshToken) pm.variables.set(\"refreshToken\", refreshToken);","    if (username) pm.variables.set(\"authUsername\", username);","    if (password) pm.variables.set(\"authPassword\", password);","}","","async function prepareAnonymousRequest() {","    const clientUniqueId = await getClientUniqueId();","    const clientSecret = randomUuid();","    setAuthRequestVariables({","        apiSecret: generateApiSecret(await getServerTime(), clientSecret),","        clientSecret,","        clientUniqueId,","    });","}","","async function prepareLoginRequest() {","    const username = await pm.vault.get(VAULT.username);","    const password = await pm.vault.get(VAULT.password);","    if (!username || !password) {","        throw new Error(\"Add eksi-username and eksi-password to Postman Local Vault before login.\");","    }","    const clientUniqueId = await getClientUniqueId();","    const anonymous = await issueAnonymousToken(clientUniqueId);","    const clientSecret = randomUuid();","    setAuthRequestVariables({","        accessToken: anonymous.accessToken,","        apiSecret: generateApiSecret(await getServerTime(), clientSecret),","        clientSecret,","        clientUniqueId,","        username,","        password,","    });","}","","async function prepareRefreshRequest() {","    const accessToken = await pm.vault.get(VAULT.bearerToken);","    const clientSecret = await pm.vault.get(VAULT.clientSecret);","    const refreshToken = await pm.vault.get(VAULT.refreshToken);","    if (!accessToken || !clientSecret || !refreshToken) {","        throw new Error(\"No refreshable account session exists in Postman Local Vault. Run Login with account first.\");","    }","    setAuthRequestVariables({","        accessToken,","        apiSecret: generateApiSecret(await getServerTime(), clientSecret),","        clientSecret,","        clientUniqueId: await getClientUniqueId(),","        refreshToken,","    });","}","","async function loadStoredSession() {","    const accessToken = await pm.vault.get(VAULT.bearerToken);","    const clientSecret = await pm.vault.get(VAULT.clientSecret);","    if (accessToken && clientSecret) {","        setAuthRequestVariables({accessToken, clientSecret});","        return;","    }","    if (!pm.variables.get(\"bearerToken\") || !pm.variables.get(\"clientSecret\")) {","        throw new Error(\"No Postman session found. Run Get anonymous bearer token or Login with account first.\");","    }","}","","pm.request.headers.upsert({key: \"User-Agent\", value: USER_AGENT});","","if (pm.info.requestName === AUTH_ANONYMOUS) {","    await prepareAnonymousRequest();","} else if (pm.info.requestName === AUTH_LOGIN) {","    await prepareLoginRequest();","} else if (pm.info.requestName === AUTH_REFRESH) {","    await prepareRefreshRequest();","} else if (pm.info.requestName !== \"Get server timestamp\") {","    await loadStoredSession();","}"],"type":"text/javascript","packages":{"npm:node-forge@1.4.0":{"id":"npm:node-forge@1.4.0"}}}},{"listen":"test","script":{"exec":["const AUTH_ANONYMOUS = \"Get anonymous bearer token\";","const AUTH_LOGIN = \"Login with account\";","const AUTH_REFRESH = \"Refresh session\";","const AUTH_REQUESTS = new Set([AUTH_ANONYMOUS, AUTH_LOGIN, AUTH_REFRESH]);","const VAULT = {","    bearerToken: \"eksi-bearer-token\",","    clientSecret: \"eksi-client-secret\",","    refreshToken: \"eksi-refresh-token\",","    expiresAt: \"eksi-token-expires-at\",","    accountNick: \"eksi-account-nick\",","};","","function tokenData(payload) {","    return payload?.Data && typeof payload.Data === \"object\" ? payload.Data : payload;","}","","if (AUTH_REQUESTS.has(pm.info.requestName)) {","    if (pm.response.code < 200 || pm.response.code >= 300) {","        throw new Error(`Authentication failed with HTTP ${pm.response.code}.`);","    }","    const data = tokenData(pm.response.json());","    const accessToken = data?.access_token || data?.AccessToken;","    const clientSecret = pm.variables.get(\"authClientSecret\");","    if (!accessToken || !clientSecret) {","        throw new Error(\"Authentication response did not contain the expected session values.\");","    }","    await pm.vault.set(VAULT.bearerToken, accessToken);","    await pm.vault.set(VAULT.clientSecret, clientSecret);","    const refreshToken = data?.refresh_token || data?.RefreshToken;","    if (refreshToken) {","        await pm.vault.set(VAULT.refreshToken, refreshToken);","    } else if (pm.info.requestName === AUTH_ANONYMOUS || pm.info.requestName === AUTH_LOGIN) {","        await pm.vault.unset(VAULT.refreshToken);","        await pm.vault.unset(VAULT.accountNick);","    }","    const expiresIn = Number(data?.expires_in ?? data?.ExpiresIn);","    if (Number.isFinite(expiresIn)) {","        await pm.vault.set(VAULT.expiresAt, String(Date.now() + expiresIn * 1000));","    }","    const accountNick = data?.userName || data?.username || data?.nick || data?.Nick;","    if (accountNick) {","        await pm.vault.set(VAULT.accountNick, String(accountNick));","    }","    pm.variables.set(\"bearerToken\", accessToken);","    pm.variables.set(\"clientSecret\", clientSecret);","    console.log(pm.info.requestName === AUTH_ANONYMOUS ? \"Anonymous Postman session is ready.\" : \"Account Postman session is ready.\");","}"],"type":"text/javascript"}}],"variable":[{"key":"baseUrl","value":"https://api.eksisozluk.com"},{"key":"bearerToken","value":""},{"key":"clientSecret","value":""},{"key":"refreshToken","value":""}]}