{"info":{"_postman_id":"4598db28-bdfb-4acc-9ba1-c7c0aefa3a09","name":"Postacell Api Entegrasyon Dokümanı","description":"<html><head></head><body><p>Bu dokümanda, app.postacell.com.tr müşterilerininin site üzerinden yapabildikleri işlemlerin birçoğunu kapsayan API entegrasyonu bilgileri yer almaktadır.</p>\n<p>Entegrasyon ile ilgili sorularınızı app.postacell.com.tr sitesindeki Yardım&amp;Destek linkinden iletebilirsiniz.</p>\n<p>Sürüm v 1.0</p>\n<h2 id=\"api-host-adresi\">Api Host Adresi</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">https://app.postacell.com.tr/api/\n\n</code></pre>\n<p>Version kullanımı</p>\n<p>Api Host adresinden sonra <strong>v1|v2|v3</strong> şeklinde kullanılmaktadır.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">https://app.postacell.com.tr/api/v1/\n\n</code></pre>\n<h2 id=\"options-metodu\">OPTIONS metodu</h2>\n<p><strong>OPTIONS</strong> http metodunu ile dokümantasyonda ki tüm uç noktalar ile ilgili bilgi alabilirsiniz. Bu pratik ve hızlı bir şekilde servisin ne işe yaradığı hakkında bir verir verir.</p>\n<p><strong><code>OPTIONS uri</code></strong></p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">OPTIONS v1/timezone HTTP/1.1\nHost: app.postacell.com.tr/api/\nAccept: application/json\n\n</code></pre>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 200 Ok\nVary: Accept\nContent-Type: application/json\n{\n   \"name\": \"Time Zone\",\n   \"description\": \"Zaman dilimlerini listeler\",\n   \"renders\": [\n      \"application/json\",\n      \"text/html\"\n   ],\n   \"parses\": [\n      \"application/json\",\n      \"application/x-www-form-urlencoded\",\n      \"multipart/form-data\"\n   ]\n}\n\n</code></pre>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"19256239","collectionId":"4598db28-bdfb-4acc-9ba1-c7c0aefa3a09","publishedId":"UVXomDeY","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-01-21T03:50:28.000Z"},"item":[{"name":"Kimlik Doğrulama ve Token Alma","item":[{"name":"Token Nasıl Alınır","item":[{"name":"Token","id":"4ed903c6-bdef-4641-b0c3-47c16da1e3e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"\",\n    \"password\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.postacell.com.tr/api/token","description":"<p>Bu metod ile kimlik doğrulama işlemi yapılır. Doğrulama işlemi başarılı ise Token döner. Bu Token kimlik doğrulama gerektiren tüm request işlemlerinde kullanılır.</p>\n<p>access kimlik gerektiren tüm işlemlerde kullanılmalıdır.</p>\n<p>refresh süresi biten access için yeniden token üretir.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">POST token HTTP/1.1\nHost: app.postacell.com.tr/api/\nAccept: application/json, application/x-www-form-urlencoded, multipart/form-data\n\n</code></pre>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 200 Ok\nVary: Accept\nContent-Type: application/json\n{\n  \"access\": \"test\",\n  \"refresh\": \"test\"\n}\n\n</code></pre>\n<p><strong>Form Parameters</strong></p>\n<ul>\n<li><strong>username or email</strong> – <strong>required</strong></li>\n<li><strong>password</strong> – <strong>required</strong></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1\">200 OK</a> –</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1\">400 Bad Request</a> – json object returns</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.2\">401 Unauthorized</a> – json object returns</li>\n</ul>\n<p><code>username</code> ve <code>password</code> app.postacell.com.tr sitesine girişte kullandığınız ve sizin tarafınızdan oluşturulan bilgilerdir. <code>username</code> yerine <code>email</code> de kullanılabilir.</p>\n<p>Bu giriş bilgilerine sahip değilseniz app.postacell.com.tr adresini ziyaret ediniz.</p>\n<blockquote>\n<p><code>reflesh</code> token 24 saat, <code>access</code> token 5 dakika geçerlidir. 24 saat sonunda <code>token</code> api sine kullanıcı adı ve şifre girerek yeniden <code>access</code> ve <code>reflesh</code> token üretilmelidir.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","token"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ed903c6-bdef-4641-b0c3-47c16da1e3e0"},{"name":"Refresh","id":"f4307e1f-a3f1-404a-9a77-9288f5229683","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"refresh\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.postacell.com.tr/api/token/refresh","description":"<h2 id=\"refresh-kullanarak-token-alma\">Refresh Kullanarak Token Alma</h2>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST token/refresh HTTP/1.1\nHost: app.postacell.com.tr/api/\nAccept: application/json, application/x-www-form-urlencoded, multipart/form-data\n\n</code></pre><p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 200 OkVary: AcceptContent-Type: application/json\n{\n  \"access\": \"test\"\n}\n\n</code></pre>\n<p><strong>Form Parameters</strong></p>\n<ul>\n<li><strong>refresh</strong> – <strong>required</strong></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1\">200 OK</a> –</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1\">400 Bad Request</a> – json object returns</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.2\">401 Unauthorized</a> – json object returns</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","token","refresh"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4307e1f-a3f1-404a-9a77-9288f5229683"}],"id":"90f2ba69-49c5-4659-8e40-91556d89711c","_postman_id":"90f2ba69-49c5-4659-8e40-91556d89711c","description":""},{"name":"Örnek Kullanım","item":[{"name":"Hello","id":"b4c40faa-78b1-4e5a-95e7-b53554c17983","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.postacell.com.tr/api/v1/hello/","description":"<p>Request</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>curl \\\n    -H \"Authorization: Bearer test\" \\\n    https://app.postacell.com.tr/api/v1/hello/\n\n</code></pre><p>Response</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP 200 OK\nContent-Type: application/json\nVary: Accept\n{\n    \"message\": \"Hello, World!\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","hello",""],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4c40faa-78b1-4e5a-95e7-b53554c17983"}],"id":"905279d1-c82c-4c63-811c-5f69f62166a9","description":"<p>Kimlik doğrulama gerektiren API uç noktaları erişmek için, <code>access</code> token değerini aşağıdaki gibi tüm request’lerin başlığına eklemelisiniz:</p>\n<p>Örnek senaryomuzda <code>GET</code> metoduyla <code>/api/v1/hello/</code> adresini çağırıyoruz.</p>\n","_postman_id":"905279d1-c82c-4c63-811c-5f69f62166a9"}],"id":"ecdaf326-e507-45af-94d4-b12aa6d7bb9e","description":"<p>Kimlik doğrulama ve Token işlemlerinde JSON Web Token(JWT) Standardını kullanmaktadır. <a href=\"https://jwt.io\">https://jwt.io</a></p>\n","_postman_id":"ecdaf326-e507-45af-94d4-b12aa6d7bb9e"},{"name":"Kullanıcı Oluşturma","item":[{"name":"user/create","id":"a4bf3772-5018-49b8-975f-eb854b8a31bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"newuser\",\n    \"email\" : \"newuser@gmail.com\",\n    \"phone\" : \"905321234567\",\n    \"password1\": \"Azm3.pl\",\n    \"password2\": \"Azm3.pl\",\n    \"program_id\" : \"abc\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.postacell.com.tr/api/v1/user/create","description":"<p>Kullanıcı oluşturur ve sandbox hesabı açar.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">POST v1/user/create HTTP/1.1\nHost: app.postacell.com.tr/api/\nAccept: application/json\n\n</code></pre>\n<p><strong>Form Parameters</strong></p>\n<ul>\n<li><strong>username</strong> – required Kullanıcı ismi</li>\n<li><strong>email</strong> – required. Kullanıcının email adresi</li>\n<li><strong>phone</strong> – required. Telefon numarası. Lütfen aşağıdaki açıklamaya bakın.</li>\n<li><strong>password1</strong> – required. Parola. Lütfen aşağıdaki açıklamaya bakın.</li>\n<li><strong>password2</strong> – required. Parola. (password1 ve password2 nin aynı olması beklenir.)</li>\n<li><strong>program_id</strong> – required. Program id. Lütfen aşağıdaki açıklamaya bakın.</li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"https://kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.2\">201 Created</a> –</li>\n<li><a href=\"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1\">400 Bad Request</a> – json object return</li>\n<li><a href=\"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response :</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 201 Created\nVary: Accept\nContent-Type: application/json\n{\n   \"username\": \"newuser\",\n   \"email\": \"newuser@gmail.com\",\n   \"phone\": \"+905321234567\",\n   \"date_joined\": \"2024-05-07T07:26:55.493050Z\",\n   \"is_active\": true\n}\n\n</code></pre>\n<blockquote>\n<p><strong>phone</strong> Telefon numarası 905321234567 veya +905321234567 şeklinde gönderilmelidir. Ülke alan kodu, bölgesel kod, operatör kodu, telefon numarasındaki hatalarda “Invalid phone number” döner. </p>\n</blockquote>\n<blockquote>\n<p><strong>password1</strong> Parola kriterleri.<br />* Parola en az 6 karakter içermek zorundadır.<br />* Parola yaygın olarak kullanılan bir parola olamaz.<br />* En az bir tane sayı : 0-9.<br />* En az bir tane büyükharf : A-Z.<br />* En az bir tane küçük harf : a-z.<br />* En az bir tane bu sembollerden biri : () [] {} | ` ~ ! @ # $ % ^ &amp; * _ - + = ; : ’ ” , &lt; &gt; . / ?<br /><strong>password1</strong> ve <strong>password2</strong> nin aynı olması gerekir. </p>\n</blockquote>\n<blockquote>\n<p><strong>program_id</strong> affiliate marketing (satış ortaklığı) özelliğine sahip kullanıcılar bir program_id ye sahiptir.<br /><strong>program_id</strong> yi müşteri hizmetlerini arayarak veya panelenizdeki Satış Ortaklığı (Affiliate Marketing) linkine tıklayarak öğrenebilirsiniz.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","v1","user","create"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4bf3772-5018-49b8-975f-eb854b8a31bc"}],"id":"fecc0901-1189-42c7-804e-45518a611e70","description":"<p>Bu uç nokta <strong>affiliate marketing (satış ortaklığı)</strong> özelliğine sahip kullanıcılar tarafından kullanabilir.</p>\n","_postman_id":"fecc0901-1189-42c7-804e-45518a611e70"},{"name":"Email API","item":[{"name":"Liste ve Abone Yönetimi","item":[{"name":"Liste Servisleri","item":[{"name":"email/list-filter","id":"537f55ce-4944-45e1-9da0-e2c7da75e401","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.postacell.com.tr/api/v1/email/list-filter/?ordering=title&page=1","description":"<p>Listeleri getirir.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">GET v1/email/list-filter/?ordering=title&amp;page=1 HTTP/1.1\nHost: app.postacell.com.tr/api/\nAccept: application/json\n\n</code></pre>\n<p><strong>Query Parameters</strong></p>\n<ul>\n<li><strong>ordering</strong> – Birini kullanın <strong><code>title</code></strong>, <strong><code>create_date</code></strong>. A dan Z <strong><code>title</code></strong> Z den A <strong><code>-title</code></strong></li>\n<li><strong>page</strong> – Sayfa numarası. default 1</li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"https://kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1\">200 OK</a> –</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 200 OK\nVary: Accept\nContent-Type: application/json\n{\n  \"count\": 3,\n  \"next\": \"https://app.postacell.com.tr/api/v1/email/list-filter/?ordering=title&amp;page=2\",\n  \"previous\": null,\n  \"results\": [\n      {\n          \"id\": \"5fa29d777af8092595bcbac7\",\n          \"title\": \"Müşteri Listesi\",\n          \"user_id\": 1,\n          \"valid\": 1006,\n          \"update_date\": \"2020-11-04T12:24:23.609000Z\",\n          \"create_date\": \"2020-11-04T12:24:23.609000Z\"\n      },\n      {\n          \"id\": \"5fa29d8d7af8092595bcbb21\",\n          \"title\": \"Pazarlamacılar\",\n          \"user_id\": 1,\n          \"valid\": 12000,\n          \"update_date\": \"2020-11-04T12:24:45.257000Z\",\n          \"create_date\": \"2020-11-04T12:24:45.257000Z\"\n      },\n      {\n          \"id\": \"5fa29d8d7af8092595bcbb22\",\n          \"title\": \"Yurt Dışı Genel Müdürler\",\n          \"user_id\": 1,\n          \"valid\": 0,\n          \"update_date\": \"2020-11-04T12:24:45.501000Z\",\n          \"create_date\": \"2020-11-04T12:24:45.501000Z\"\n      }\n  ]\n}\n\n</code></pre>\n<p><strong>count:</strong> Toplam data sayısı</p>\n<p><strong>next:</strong> Sonraki sayfanın linki</p>\n<p>**previous :**Önceki sayfanın linki</p>\n<p>**user_id :**Müşteri ID</p>\n<p>**title :**Listenin başlığı</p>\n<p><strong>valid :</strong> Listenin içindeki geçerli abone sayısı</p>\n<blockquote>\n<p>Not<br />title alanı içinde arama yapılabilir. Örnek : /v1/email/list-filter/?title=genel</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","v1","email","list-filter",""],"host":["app","postacell","com","tr"],"query":[{"key":"ordering","value":"title"},{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"537f55ce-4944-45e1-9da0-e2c7da75e401"},{"name":"email/list/(str: ObjectId)","id":"00db7feb-1577-4ffa-85b5-a1e0cc0621fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.postacell.com.tr/api/v1/email/list/5fa3a57cfea360b650af1539","description":"<p>Liste detay</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET v1/email/list/5fa3a57cfea360b650af1539 HTTP/1.1\nHost: app.postacell.com.tr/api/\n</code></pre><p><strong>Parameters</strong></p>\n<ul>\n<li><strong>ObjectId</strong> (<em>str</em>) – Liste unique id</li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1\">200 OK</a> – </li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5\">404 Not Found</a> – </li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 200 OK\nVary: Accept\nContent-Type: application/json\n\n{\n  \"id\": \"5fa3a57cfea360b650af1539\",\n  \"title\": \"Müşteri Listesi\",\n  \"user_id\": 1,\n  \"valid\": 1700,\n  \"update_date\": \"2020-11-06T18:52:20.772755Z\",\n  \"create_date\": \"2020-11-06T18:52:20.772797Z\"\n}\n</code></pre>\n<p><strong>user_id :</strong> Müşteri ID</p>\n<p><strong>title :</strong> Listenin başlığı</p>\n<p>**valid :**Listenin içindeki geçerli abone sayısı</p>\n","urlObject":{"protocol":"https","path":["api","v1","email","list","5fa3a57cfea360b650af1539"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"00db7feb-1577-4ffa-85b5-a1e0cc0621fa"},{"name":"email/list","id":"f3f65b45-19ec-4c80-bdea-b8c504fd34b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"","type":"text"}]},"url":"https://app.postacell.com.tr/api/v1/email/list","description":"<p>Liste kaydeder.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST v1/email/list HTTP/1.1\nHost: app.postacell.com.tr/api/\nAccept: application/json, application/x-www-form-urlencoded, multipart/form-data\n\n</code></pre><p><strong>Form Parameters</strong></p>\n<ul>\n<li><strong>title</strong> – <strong>required</strong></li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.2\">201 Created</a> –</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1\">400 Bad Request</a> – json object return</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 201 Created\nVary: Accept\nContent-Type: application/json\n{\n  \"id\": \"5fa59b6840a5c2a3a8fc5099\",\n  \"title\": \"Müşteri Listesi\",\n  \"user_id\": 1,\n  \"valid\": 0,\n  \"update_date\": \"2020-11-06T18:52:20.772755Z\",\n  \"create_date\": \"2020-11-06T18:52:20.772797Z\"\n}\n\n</code></pre>\n<p><strong>user_id :</strong> Müşteri ID</p>\n<p><strong>title :</strong> Listenin başlığı</p>\n<p><strong>valid :</strong> Listenin içindeki geçerli abone sayısı</p>\n","urlObject":{"protocol":"https","path":["api","v1","email","list"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"f3f65b45-19ec-4c80-bdea-b8c504fd34b4"},{"name":"email/list/(str:ObjectId)","id":"e2ec59aa-2337-4913-bdfc-80c52c7a546d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"","type":"text"}]},"url":"https://app.postacell.com.tr/api/v1/email/list/61eb96c7093d72d6cd58191c","description":"<p>Liste title alanının günceller.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>PATCH v1/email/list/5fa3a57cfea360b650af1539 HTTP/1.1\nHost: app.postacell.com.tr/api/\nAccept: application/json, application/x-www-form-urlencoded, multipart/form-data\n</code></pre><p><strong>Parameters</strong></p>\n<ul>\n<li><strong>ObjectId</strong> (<em>str</em>) – Liste unique id</li>\n</ul>\n<p><strong>Form Parameters</strong></p>\n<ul>\n<li><strong>title</strong> – <strong>required</strong></li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1\">200 OK</a> – </li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1\">400 Bad Request</a> – json object return</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 200 OK\nVary: Accept\nContent-Type: application/json\n\n{\n  \"id\": \"5fa3a57cfea360b650af1539\",\n  \"title\": \"Müşteri Listesi 1\",\n  \"user_id\": 1,\n  \"update_date\": \"2020-11-06T18:52:20.772755Z\",\n  \"create_date\": \"2020-11-06T18:52:20.772797Z\"\n}\n</code></pre>\n<p>**user_id :**Müşteri ID</p>\n<p>**title :**Listenin başlığı</p>\n<p>**valid :**Listenin içindeki geçerli abone sayısı</p>\n","urlObject":{"protocol":"https","path":["api","v1","email","list","61eb96c7093d72d6cd58191c"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2ec59aa-2337-4913-bdfc-80c52c7a546d"},{"name":"email/list/(str:ObjectId)","id":"95a8f18a-e26b-460a-96ef-12873da89108","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.postacell.com.tr/api/v1/email/list/61eb96c7093d72d6cd58191c","description":"<p>Listeyi siler.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>DELETE v1/email/list/5fa3a57cfea360b650af1539 HTTP/1.1\nHost: app.postacell.com.tr/api/\n</code></pre><p><strong>Parameters</strong></p>\n<ul>\n<li><strong>ObjectId</strong> (<em>str</em>) – Liste unique id</li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.5\">204 No Content</a> – </li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5\">404 Not Found</a> – </li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 204 No Content\n</code></pre>\n<blockquote>\n<p>Not<br />Bir listeyi sildiğinizde içindeki aboneler silinmez.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","v1","email","list","61eb96c7093d72d6cd58191c"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"95a8f18a-e26b-460a-96ef-12873da89108"},{"name":"email/counter/list/(str:ObjectId)","id":"af74980d-1b8d-4439-af68-501b7740096e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.postacell.com.tr/api/v1/email/counter/list/616e6023459fbb324f8a4123","description":"<p>ObjectId si gönderilen listenin abone status detaylarını getirir.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET v1/email/counter/list/600d5ef5c572db1443208c2e HTTP/1.1\nHost: app.postacell.com.tr/api/\n</code></pre><p><strong>Parameters</strong></p>\n<ul>\n<li><strong>ObjectId</strong> (<em>str</em>) – Liste unique id</li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1\">200 OK</a> – </li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5\">404 Not Found</a> – </li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 200 OK\nVary: Accept\nContent-Type: application/json\n\n[\n   {\n      \"_id\": \"active\",\n      \"count\": 3319\n   },\n   {\n      \"_id\": \"unsubscribed\",\n      \"count\": 1\n   },\n   {\n      \"_id\": \"spam_complaint\",\n      \"count\": 1\n   }\n]\n</code></pre>\n<p>**_id :**Gelebilecek değerler : <code>active</code>, <code>unsubscribed</code>, <code>soft_bounce</code>, <code>hard_bounce</code>, <code>spam_complaint</code></p>\n<p>**count :**Listenin içindeki _id durumuna göre abone sayısı</p>\n","urlObject":{"protocol":"https","path":["api","v1","email","counter","list","616e6023459fbb324f8a4123"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"af74980d-1b8d-4439-af68-501b7740096e"}],"id":"4a68b99f-0dff-4968-836b-fb88f358362c","_postman_id":"4a68b99f-0dff-4968-836b-fb88f358362c","description":""},{"name":"Abone Servisleri","item":[{"name":"email/subscribers-filter/","id":"7e613912-37c5-468b-9ad6-cedd32b5e09b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.postacell.com.tr/api/v1/email/subscribers-filter/","description":"<p>Aboneleri getirir. Parametre göndererek arama ve sıralama yapılabilir.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET v1/email/subscribers-filter HTTP/1.1\nHost: app.postacell.com.tr/api/\nAccept: application/json\n\n</code></pre><p><strong>Query Parameters</strong></p>\n<ul>\n<li><strong>ordering</strong> – Birini kullanın <strong><code>email</code></strong>, <strong><code>create_date</code></strong>. A dan Z <strong><code>email</code></strong> Z den A <strong><code>-email</code></strong></li>\n<li><strong>page</strong> – Sayfa numarası. default 1</li>\n<li><strong>email</strong> – Email adresi</li>\n<li><strong>lists</strong> – Liste ObjectId. String olarak gönderilmelidir.</li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1\">200 OK</a> –</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 200 OK\nVary: Accept\nContent-Type: application/json\n{\n\"count\": 22,\n\"next\": \"https://api.postacell.com.tr/api/v1/email/subscribers-filter/?ordering=email&amp;page=4\",\n\"previous\": \"https://api.postacell.com.tr/api/v1/email/subscribers-filter/?ordering=email&amp;page=2\",\n\"results\": [\n   {\n      \"id\": \"614724fb740710112251f140\",\n      \"email\": \"jonedoe@gmail.com\",\n      \"create_date\": \"2021-09-19T11:54:35.310000\",\n      \"update_date\": \"2021-11-14T11:18:47.177000\",\n      \"status\": \"active\",\n      \"verify\": 2\n  },\n  {\n      \"id\": \"6147255bc50c1253515629da\",\n      \"email\": \"jonedoe2@gmail.com\",\n      \"create_date\": \"2021-09-19T11:56:11.905000\",\n      \"update_date\": \"2021-09-23T11:43:32.456000\",\n      \"status\": \"active\",\n      \"verify\": 2\n  },\n  {\n      \"id\": \"6147255bc50c1253515629dc\",\n      \"email\": \"jonedoe3@gmail.com\",\n      \"create_date\": \"2021-09-19T11:56:11.926000\",\n      \"update_date\": \"2021-09-23T11:43:32.467000\",\n      \"status\": \"active\",\n      \"verify\": 2\n  },\n  {\n      \"id\": \"6147255bc50c1253515629de\",\n      \"email\": \"jonedoe3@gmail.com\",\n      \"create_date\": \"2021-09-19T11:56:11.942000\",\n      \"update_date\": \"2021-09-23T11:43:32.477000\",\n      \"status\": \"active\",\n      \"verify\": 2\n  }\n]\n}\n\n</code></pre>\n<p>**count :**Toplam data sayısı</p>\n<p>**next :**Sonraki sayfanın linki</p>\n<p>**previous :**Önceki sayfanın linki</p>\n<p>**email :**Email adresi</p>\n<p>**status :**Alabileceği değerler : <code>active</code>, <code>unsubscribed</code>, <code>soft_bounce</code>, <code>hard_bounce</code>, <code>spam_complaint</code></p>\n<p>**verify :**Email Verify durumu 1 = Email Geçerli Değil, 2 = Email Geçerli, 3 = Email Kontrol İçin Bekliyor</p>\n<blockquote>\n<p>Not<br />Bu uç nokta’da email, status, lists parametresinde filtreleme yapılabilir.</p>\n<p>Örn 1 : /v1/email/subscribers-filter/?email=gmail.com. İçinde gmail.com geçen tüm aboneler döner.</p>\n<p>Örn 2 : /v1/email/subscribers-filter/?email=gmail.com&amp;status=spam_complaint. İçinde gmail.com geçen ve status=spam_complaint durumundaki aboneler döner.</p>\n<p>Örn 3 : /v1/email/subscribers-filter/?lists=5fa3057afea360b650af1536&amp;status=spam_complaint. status=spam_complaint ve Liste ObjectId 5fa3057afea360b650af1536 ye kayıtlı aboneler döner.</p>\n<p>Arama operatörleri aşağıdaki gibidir</p>\n<p>email : %email%<br />status : =<br />lists : =</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","v1","email","subscribers-filter",""],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e613912-37c5-468b-9ad6-cedd32b5e09b"},{"name":"email/subscribers/(str:ObjectId)","id":"1e8f510a-be40-418a-94cc-b6e62af2081a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.postacell.com.tr/api/v1/email/subscribers/61505b5a558e18541fd7b342","description":"<p>Abone bilgilerini getirir.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET v1/email/subscribers/5fa6f6520ca622032cb90d8b HTTP/1.1\nHost: app.postacell.com.tr/api/\n\n</code></pre><p><strong>Parameters</strong></p>\n<ul>\n<li><strong>ObjectId</strong> (<em>str</em>) – Subscribers unique id</li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1\">200 OK</a> –</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5\">404 Not Found</a> –</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 200 OK\nVary: AcceptContent-Type: application/json\n{\n   \"id\": \"5fa6f6520ca622032cb90d8b\",\n   \"email\": \"johndoe@gmail.com\",\n   \"first_name\": \"John\",\n   \"last_name\": \"Doe\",\n   \"phone\": \"\",\n   \"create_date\": \"2020-11-27T12:12:18.248000Z\",\n   \"update_date\": \"2020-11-27T12:12:18.248000Z\",\n   \"status\": \"active\",\n   \"user_id\": 1,\n   \"verify\" : 2,\n   \"source\": \"manual\",\n   \"source_ip\": \"52.58.5.37\",\n   \"lists\": [\n      {\n            \"id\": \"5fa3057afea360b650af1536\",\n            \"title\": \"General Manager\"\n      },\n      {\n            \"id\": \"5fa2fe74fea360b650af152c\",\n            \"title\": \"Northern Network Marketing\"\n      }\n   ],\n   \"fields\": [\n      {\n          \"value\": \"Bismarck State College\",\n          \"field\": {\n             \"id\": \"5fddfb903abcbbdfcc676696\",\n             \"title\": \"School\",\n             \"type\": \"text\",\n             \"merge_tag\": \"school\"\n          }\n      },\n      {\n         \"value\": \"29\",\n         \"field\": {\n            \"id\": \"5fe226a45c93d3d479d9f151\",\n            \"title\": \"Age\",\n            \"type\": \"number\",\n            \"merge_tag\": \"age\"\n         }\n      }\n   ]\n}\n\n</code></pre>\n<p>**email :**Email adresi</p>\n<p>**first_name :**Adı</p>\n<p>**last_name :**Soyadı</p>\n<p>**phone :**Telefon numarası</p>\n<p>**status :**Alabileceği değerler : <code>active</code>, <code>unsubscribed</code>, <code>soft_bounce</code>, <code>hard_bounce</code>, <code>spam_complaint</code></p>\n<p>**verify :**Email Verify durumu 1 = Email Geçerli Değil, 2 = Email Geçerli, 3 = Email Kontrol İçin Bekliyor</p>\n<p>**source_ip :**Kaydı gönderen IP adresi</p>\n<p>**source :**Kayıt tipi</p>\n<p>**user_id :**Kullanıcı id</p>\n<p>**lists :**Aboneye bağlı liste veya listeler</p>\n<p>**fields :**Aboneye özel alanları</p>\n","urlObject":{"protocol":"https","path":["api","v1","email","subscribers","61505b5a558e18541fd7b342"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e8f510a-be40-418a-94cc-b6e62af2081a"},{"name":"email/subscribers","id":"d96b2bda-fa6e-44c1-a078-0ead93a4483e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"email\": \"johndoe@domain.com\",\n   \"first_name\": \"John\",\n   \"last_name\": \"Doe\",\n   \"status\": \"active\",\n   \"update\": false,\n   \"lists\": [\n      \"613360a7f4f13a30fd4419d9\",\n      \"6013ce49a6f33d3b1809da1d\"\n   ],\n   \"fields\": [\n      {\n            \"value\": \"New G\",\n            \"field\": \"613ef1081ee5c40e796387b8\"\n      }\n   ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.postacell.com.tr/api/v1/email/subscribers","description":"<p>Abone yoksa kaydeder varsa günceller.</p>\n<blockquote>\n<p><strong>Not</strong><br />Bu servis sadece Accept: application/json veriyi kabul eder.</p>\n</blockquote>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST v1/email/subscribers HTTP/1.1\nHost: app.postacell.com.tr/api/\nAccept: application/json\n{\n   \"email\": \"johndoe@domain.com\",\n   \"first_name\": \"John\",\n   \"last_name\": \"Doe\",\n   \"status\": \"active\",\n   \"update\": false,\n   \"lists\": [\n      \"613360a7f4f13a30fd4419d9\",\n      \"6013ce49a6f33d3b1809da1d\"\n   ],\n   \"fields\": [\n      {\n            \"value\": \"New G\",\n            \"field\": \"613ef1081ee5c40e796387b8\"\n      }\n   ]\n}\n\n</code></pre><p><strong>Form Parameters</strong></p>\n<ul>\n<li><strong>email</strong> – <strong>required</strong>. Email adresi</li>\n<li><strong>first_name</strong> – Adı</li>\n<li><strong>last_name</strong> – Soyadı</li>\n<li><strong>phone</strong> – Telefon numarası</li>\n<li><strong>status</strong> – <strong>required</strong>. Alabileceği değerler : <strong><code>active</code></strong>, <strong><code>unsubscribed</code></strong>, <strong><code>soft_bounce</code></strong>, <strong><code>hard_bounce</code></strong>, <strong><code>spam_complaint</code></strong></li>\n<li><strong>lists</strong> – Bir abone bir veya birden fazla listeye dahil edilebilir.</li>\n<li><strong>fields</strong> – Aboneye özel alanlardır. Değerler field ve value eşleştirmesi yapılarak gönderilir.</li>\n<li><strong>update</strong> – Parametrenin alabileceği değerler <strong><code>true</code></strong>, <strong><code>false</code></strong>. true gönderilirse mevcut kayıt güncellenir.</li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.2\">201 Created</a> –</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1\">200 OK</a> – Kayıt update olduysa döner</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1\">400 Bad Request</a> – json object return</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>HTTP/1.1 201 Created\nVary: Accept\nContent-Type: application/json\n{\n   \"id\": \"613ef23d1ee5c40e796387bc\",\n   \"email\": \"johndoe@domain.com\",\n   \"first_name\": \"John\",\n   \"last_name\": \"Doe\",\n   \"phone\": null,\n   \"create_date\": \"2021-09-13T06:39:57.349353Z\",\n   \"update_date\": \"2021-09-13T06:39:57.349375Z\",\n   \"status\": \"active\",\n   \"source_ip\": \"192.168.80.1\",\n   \"source\": \"manual\",\n   \"verify\": 2,\n   \"user_id\": 56,\n   \"lists\": [\n      \"613360a7f4f13a30fd4419d9\",\n      \"6013ce49a6f33d3b1809da1d\"\n   ],\n   \"fields\": [\n      {\n            \"value\": \"New G\",\n            \"field\": \"613ef1081ee5c40e796387b8\"\n      }\n   ]\n}\n\n</code></pre><p>**email :**Email adresi</p>\n<p>**first_name :**Adı</p>\n<p>**last_name :**Soyadı</p>\n<p>**phone :**Telefon numarası</p>\n<p>**status :**Emailin durumu. Parametrenin alabileceği değerler : <code>active</code>, <code>unsubscribed</code>, <code>soft_bounce</code>, <code>hard_bounce</code>, <code>spam_complaint</code></p>\n<p>**source_ip :**Kaydı gönderen IP adresi</p>\n<p>**source :**Kayıt tipi</p>\n<p>**user_id :**Kullanıcı id</p>\n<p>**lists :**Aboneye bağlı liste veya listeler</p>\n<p>**fields :**Aboneye özel alanları</p>\n","urlObject":{"protocol":"https","path":["api","v1","email","subscribers"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"d96b2bda-fa6e-44c1-a078-0ead93a4483e"},{"name":"email/subscribers/(str:ObjectId)","id":"bbddc9cc-9e04-4876-a16f-eb0d7d9aa2cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.postacell.com.tr/api/v1/email/subscribers/61ebb362093d72d6cd581930","description":"<p>Abone bilgilerini günceller.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>PATCH v1/email/subscribers/5fa6f6520ca622032cb90d8b HTTP/1.1\nHost: app.postacell.com.tr/api/\nAccept: application/json, application/x-www-form-urlencoded, multipart/form-data\n</code></pre><p><strong>Parameters</strong></p>\n<ul>\n<li><strong>ObjectId</strong> (<em>str</em>) – Subscribers unique id</li>\n</ul>\n<p><strong>Form Parameters</strong></p>\n<ul>\n<li><strong>first_name</strong> – Adı</li>\n<li><strong>last_name</strong> – Soyadı</li>\n<li><strong>phone</strong> – Telefon numarası</li>\n<li><strong>status</strong> – <strong>required</strong>. Parametrenin alabileceği değerler : <strong><code>active</code></strong>, <strong><code>unsubscribed</code></strong>, <strong><code>soft_bounce</code></strong>, <strong><code>hard_bounce</code></strong>, <strong><code>spam_complaint</code></strong></li>\n<li><strong>lists</strong> – Bir abone bir veya birden fazla listeye dahil edilebilir.</li>\n<li><strong>fields</strong> – Aboneye özel alanlardır. Değerler field ve value eşleştirmesi yapılarak gönderilir.</li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1\">200 OK</a> – </li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1\">400 Bad Request</a> – json object return</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 200 OK\nVary: AcceptContent-Type: application/json\n\n{\n   \"id\": \"5fa6f6520ca622032cb90d8b\",\n   \"first_name\": \"John\",\n   \"last_name\": \"Doe\",\n   \"phone\": \"\",\n   \"create_date\": \"2020-11-28T11:38:24.474705Z\",\n   \"update_date\": \"2020-11-28T11:38:24.553445Z\",\n   \"status\": \"active\",\n   \"user_id\": 1,\n   \"lists\": [\n      \"5fb0d22db8104d9af3a526be\"\n   ],\n   \"fields\": [\n      {\n         \"value\": \"Bismarck State College\",\n         \"field\": \"5fddfb903abcbbdfcc676696\"\n      },\n      {\n         \"value\": \"29\",\n         \"field\": \"5fe226a45c93d3d479d9f151\"\n      }\n   ]\n}\n</code></pre>\n<p>**email :**Email adresi</p>\n<p>**first_name :**Adı</p>\n<p>**last_name :**Soyadı</p>\n<p>**phone :**Telefon numarası</p>\n<p>**status :**Emailin durumu. Parametrenin alabileceği değerler : <code>active</code>, <code>unsubscribed</code>, <code>soft_bounce</code>, <code>hard_bounce</code>, <code>spam_complaint</code></p>\n<p>**source_ip :**Kaydı gönderen IP adresi</p>\n<p>**source :**Kayıt tipi</p>\n<p>**user_id :**Kullanıcı id</p>\n<p>**lists :**Aboneye bağlı liste veya listeler</p>\n<p>**fields :**Aboneye özel alanları</p>\n<blockquote>\n<p><strong>Not</strong><br />Abone güncelleme işlemleri için <code>POST email/subscribers</code> servisini de kullanabilirsiniz. Ancak <code>PATCH</code> cok daha hızlıdır.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","v1","email","subscribers","61ebb362093d72d6cd581930"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"bbddc9cc-9e04-4876-a16f-eb0d7d9aa2cf"},{"name":"email/subscribers/(str:ObjectId)","id":"a3ad015a-6f91-491c-b198-fbffb54073f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.postacell.com.tr/api/v1/email/subscribers/61ebb362093d72d6cd581930","description":"<p>Aboneyi siler.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>DELETE v1/email/subscribers/5fa6f6520ca622032cb90d8b HTTP/1.1\nHost: app.postacell.com.tr/api/\n\n</code></pre><p><strong>Parameters</strong></p>\n<ul>\n<li><strong>ObjectId</strong> (<em>str</em>) – Liste unique id</li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.5\">204 No Content</a> –</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1\">400 Bad Request</a> – json object return</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5\">404 Not Found</a> –</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>HTTP/1.1 204 No Content\n\n</code></pre>","urlObject":{"protocol":"https","path":["api","v1","email","subscribers","61ebb362093d72d6cd581930"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"a3ad015a-6f91-491c-b198-fbffb54073f1"}],"id":"b5c7820d-f49b-491e-808d-fb4de13338f7","description":"<p>Kullanıcıların email adreslerini kayıt ettikleri yerdir.</p>\n","_postman_id":"b5c7820d-f49b-491e-808d-fb4de13338f7"},{"name":"Özel Alanlar","item":[{"name":"email/fields","id":"e55f1eea-a8ad-436f-8f98-9f2917c4f3c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.postacell.com.tr/api/v1/email/fields","description":"<p>Kullanıcının özel alanlarını getirir.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET v1/email/fields HTTP/1.1\nHost: app.postacell.com.tr/api/Accept: application/json\n</code></pre><p><strong>Parameters</strong></p>\n<ul>\n<li><strong>title</strong> – Özel alan adı</li>\n<li><strong>type</strong> (<em>String</em>) – Özel alanın tipi. Alabileceği değerler <strong><code>text</code></strong>, <strong><code>number</code></strong>, <strong><code>date</code></strong></li>\n<li><strong>merge_tag</strong> (<em>String</em>) – Otomatik oluşturulur.</li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1\">200 OK</a> – </li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 200 OK\nVary: Accept\nContent-Type: application/json\n\n[\n   {\n      \"id\": \"5fddb523d1dd03ee58307f85\",\n      \"title\": \"Company\",\n      \"type\": \"text\",\n      \"merge_tag\": \"company\"\n   },\n   {\n      \"id\": \"5fddb75e67ee89d1695f1a86\",\n      \"title\": \"School\",\n      \"type\": \"text\",\n      \"merge_tag\": \"school\"\n   }\n]\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","email","fields"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"e55f1eea-a8ad-436f-8f98-9f2917c4f3c2"},{"name":"email/fields/(str:ObjectId)","id":"46b8132c-e020-4868-8deb-970e1a3c059a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.postacell.com.tr/api/v1/email/fields/6157f33f38e076845bcf9bf4","description":"<p>ID'si gönderilen özel alanın bilgilerini getirir</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET v1/email/fields/5fddb523d1dd03ee58307f85 HTTP/1.1\nHost: app.postacell.com.tr/api/\n\n</code></pre><p><strong>Parameters</strong></p>\n<ul>\n<li><strong>ObjectId</strong> (<em>str</em>) – Fields unique id</li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1\">200 OK</a> –</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5\">404 Not Found</a> –</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 200 OK\nVary: Accept\nContent-Type: application/json\n{\n   \"id\": \"5fddb523d1dd03ee58307f85\",\n   \"title\": \"Company\",\n   \"type\": \"text\",\n   \"merge_tag\": \"company\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","email","fields","6157f33f38e076845bcf9bf4"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"46b8132c-e020-4868-8deb-970e1a3c059a"},{"name":"email/fields","id":"03674985-b334-40f8-95eb-d2ae7026754e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://app.postacell.com.tr/api/v1/email/fields","description":"<p>Özel alan kaydeder.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST v1/email/fields HTTP/1.1\nHost: app.postacell.com.tr/api/\nAccept: application/json, application/x-www-form-urlencoded, multipart/form-data\n</code></pre><p><strong>Form Parameters</strong></p>\n<ul>\n<li><strong>title</strong> – <strong>required</strong></li>\n<li><strong>type</strong> – <strong>required</strong>. Alabileceği değerler <strong><code>text</code></strong>, <strong><code>number</code></strong>, <strong><code>date</code></strong></li>\n</ul>\n<p><strong>Parameters</strong></p>\n<ul>\n<li><strong>merge_tag</strong> (<em>String</em>) – Otomatik oluşturulur.</li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.2\">201 Created</a> – </li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1\">400 Bad Request</a> – json object return</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 201 Created\nVary: AcceptContent-Type: application/json\n\n{\n   \"id\": \"5fddc1ad6c7644c40040d9e4\",\n   \"title\": \"Company\",\n   \"type\": \"text\",\n   \"merge_tag\": \"company\"\n}\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","email","fields"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"03674985-b334-40f8-95eb-d2ae7026754e"},{"name":"email/fields/(str: ObjectId)","id":"052782c5-7ce5-4d64-b534-6cd8a7c6b639","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"https://app.postacell.com.tr/api/v1/email/fields/5fddc1ad6c7644c40040d9e4","description":"<p>Özel alan başlığını günceller.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>PATCH v1/email/fields/5fddc1ad6c7644c40040d9e4 HTTP/1.1\nHost: app.postacell.com.tr/api/\nAccept: application/json, application/x-www-form-urlencoded, multipart/form-data\n</code></pre><p><strong>Parameters</strong></p>\n<ul>\n<li><strong>ObjectId</strong> (<em>str</em>) – Fields unique id</li>\n</ul>\n<p><strong>Form Parameters</strong></p>\n<ul>\n<li><strong>title</strong> – <strong>required</strong></li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1\">200 OK</a> – </li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 200 OK\nVary: Accept\nContent-Type: application/json\n\n{\n   \"id\": \"5fddc1ad6c7644c40040d9e4\",\n   \"title\": \"Big Company\",\n}\n</code></pre>\n<p><strong>Parameters</strong></p>\n<ul>\n<li><strong>ObjectId</strong> (<em>str</em>) – Fields unique id</li>\n</ul>\n<p><strong>Form Parameters</strong></p>\n<ul>\n<li><strong>title</strong> – <strong>required</strong></li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1\">200 OK</a> – no error</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – return json obj</li>\n</ul>\n<blockquote>\n<p><strong>Not</strong><br />Sadece title alanı güncellenebilir.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","v1","email","fields","5fddc1ad6c7644c40040d9e4"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"052782c5-7ce5-4d64-b534-6cd8a7c6b639"},{"name":"email/fields/(str:ObjectId)","id":"947f12fc-6757-44b5-b5ce-ce8ee8d28390","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.postacell.com.tr/api/v1/email/fields/61ebc7b9093d72d6cd581936","description":"<p>Özel alanı siler.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>DELETE v1/email/fields/5fddc1ad6c7644c40040d9e4 HTTP/1.1\nHost: app.postacell.com.tr/api/\n</code></pre><p><strong>Parameters</strong></p>\n<ul>\n<li><strong>ObjectId</strong> (<em>str</em>) – Fields unique id</li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.5\">204 No Content</a> – </li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5\">404 Not Found</a> – </li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>HTTP/1.1 204 No Content\n</code></pre><blockquote>\n<p><strong>Not</strong><br />Bir özel alanı sildiğinizde, bağlı olduğu her yerden silinir.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","v1","email","fields","61ebc7b9093d72d6cd581936"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"947f12fc-6757-44b5-b5ce-ce8ee8d28390"}],"id":"b9a92332-ad7f-4a73-9123-f6bab7932f33","description":"<p>Özel alanlar aboneler için extra alanlar tanımlamasını sağlar.</p>\n<p>Örneğin abonelerin okullarını, doğum tarihlerini ve bir çok kişiselleştirilmiş alan burada oluşturulabilir.</p>\n","_postman_id":"b9a92332-ad7f-4a73-9123-f6bab7932f33"},{"name":"Segment","item":[{"name":"email/segment","id":"3405d435-f2dc-49bc-be8a-bdcc4ff4b7dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.postacell.com.tr/api/v1/email/segment","description":"<p>Kullanıcının segment lerini getirir.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET v1/email/segment HTTP/1.1\nHost: app.postacell.com.tr/api/\nAccept: application/json\n</code></pre><p><strong>Parameters</strong></p>\n<ul>\n<li><strong>title</strong> – Segment adı</li>\n<li><strong>matching</strong> – Arama nasıl yapılacak, or|and</li>\n<li><strong>lists</strong> – Hangi listelerde arama yapılacak. Buradaki ObjectId detaylarına <a href=\"#get-email-list-str-objectid\">GET email/list/(str:ObjectId)</a> uç noktasından ulaşabilirsiniz.</li>\n<li><strong>segments</strong> – <strong><code>role</code></strong> arama biçimi, <strong><code>value</code></strong> aranacak değer, <strong><code>custom_field</code></strong> Aboneye ait sabit yada özel alan. Buradaki ObjectId detayına <a href=\"#get-email-fields-str-objectid\">GET email/fields/(str:ObjectId)</a> uç noktasından ulaşabilirsiniz.</li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1\">200 OK</a> – </li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 200 OK\nVary: Accept\nContent-Type: application/json\n\n[\n   {\n      \"id\": \"60110b6d90a31bfe4d082e5c\",\n      \"title\": \"get domain\",\n      \"matching\": \"or\",\n      \"lists\": [],\n      \"segments\": [\n            {\n               \"field\": null,\n               \"role\": \"ends_with\",\n               \"value\": \".de\",\n               \"custom_field\": \"6006ac8171a4d90b9ed1ee8c\"\n            },\n            {\n               \"field\": null,\n               \"role\": \"contains\",\n               \"value\": \"tw\",\n               \"custom_field\": \"6006ac8171a4d90b9ed1ee8c\"\n            },\n            {\n               \"field\": null,\n               \"role\": \"contains\",\n               \"value\": \".ch\",\n               \"custom_field\": \"6006ac8171a4d90b9ed1ee8c\"\n            }\n      ],\n      \"create_date\": \"2021-01-27T06:42:53.129000Z\"\n   },\n   {\n      \"id\": \"60103cf0f57d0a30ca3048bc\",\n      \"title\": \"get hotmail\",\n      \"matching\": \"or\",\n      \"lists\": [],\n      \"segments\": [\n            {\n               \"field\": null,\n               \"role\": \"contains\",\n               \"value\": \"hotmail\",\n               \"custom_field\": \"6006ac8171a4d90b9ed1ee8c\"\n            }\n      ],\n      \"create_date\": \"2021-01-26T16:01:52.742000Z\"\n   }\n]\n</code></pre>\n<blockquote>\n<p><strong>Not</strong><br />email, first_name, last_name, phone alanları tüm kullanıcılar sabit olduğundan bunlara ait ObjectId ler de sabittir. Bu ObjectId ler sabittir ve değişmemektedir.  </p>\n<p>email = 6006ac8171a4d90b9ed1ee8c<br />first_name = 6006acc071a4d90b9ed1f2b9<br />last_name = 6006acc371a4d90b9ed1f2d3<br />phone = 6006acc671a4d90b9ed1f2fc</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","v1","email","segment"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"3405d435-f2dc-49bc-be8a-bdcc4ff4b7dd"},{"name":"email/segment/(str:ObjectId)","id":"643c31a3-c073-40d1-b4c0-a47fcd6f20d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.postacell.com.tr/api/v1/email/segment/61710f5e459fbb324f8a412f","description":"<p>Segment detay bilgisini getirir.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET v1/email/segment/60110b6d90a31bfe4d082e5c HTTP/1.1\nHost: app.postacell.com.tr/api/\n</code></pre><p><strong>Parameters</strong></p>\n<ul>\n<li><strong>title</strong> – Segment adı</li>\n<li><strong>matching</strong> – Arama nasıl yapılacak, or|and</li>\n<li><strong>lists</strong> – Hangi listelerde arama yapılacak. Buradaki ObjectId detaylarına <a href=\"#get-email-list-str-objectid\">GET email/list/(str:ObjectId)</a> uç noktasından ulaşabilirsiniz.</li>\n<li><strong>segments</strong> – <strong><code>role</code></strong> arama biçimi, <strong><code>value</code></strong> aranacak değer, <strong><code>custom_field</code></strong> Aboneye ait sabit yada özel alan. Buradaki ObjectId detayına <a href=\"#get-email-fields-str-objectid\">GET email/fields/(str:ObjectId)</a> uç noktasından ulaşabilirsiniz.</li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1\">200 OK</a> – </li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 200 OK\nVary: Accept\nContent-Type: application/json\n\n{\n   \"id\": \"60110b6d90a31bfe4d082e5c\",\n   \"title\": \"get domain\",\n   \"matching\": \"or\",\n   \"lists\": [],\n   \"segments\": [\n         {\n            \"field\": null,\n            \"role\": \"ends_with\",\n            \"value\": \".de\",\n            \"custom_field\": \"6006ac8171a4d90b9ed1ee8c\"\n         },\n         {\n            \"field\": null,\n            \"role\": \"contains\",\n            \"value\": \"tw\",\n            \"custom_field\": \"6006ac8171a4d90b9ed1ee8c\"\n         },\n         {\n            \"field\": null,\n            \"role\": \"contains\",\n            \"value\": \".ch\",\n            \"custom_field\": \"6006ac8171a4d90b9ed1ee8c\"\n         }\n   ],\n   \"create_date\": \"2021-01-27T06:42:53.129000Z\"\n}\n</code></pre>\n<p>Bkz : <a href=\"#get-email-segment\">GET email/segment</a> uç noktasındaki not’a bakınız.</p>\n","urlObject":{"protocol":"https","path":["api","v1","email","segment","61710f5e459fbb324f8a412f"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"643c31a3-c073-40d1-b4c0-a47fcd6f20d3"},{"name":"POST email/segment","id":"102f1499-7658-4c1f-afa3-2c308ce22783","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Yeni kayıt\",\n    \"matching\": \"or\",\n    \"lists\": [\"61a5bc347cbcc095471e598c\", \"61a4d2381961b82760ac456b\"],\n    \"segments\": [\n            {\n                \"role\": \"starts_with\",\n                \"value\": \".de\",\n                \"custom_field\": \"6006ac8171a4d90b9ed1ee8c\"\n            },\n            {\n                \"role\": \"contains\",\n                \"value\": \"tw\",\n                \"custom_field\": \"6006ac8171a4d90b9ed1ee8c\"\n            },\n            {\n                \"role\": \"contains\",\n                \"value\": \".ch\",\n                \"custom_field\": \"6006ac8171a4d90b9ed1ee8c\"\n            }\n        ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.postacell.com.tr/api/v1/email/segment","description":"<p>Segment kaydeder.</p>\n<blockquote>\n<p><strong>Not</strong><br />Bu servis sadece  Accept: application/json veriyi kabul eder.</p>\n</blockquote>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST v1/email/segment HTTP/1.1\nHost: app.postacell.com.tr/api/\nAccept: application/json\n</code></pre><p><strong>Form Parameters</strong></p>\n<ul>\n<li><strong>title</strong> – <strong>required</strong></li>\n<li><strong>matching</strong> – Alabileceği değerler <strong><code>or</code></strong>, <strong><code>and</code></strong></li>\n<li><strong>lists</strong> – Birden fazla değer gönderilebilir. Değerler liste içinde gönderilmelidir. Örnek için bu endpoint sonundaki not’a bakınız.</li>\n<li><strong>segments</strong> – Birden fazla değer gönderilebilir. Değerler json içinde gönderilmelidir. Örnek için bu endpoint sonundaki not’a bakınız.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<ul>\n<li><strong>field</strong> – Bu versiyonda bir etkisi yoktur. <strong><code>null</code></strong> gelir.</li>\n<li><strong>create_date</strong> – Otomatik oluşturulur.</li>\n<li><strong>update_date</strong> – Otomatik oluşturulur.</li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.2\">201 Created</a> – </li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1\">400 Bad Request</a> – json object return</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 201 Created\nVary: Accept\nContent-Type: application/json\n\n{\n   \"id\": \"601158fbb1076b844eaa6146\",\n   \"lists\": [\n      \"5ff00a759dfa6b567e436885\",\n      \"600d5efbc572db1443208c2f\"\n   ],\n   \"title\": \"get country domain\",\n   \"matching\": \"or\",\n   \"create_date\": \"2021-01-27T12:13:47.958874Z\",\n   \"update_date\": \"2021-01-27T12:13:47.958858Z\",\n   \"segments\": [\n      {\n            \"field\": null,\n            \"role\": \"ends_with\",\n            \"value\": \".de\",\n            \"custom_field\": \"6006ac8171a4d90b9ed1ee8c\"\n      },\n      {\n            \"field\": null,\n            \"role\": \"contains\",\n            \"value\": \"tw\",\n            \"custom_field\": \"6006ac8171a4d90b9ed1ee8c\"\n      },\n      {\n            \"field\": null,\n            \"role\": \"contains\",\n            \"value\": \".ch\",\n            \"custom_field\": \"6006ac8171a4d90b9ed1ee8c\"\n      }\n   ]\n}\n</code></pre>\n<p><strong><code>lists</code></strong> için örnek.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n \"5fa29d757af8092595bcbabe\",\n \"5fa29d8f7af8092595bcbb28\"\n]\n</code></pre>\n<p>Listelere ait ObjectId değerlerine <a href=\"#get-email-list-filter\">GET email/list-filter</a> uç noktasından ulaşabilirsiniz.</p>\n<p><strong><code>segments</code></strong> için örnek</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n   {\n       \"role\": \"ends_with\",\n       \"value\": \".de\",\n       \"custom_field\": \"6006ac8171a4d90b9ed1ee8c\"\n   },\n   {\n       \"role\": \"contains\",\n       \"value\": \"tw\",\n       \"custom_field\": \"6006ac8171a4d90b9ed1ee8c\"\n   }\n]\n</code></pre>\n<p>custom_field’e ait ObjectId değerlerine <a href=\"#get-email-fields\">GET email/fields</a> uç noktasından ulaşabilirsiniz.</p>\n<p><strong>role</strong> alanının alabileceği değerler şunlardır : <code>is</code>, <code>is_not</code>, <code>contains</code>, <code>does_not_contain</code>, <code>starts_with</code>, <code>ends_with</code></p>\n<p><strong>is</strong> = Eşittir</p>\n<p><strong>is_not</strong> = Eşit Değil</p>\n<p><strong>contains</strong> = İçerir</p>\n<p><strong>does_not_contain</strong> = İçermiyor</p>\n<p><strong>starts_with</strong> = İle başlar</p>\n<p><strong>ends_with</strong> = İle biter</p>\n","urlObject":{"protocol":"https","path":["api","v1","email","segment"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"102f1499-7658-4c1f-afa3-2c308ce22783"},{"name":"email/segment/(str:ObjectId)","id":"48b9b730-164b-4ac2-a114-b8250198bd05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://app.postacell.com.tr/api/v1/email/segment/61710f5e459fbb324f8a412f","description":"<p>Segment günceller.</p>\n<blockquote>\n<p><strong>Not</strong><br />Bu servis sadece  Accept: application/json veriyi kabul eder.</p>\n</blockquote>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>PATCH v1/email/segment/60110b6d90a31bfe4d082e5c HTTP/1.1\nHost: app.postacell.com.tr/api/\nAccept: application/json\n</code></pre><p><strong>Form Parameters</strong></p>\n<ul>\n<li><strong>title</strong> – <strong>required</strong></li>\n<li><strong>matching</strong> – Alabileceği değerler <strong><code>or</code></strong>, <strong><code>and</code></strong></li>\n<li><strong>lists</strong> – Birden fazla değer gönderilebilir. Değerler liste içinde gönderilmelidir. Örnek için bu endpoint sonundaki not’a bakınız.</li>\n<li><strong>segments</strong> – Birden fazla değer gönderilebilir. Değerler json içinde gönderilmelidir. Örnek için bu endpoint sonundaki not’a bakınız.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<ul>\n<li><strong>field</strong> – Bu versiyonda bir etkisi yoktur. <strong><code>null</code></strong> gelir.</li>\n<li><strong>create_date</strong> – Otomatik oluşturulur.</li>\n<li><strong>update_date</strong> – Otomatik oluşturulur.</li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.2\">201 Created</a> – </li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1\">400 Bad Request</a> – json object return</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 200 OK\nVary: Accept\nContent-Type: application/json\n\n{\n   \"id\": \"60110b6d90a31bfe4d082e5c\",\n   \"lists\": [\n      \"5ff00a759dfa6b567e436885\",\n      \"600d5efbc572db1443208c2f\"\n   ],\n   \"title\": \"get country domain change\",\n   \"matching\": \"or\",\n   \"create_date\": \"2021-01-27T12:13:47.958874Z\",\n   \"update_date\": \"2021-01-27T12:13:47.958858Z\",\n   \"segments\": [\n      {\n            \"field\": null,\n            \"role\": \"ends_with\",\n            \"value\": \".de\",\n            \"custom_field\": \"6006ac8171a4d90b9ed1ee8c\"\n      }\n   ]\n}\n</code></pre>\n<blockquote>\n<p><strong>Not</strong><br />POST email/segment ‘daki nota bakınız</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","v1","email","segment","61710f5e459fbb324f8a412f"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"48b9b730-164b-4ac2-a114-b8250198bd05"},{"name":"email/segment/(str:ObjectId)","id":"feac5746-ebc3-4f51-856d-1517d69018d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://app.postacell.com.tr/api/v1/email/segment/61710f5e459fbb324f8a412f","description":"<p>Segment siler.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>DELETE v1/email/segment/60110b6d90a31bfe4d082e5c HTTP/1.1\nHost: app.postacell.com.tr/api/\n\n</code></pre><p><strong>Parameters</strong></p>\n<ul>\n<li><strong>ObjectId</strong> (<em>str</em>) – Segment unique id</li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.5\">204 No Content</a> –</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5\">404 Not Found</a> –</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 204 No Content\n\n</code></pre>\n<blockquote>\n<p><strong>Not</strong><br />Bir segmenti sildiğinizde içindeki aboneler silinmez</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","v1","email","segment","61710f5e459fbb324f8a412f"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"feac5746-ebc3-4f51-856d-1517d69018d1"},{"name":"email/counter/segment/(str:ObjectId)","id":"6919134d-7bcd-4906-8b59-48a7dde9fbcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.postacell.com.tr/api/v1/email/counter/segment/61710f5e459fbb324f8a412f","description":"<p>ObjectId si gönderilen segmentin içinde kaç abone olduğunu gösterir.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET v1/email/counter/segment/600c503666f43efadd4235b4 HTTP/1.1\nHost: app.postacell.com.tr/api/\n</code></pre><p><strong>Parameters</strong></p>\n<ul>\n<li><strong>counter</strong> – Segmentin içindeki abone sayısı</li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1\">200 OK</a> – </li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5\">404 Not Found</a> –</li>\n</ul>\n<p> </p>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 200 OK\nVary: Accept\nContent-Type: application/json\n\n{\n   \"counter\": 172555\n}\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","email","counter","segment","61710f5e459fbb324f8a412f"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"6919134d-7bcd-4906-8b59-48a7dde9fbcd"}],"id":"2abd4ca6-47c3-48ce-b2f3-d11dbd27800b","description":"<p>Aboneler için detaylı filtreler oluşturur.</p>\n","_postman_id":"2abd4ca6-47c3-48ce-b2f3-d11dbd27800b"}],"id":"cb0e432b-41f7-424d-a799-512b00807019","description":"<p>Listeler, kullanıcıların abonelerini gruplandırdıkları yerdir.</p>\n","_postman_id":"cb0e432b-41f7-424d-a799-512b00807019"},{"name":"Email Yönetimi","item":[{"name":"Kampanya Gönderimi","item":[{"name":"email/cmp-filter","id":"a53bd4c1-1c8e-4858-9ec7-19eae476da20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.postacell.com.tr/api/v1/email/cmp-filter","description":"<p>Kampanyaları listeler.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET v1/email/cmp-filter HTTP/1.1\nHost: app.postacell.com.tr/api/\n</code></pre><p><strong>Query Parameters</strong></p>\n<ul>\n<li><strong>ordering</strong> – Birini kullanın <strong><code>title</code></strong>, <strong><code>create_date</code></strong>. A dan Z <strong><code>subject</code></strong> Z den A <strong><code>-subject</code></strong></li>\n<li><strong>page</strong> – Sayfa numarası. default 1</li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1\">200 OK</a> – </li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 200 OK\nVary: Accept\nContent-Type: application/json\n\n{\n   \"count\": 30,\n   \"next\": \"http://domain/api/v1/email/cmp-filter?ordering=-created_date&amp;page=2\",\n   \"previous\": null,\n   \"results\": [\n      {\n            \"id\": \"614155c665f14d9fa8c97bc8\",\n            \"subject\": \"Sign Up For Emails and Save 10%\",\n            \"from_name\": \"Shoe Seller\",\n            \"from_email\": \"seller@domain.com\",\n            \"updated_date\": \"2021-09-15T02:32:35.052000Z\",\n            \"created_date\": \"2021-09-15T02:09:10.511000Z\",\n            \"status\": \"draft\",\n      },\n      {\n            \"id\": \"614155be65f14d9fa8c97bc7\",\n            \"subject\": \"Shop The Best Sellers\",\n            \"from_name\": \"Shoe Seller\",\n            \"from_email\": \"seller@domain.com\",\n            \"updated_date\": \"2021-09-15T02:09:01.285000Z\",\n            \"created_date\": \"2021-09-15T02:09:01.285000Z\",\n            \"status\": \"send\",\n      }\n   ]\n}\n</code></pre>\n<p><strong>subject :</strong> Kampanya başlığı</p>\n<p><strong>from_name :</strong> Gönderen adı</p>\n<p><strong>from_email :</strong> Gönderen email</p>\n<p>**status :**Kampanyanın durumu. Parametrenin alabileceği değerler : <code>draft</code>: Taslak, <code>prepare</code>: Hazırlanıyor, <code>send</code>: Gönderildi, <code>scheduled</code>: Planlanmış, <code>sending</code>: Gönderiliyor, , <code>pause</code>: Durdurulmuş.</p>\n","urlObject":{"protocol":"https","path":["api","v1","email","cmp-filter"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"a53bd4c1-1c8e-4858-9ec7-19eae476da20"},{"name":"email/cmp","id":"fd45ffc0-65f2-4515-a5b0-9fd9c52b1d16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://app.postacell.com.tr/api/v1/email/cmp","description":"<p>Kampanya gönderir.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">POST v1/email/cmp HTTP/1.1\nHost: app.postacell.com.tr/api/\nAccept: application/json, application/x-www-form-urlencoded, multipart/form-data\n\n</code></pre>\n<p>Form Parameters</p>\n<ul>\n<li><strong>subject</strong> – required Kampanya başlığı</li>\n<li><strong>from_email</strong> – required. Gönderen email</li>\n<li><strong>from_name</strong> – required. Gönderen adı</li>\n<li><strong>reply_to</strong> – Yanıt adresi</li>\n<li><strong>lists</strong> – Liste. Liste veya segment den en az birinin gönderilmesi gerekir. <code>liste</code> olarak bir den fazla liste gönderilebilir. Listelere ulaşabileceğiniz servis. Bkz: <a href=\"#liste-servisleri\">Liste Servisleri</a></li>\n<li><strong>segments</strong> – Segment. Liste veya segment den en az birinin gönderilmesi gerekir. <code>string</code> olarak bir segment gönderilebilir. Segmentlere ulaşabileceğiniz servis. Bkz: <a href=\"#segment\">Segment</a></li>\n<li><strong>html</strong> – required. Kampanyanın gövdesi. <code>html</code> veya <code>text</code>gönderebilirsiniz.</li>\n<li><strong>send_later</strong> – <code>true</code> veya <code>false</code>. Default <code>false</code>. Zamanlanmış kampanya göndermek için <code>true</code> yapın.</li>\n<li><strong>send_date</strong> – Zamanlanmış kampanyanın gönderilme zamanı. Datetime biçimi. <code>YYYY-MM-DDThh:mm[:ss[.uuuuuu]][+HH:MM|-HH:MM|Z]</code>. Örn : 2021-06-30T10:00:00</li>\n<li><strong>timezone</strong> – Zamanlanmış kampanyanın gönderileceği yerel saat. Geçerli timezone listesi için Bkz: <a href=\"#get-timezone\">GET timezone</a></li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"https://kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.2\">201 Created</a> –</li>\n<li><a href=\"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1\">400 Bad Request</a> – json object return</li>\n<li><a href=\"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 201 Created\nVary: Accept\nContent-Type: application/json\n{\n   \"subject\": \"Hello World\",\n   \"from_name\": \"Atak SMS\",\n   \"from_email\": \"info@ataksms.com\",\n   \"lists\": [\n      \"614873847712f82190c4a613\"\n   ],\n   \"segments\": null,\n   \"reply_to\": \"info@ataksms.com\",\n   \"html\": \"HTML LinksHTML links are defined with the a tag:This is a link\",\n   \"send_later\": false,\n   \"send_date\": null,\n   \"timezone\": null\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","email","cmp"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd45ffc0-65f2-4515-a5b0-9fd9c52b1d16"},{"name":"email/cmp/get-identity-email","id":"c75ea2a8-9795-4e2f-9adf-4b19ef17c8f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.postacell.com.tr/api/v1/email/cmp/get-identity-email","description":"<p>Email gönderilebilecek veriy işleminden geçmiş eposta adresleri.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET v1/email/cmp/get-identity-email HTTP/1.1\nHost: app.postacell.com.tr/api/\n</code></pre><p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1\">200 OK</a> – </li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 200 OK\nVary: Accept\nContent-Type: application/json\n\n{\n   \"email\": [\n      \"johndoe@domain.com\",\n      \"janedoe@domain.com\"\n   ],\n   \"vendor\": 2\n}\n</code></pre>\n<p><strong>email :</strong> Geçerli email adresleri</p>\n<p><strong>vendor :</strong> Email gönderim sağlayıcı</p>\n","urlObject":{"protocol":"https","path":["api","v1","email","cmp","get-identity-email"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"c75ea2a8-9795-4e2f-9adf-4b19ef17c8f2"},{"name":"timezone","id":"e45316d2-3656-4972-855f-46b05a57aa48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.postacell.com.tr/api/v1/timezone","description":"<p>Zaman dilimlerini listeler</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET v1/timezone HTTP/1.1\nHost: app.postacell.com.tr/api/\n</code></pre><p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1\">200 OK</a> – </li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 200 OK\nVary: Accept\nContent-Type: application/json\n\n{\n\"detail\": [\n   \".......\"\n   \"Europe/Dublin\",\n   \"Europe/Gibraltar\",\n   \"Europe/Guernsey\",\n   \"Europe/Helsinki\",\n   \"Europe/Isle_of_Man\",\n   \"Europe/Istanbul\",\n   \"Europe/Jersey\",\n   \".......\"\n   ]\n}\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","timezone"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"e45316d2-3656-4972-855f-46b05a57aa48"},{"name":"email/report/export","id":"9c2d692e-510a-4460-b394-1e7de7e84dcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"id","value":"62ac19104b12a7defb199bc0","type":"text"},{"key":"rule","value":"subscribers","type":"text"}]},"url":"https://app.postacell.com.tr/api/v1/email/report/export","description":"<p>Rapor backend tarafında oluşturulur ve rapor tamamlandığında hesap sahibine email gönderilir. Bu işlem sırası ve rapor büyüklüğüne göre zaman alabilir.</p>\n<p>Oluşturulan raporlar :ref:`GET email/reports-export-filter` servisinden kontrol edilebilir.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">POST v1/email/report/export HTTP/1.1\nHost: app.postacell.com.tr/api/\nAccept: application/json, application/x-www-form-urlencoded, multipart/form-data\n\n</code></pre>\n<p><strong>Form Parameters</strong></p>\n<ul>\n<li><strong>id</strong> – required. Kampanya ObjectId</li>\n<li><strong>rule</strong> – required. Parametreler. <code>opened</code> Açılan, <code>clicked</code> Tıklanan, <code>subscribers</code> Kampanya gönderilen aboneler, <code>bounced</code> Hard ve Soft Bounce, <code>unsubscribed</code> Abonelikten çıkanlar, <code>complaint</code> Şikayetler</li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.3\">202 Accepted</a> – </li>\n<li><a href=\"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1\">400 Bad Request</a> – json object return</li>\n<li><a href=\"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 202 Accepted\nVary: Accept\nContent-Type: application/json\n\n{\n   \"detail\": {\n      \"id\": \"61474759d2e44cfb0af76644\",\n      \"user_id\": 13,\n      \"rule\": \"subscribers\"\n   }\n}\n\n</code></pre>\n<p><strong>user_id</strong></p>\n<p>Müşteri ID</p>\n<p><strong>id</strong></p>\n<p>Kampanya ObjectId</p>\n<p><strong>rule</strong></p>\n<p>Talep edilen rapor kuralı</p>\n","urlObject":{"protocol":"https","path":["api","v1","email","report","export"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c2d692e-510a-4460-b394-1e7de7e84dcd"},{"name":"email/reports-export-filter","id":"cbee5345-10da-4735-b3bb-a5f16cfa2b3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.postacell.com.tr/api/v1/email/reports-export-filter?cmp_id=62ac19104b12a7defb199bc0","description":"<p>Kampanya için oluşturulmuş raporların listesini getirir</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">GET v1/email/reports-export-filter?cmp_id=616e5f79459fbb324f8a4122&amp;ordering=-create_date&amp;page=1 HTTP/1.1\nHost: app.postacell.com.tr/api/\nAccept: application/json\n\n</code></pre>\n<p><strong>Query Parameters</strong></p>\n<ul>\n<li><strong>cmp_id</strong> – Kampanyanın ObjectId si</li>\n<li><strong>ordering</strong> – <code>create_date</code> yada <code>-create_date</code></li>\n<li><strong>page</strong> – Sayfa numarası. default 1</li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1\">200 OK</a> – </li>\n<li><a href=\"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 200 OK\nVary: Accept\nContent-Type: application/json\n\n{\n   \"count\": 6,\n   \"next\": null,\n   \"previous\": null,\n   \"results\": [\n      {\n            \"cmp_id\": \"616e5f79459fbb324f8a4122\",\n            \"file\": \"https://pstcll.s3.amazonaws.com/media/public/user/13/export/616e5f79459fbb324f8a4122/742421083.csv\",\n            \"rule\": \"complaint\",\n            \"create_date\": \"2022-06-15T08:07:37.901940Z\"\n      },\n      {\n            \"cmp_id\": \"616e5f79459fbb324f8a4122\",\n            \"file\": \"https://pstcll.s3.amazonaws.com/media/public/user/13/export/616e5f79459fbb324f8a4122/62238C08D.csv\",\n            \"rule\": \"unsubscribed\",\n            \"create_date\": \"2022-06-15T08:07:34.439869Z\"\n      },\n      {\n            \"cmp_id\": \"616e5f79459fbb324f8a4122\",\n            \"file\": \"https://pstcll.s3.amazonaws.com/media/public/user/13/export/616e5f79459fbb324f8a4122/832C198FD5.csv\",\n            \"rule\": \"bounced\",\n            \"create_date\": \"2022-06-15T08:07:30.725162Z\"\n      },\n      {\n            \"cmp_id\": \"616e5f79459fbb324f8a4122\",\n            \"file\": \"https://pstcll.s3.amazonaws.com/media/public/user/13/export/616e5f79459fbb324f8a4122/8DB1C983DF.csv\",\n            \"rule\": \"subscribers\",\n            \"create_date\": \"2022-06-15T08:07:29.804449Z\"\n      },\n      {\n            \"cmp_id\": \"616e5f79459fbb324f8a4122\",\n            \"file\": \"https://pstcll.s3.amazonaws.com/media/public/user/13/export/616e5f79459fbb324f8a4122/9B19D98CE.csv\",\n            \"rule\": \"clicked\",\n            \"create_date\": \"2022-06-15T08:07:25.151234Z\"\n      },\n      {\n            \"cmp_id\": \"616e5f79459fbb324f8a4122\",\n            \"file\": \"https://pstcll.s3.amazonaws.com/media/public/user/13/export/616e5f79459fbb324f8a4122/A9C409A72.csv\",\n            \"rule\": \"opened\",\n            \"create_date\": \"2022-06-15T08:02:13.357054Z\"\n      }\n   ]\n}\n\n</code></pre>\n<p><strong>count</strong></p>\n<p>Toplam data sayısı</p>\n<p><strong>next</strong></p>\n<p>Sonraki sayfanın linki</p>\n<p><strong>previous</strong></p>\n<p>Önceki sayfanın linki</p>\n<p><strong>cmp_id</strong></p>\n<p>Kampanya ObjectId</p>\n<p><strong>file</strong></p>\n<p>İndirilecek dosyanın linki</p>\n<p><strong>rule</strong></p>\n<p><code>opened</code> Açılan, <code>clicked</code> Tıklanan, <code>subscribers</code> Kampanya gönderilen aboneler, <code>bounced</code> Hard ve Soft Bounce, <code>unsubscribed</code> Abonelikten çıkanlar, <code>complaint</code>Şikayetler</p>\n","urlObject":{"protocol":"https","path":["api","v1","email","reports-export-filter"],"host":["app","postacell","com","tr"],"query":[{"key":"cmp_id","value":"62ac19104b12a7defb199bc0"}],"variable":[]}},"response":[],"_postman_id":"cbee5345-10da-4735-b3bb-a5f16cfa2b3d"}],"id":"2e520441-0aa4-402c-a960-c56cf8ad5d0b","description":"<p>Kullanıcının kampanya oluşturmasını, kampanyanın gönderilmesini ve sonrasında raporlanmasını sağlayan servisler.</p>\n","_postman_id":"2e520441-0aa4-402c-a960-c56cf8ad5d0b"},{"name":"Transactional Email","item":[{"name":"email/transactional/send","id":"f38463a8-d7c6-4b97-b345-cce37ae9c5ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"subject\": \"Hello World\",\n    \"from_name\": \"Atak SMS\",\n    \"from_email\": \"test@email.com \",\n    \"to_email\": [\n        \"domain@domain.com.com\"\n    ],\n    \"reply_to\": \"info@ataksms.com\",\n    \"html\": \"<!DOCTYPE html>\\n<html>\\n<body>\\n\\n<h2>HTML Images</h2>\\n<p>HTML images are defined with the img tag:</p>\\n\\n<img src=\\\"https://www.w3schools.com/html/w3schools.jpg\\\" alt=\\\"W3Schools.com\\\" width=\\\"104\\\" height=\\\"142\\\">\\n\\n</body>\\n</html>\",\n    \"text\": \"Merhaba dünya\",\n    // \"attachments\": [\n    //     {\n    //         \"name\": \"test.pdf\",\n    //         \"content\": \"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IFIgPj4KZW5kb2JqCjcgMCBvYmoKWyAxIDAgUiAgL1hZWiAwIDg0MS44OSAwIF0KZW5kb2JqCjYgMCBvYmoKPDwgL1R5cGUgL0ZvbnQgL1N1YnR5cGUgL1RydWVUeXBlIC9CYXNlRm9udCAvQUFBQUFCK0hlbHZldGljYU5ldWUtQm9sZCAvRm9udERlc2NyaXB0b3IKMTMgMCBSIC9FbmNvZGluZyAvTWFjUm9tYW5FbmNvZGluZyAvRmlyc3RDaGFyIDMyIC9MYXN0Q2hhciAxMDMgL1dpZHRocyBbIDI3OAowIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDU1NiAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwCjAgMCAwIDAgMCAwIDAgMCAwIDAgMCA2NjcgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCA1NzQgMCAwIDAgNTc0IDAKNjExIF0gPj4KZW5kb2JqCjEzIDAgb2JqCjw8IC9UeXBlIC9Gb250RGVzY3JpcHRvciAvRm9udE5hbWUgL0FBQUFBQitIZWx2ZXRpY2FOZXVlLUJvbGQgL0ZsYWdzIDMyIC9Gb250QkJveApbLTEwMTggLTQ4MSAxNDM3IDExNDFdIC9JdGFsaWNBbmdsZSAwIC9Bc2NlbnQgOTc1IC9EZXNjZW50IC0yMTcgL0NhcEhlaWdodAo3MTQgL1N0ZW1WIDE1NyAvTGVhZGluZyAyOSAvWEhlaWdodCA1MTcgL1N0ZW1IIDEzMiAvQXZnV2lkdGggNDc4IC9NYXhXaWR0aAoxNTAwIC9Gb250RmlsZTIgMTQgMCBSID4+CmVuZG9iagoxNCAwIG9iago8PCAvTGVuZ3RoMSAzMTM2IC9MZW5ndGggMTc1NSAvRmlsdGVyIC9GbGF0ZURlY29kZSA+PgpzdHJlYW0KeAGtVmtsW+UZfr/v+JKLbyd2bCfHTs7xiS+1ncSNW6e54DqpHXrhEpqCbEFaQuLSQEM7lnZQjS0/BhRrILQfkwb05yb4g4yEwI2qtr8mrX/oJm0/pmyaKqYBfwFp0mjC851jvIa1UE2c6D3v5XvP+z3f4zfvOavPnqmSg9ZIosLiysJpMi7bdai3F8+uqqbPj0DvOX76yZWm/0siS+LJk88fN337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clwwMDBtXDAwMGVcMDAwIFwwMDAyXDAwMDJcMDAwQVwwMDAzXDAwMDhcMDAwMFwwMDBcKVwwMDAgXDAwMFFcMDAwdVwwMDBhXDAwMHJcMDAwdFwwMDB6XDAwMCBcMDAwUFwwMDBEXDAwMEZcMDAwQ1wwMDBvXDAwMG5cMDAwdFwwMDBlXDAwMHhcMDAwdCkKL0F1dGhvciAobWFjYm9vaykgL0NyZWF0b3IgKFBhZ2VzKSAvQ3JlYXRpb25EYXRlIChEOjIwMjIxMTA1MDg0NTE1WjAwJzAwJykKL01vZERhdGUgKEQ6MjAyMjExMDUwODQ1MTVaMDAnMDAnKSA+PgplbmRvYmoKeHJlZgowIDE2CjAwMDAwMDAwMDAgNjU1MzUgZiAKMDAwMDAwMDI3OSAwMDAwMCBuIAowMDAwMDAzNDI4IDAwMDAwIG4gCjAwMDAwMDAwMjIgMDAwMDAgbiAKMDAwMDAwMDM4MyAwMDAwMCBuIAowMDAwMDAzMTkyIDAwMDAwIG4gCjAwMDAwMDM2NTUgMDAwMDAgbiAKMDAwMDAwMzYxMyAwMDAwMCBuIAowMDAwMDAwNDgwIDAwMDAwIG4gCjAwMDAwMDMyODAgMDAwMDAgbiAKMDAwMDAwMzIyNyAwMDAwMCBuIAowMDAwMDAzMzU3IDAwMDAwIG4gCjAwMDAwMDM1MTEgMDAwMDAgbiAKMDAwMDAwMzk5MSAwMDAwMCBuIAowMDAwMDA0MjY1IDAwMDAwIG4gCjAwMDAwMDYxMDggMDAwMDAgbiAKdHJhaWxlcgo8PCAvU2l6ZSAxNiAvUm9vdCAxMiAwIFIgL0luZm8gMTUgMCBSIC9JRCBbIDw1YmIwYzVjYjA3YzMzYzkwOTIwM2I4Njc5ZGQyNGVmOD4KPDViYjBjNWNiMDdjMzNjOTA5MjAzYjg2NzlkZDI0ZWY4PiBdID4+CnN0YXJ0eHJlZgo2NTY0CiUlRU9GCg==\"\n    //     }\n    // ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.postacell.com.tr/api/v1/email/transactional/send","description":"<p>Transactional email gönderir.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST v1/email/transactional/send HTTP/1.1\nHost: app.postacell.com.tr/api/\nAccept: application/json, application/x-www-form-urlencoded, multipart/form-data\n\n</code></pre><p>Form Parameters</p>\n<ul>\n<li><strong>subject</strong> – <em>Type = string</em> required Email’in konusu.</li>\n<li><strong>from_name</strong> – <em>Type = string</em> required Email’i gönderen kişi/kurum vb.</li>\n<li><strong>from_email</strong> – <em>Type = string</em> required Email’i gönderen email adresi.</li>\n<li><strong>to_email</strong> – <em>Type = array</em> required Kime To</li>\n<li><strong>to_cc</strong> – <em>Type = array</em> Bilgi. Cc</li>\n<li><strong>to_bcc</strong> – <em>Type = array</em> Gizli. Bcc</li>\n<li><strong>reply_to</strong> – <em>Type = string</em> Email geri bildirim adresi. Reply to</li>\n<li><strong>text</strong> – <em>Type = string</em> Text içerik</li>\n<li><strong>html</strong> – <em>Type = string</em> required HTML içerik</li>\n<li><strong>attachments</strong> – <em>Type = array</em> Dosya. Bu alanın açıklamaları aşağıya eklenmiştir.</li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.3\">202 Accepted</a> –</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1\">400 Bad Request</a> – json object return</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 202 Accepted\nVary: Accept\nContent-Type: application/json\n{\n   \"id\": \"61cec16027ffa71c2b61c115\"\n}\n\n</code></pre>\n<p><code>attachments</code> <em>Type = array</em> Emaile dosya ekler.</p>\n<p><strong>nam :</strong> <em>Type = string</em> required Dosya adı. Dosya uzantısı mutlaka yazılmalıdır. Örn : extre.doc</p>\n<p><strong>content :</strong> <em>Type = string</em> required Base64 ile kodlanmış dosya içeriği.</p>\n<p>Aşağıdaki örnekte iki adet dosya emaile eklenmiştir.</p>\n<blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"attachments\" : [\n         {\n               \"name\" : \"bu bir pdf dosyasıdır.pdf\",\n               \"content\" : \"JVBERi0xLjMKJcTl8uXrp/Og0MTGCjMgMCBvYmoKPDwgL... etc\"\n         },\n         {\n               \"name\" : \"ms_world_dosyası.docx\",\n               \"content\" : \"UEsDBBQABgAIAAAAIQDfpNJsWgEAACAFAAATAAgCW0N... etc\"\n         }\n   ]j\n</code></pre>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","v1","email","transactional","send"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"f38463a8-d7c6-4b97-b345-cce37ae9c5ea"},{"name":"email/transactional/send/(str:ObjectId)","id":"5b79973c-db46-49bc-9384-94a97828903c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.postacell.com.tr/api/v1/email/transactional/send/636fa417af63b359f92f2836","description":"<p>Gönderilen Transactional email detaylarını getirir.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET v1/email/transactional/send/61cef4df29f12eb62510ca23 HTTP/1.1\nHost: app.postacell.com.tr/api/\nAccept: application/json\n\n</code></pre><p><strong>Parameters</strong></p>\n<ul>\n<li><strong>ObjectId</strong> (<em>str</em>) – POST email/transactional/send sonucunda return edilen ID</li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1\">200 OK</a> –</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5\">404 Not Found</a> –</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 200 OK\nVary: Accept\nContent-Type: application/json\n\n{\n   \"id\": \"61cec15427ffa71c2b61c114\",\n   \"subject\": \"Hello World\",\n   \"from_name\": \"Atak SMS\",\n   \"from_email\": \"info@ataksms.com\",\n   \"reply_to\": \"info@ataksms.com\",\n    \"to_email\": [\n      \"test1@ataksms.com\",\n      \"test2@ataksms.com\"\n   ],\n   \"to_cc\": [\n      \"test3@ataksms.com\"\n   ],\n   \"to_bcc\": [\n      \"test4@ataksms.com\"\n   ],\n   \"reply_to\": \"info@ataksms.com\",\n   \"html\": \"\\n\\n\\n\\nHTML Images\\nHTML images are defined with the img tag:\\n\\n\\n\\n\\n\",\n   \"text\": \"Hello world\",\n   \"attachments_s3\": [\n      {\n         \"name\": \"mars.jpg\",\n         \"url\": \"https://pstcll.s3.amazonaws.com/media/private/email_attachments/13/2022/45/95d9_mars.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=AKIA4PIQJXZ6DKWXITOJ/20221108/eu-central-1/s3/aws4_request&amp;X-Amz-Date=20221108T115733Z&amp;X-Amz-Expires=3600&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Signature=5888345c7da9b3b920d73a8af3970e9b6ff213e2a284f8c90d58d675d8387eb9\",\n         \"size\": 1737558\n      },\n      {\n         \"name\": \"sertifika.pdf\",\n         \"url\": \"https://pstcll.s3.amazonaws.com/media/private/email_attachments/13/2022/45/5cc2_sertifika.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=AKIA4PIQJXZ6DKWXITOJ/20221108/eu-central-1/s3/aws4_request&amp;X-Amz-Date=20221108T115733Z&amp;X-Amz-Expires=3600&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Signature=321119ed81c0a4cb2e08fc971b2845127399a7fcdc4d8c58203af4ed20ecf7e1\",\n         \"size\": 194933\n      },\n   ],\n   \"source_ip\": \"172.23.0.1\",\n   \"result\": \"send\",\n   \"hard\" : false,\n   \"ses_return\": {\n      \"data\": {\n            \"message_id\": \"c7458a41778f3f074c9462018bb962db\"\n      },\n      \"message\": \"OK\",\n      \"status\": \"success\"\n   },\n   \"created_date\": \"2021-12-31T08:37:40.791000Z\",\n   \"updated_date\": \"2021-12-31T08:37:40.791000Z\"\n}\n\n</code></pre>\n<p><strong>source_ip :</strong> Gönderen IP adresi</p>\n<p><strong>attachments_s3:</strong> Dosya gönderildiyse dolu olarak gelir. Array içinde 3 değer vardır. <code>name</code>: Dosya ismi, <code>url</code>: Dosyanın download adresi. <code>size</code>: Dosya boyutu (Byte).</p>\n<p><strong>result:</strong> <code>waiting</code>: Bekliyor , <code>send</code>: Gönderildi, <code>reject</code>: Red edildi</p>\n<p><strong>hard:</strong> Default : <code>false</code>. Hard Bounce’a düşmüş email <code>true</code> ile gösterilir.</p>\n<p><strong>ses_return</strong> json data içerir. <code>result=send</code> ve <code>result=reject</code> durumlarında dolu gelir.</p>\n<p><strong>created_date</strong> Oluşturma tarihi</p>\n<p><strong>updated_date</strong>Son işlem tarihi</p>\n<blockquote>\n<p>Dosyalar emaile ek olarak gönderilir. Ancak depolanmaları Amazon S3 üzerinde private alanda bulunmaktadır. url de görünen linkin bir saat geçerliliği vardır. Uç nokta her çalıştığında link de değişmektedir.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","v1","email","transactional","send","636fa417af63b359f92f2836"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b79973c-db46-49bc-9384-94a97828903c"},{"name":"email/transactional","id":"69789502-9a76-428a-89b9-cacd1abc532d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app2.postacell.com.tr/api/v1/email/transactional?ordering=-created_date&created_date=2022-11-11,2022-11-12","description":"<p>İki tarih aralığında gönderilen transactional emailleri listeler</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET v1/email/transactional?ordering=-created_date&amp;created_date=2021-12-19,2022-01-18 HTTP/1.1\nHost: app.postacell.com.tr/api/\nAccept: application/json\n\n</code></pre><p><strong>Query Parameters</strong></p>\n<ul>\n<li><strong>ordering</strong> – Eskiden yeniye <strong><code>created_date</code></strong> Yeniden eskiye <strong><code>-created_date</code></strong></li>\n<li><strong>created_date</strong> – İlk tarih,son tarih (Örn. 2021-12-19,2022-01-18)</li>\n<li><strong>page</strong> – Sayfa numarası. default 1</li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1\">200 OK</a> –</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"count\": 65512,\n   \"total_pages\": 1230,\n   \"page\" : 1\n   \"results\": [\n      {\n            \"id\": \"61e67c29f0e1998bbcd6525f\",\n            \"subject\": \"Merhaba Dünya\",\n            \"from_email\": \"Atak SMS\",\n            \"result\": \"send\",\n            \"created_date\": \"2022-01-18T08:36:57.719000Z\",\n            \"updated_date\": \"2022-01-18T08:36:58.068000Z\"\n      },\n      {\n            \"id\": \"61e674c1f0e1998bbcd6525e\",\n            \"subject\": \"Merhaba dünya nasılsın dünya selam sana dünya uzun başlık selam sana\",\n            \"from_email\": \"Atak SMS\",\n            \"result\": \"reject\",\n            \"created_date\": \"2022-01-18T08:05:21.271000Z\",\n            \"updated_date\": \"2022-01-18T08:05:21.271000Z\"\n      }\n   ]\n}\n\n</code></pre>\n<p><strong>count :</strong> Toplam data sayısı</p>\n<p><strong>total_pages :</strong> Toplam sayfa sayısı (1 sayfa'da 50 kayıt vardır.)</p>\n<p>**subject :**Email’in konusu</p>\n<p><strong>from_email :</strong> Email’i gönderen email adresi.</p>\n<p><strong>result :</strong> <code>waiting</code>: Bekliyor , <code>send</code>: Gönderildi, <code>reject</code>: Red edildi</p>\n<p><strong>created_date :</strong> Oluşturma tarihi</p>\n<p><strong>updated_date :</strong> Son işlem tarihi</p>\n","urlObject":{"protocol":"https","path":["api","v1","email","transactional"],"host":["app2","postacell","com","tr"],"query":[{"key":"ordering","value":"-created_date"},{"key":"created_date","value":"2022-11-11,2022-11-12"}],"variable":[]}},"response":[],"_postman_id":"69789502-9a76-428a-89b9-cacd1abc532d"},{"name":"email/transactional/report/(str:ObjectId)","id":"136ab197-caa3-44d7-9988-5c4d2699e396","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.postacell.com.tr/api/v1/email/transactional/report/61ed68944710a4ee65c60865","description":"<p>Transactional email raporlarını getirir.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET v1/email/transactional/report/61cef4df29f12eb62510ca23 HTTP/1.1\nHost: app.postacell.com.tr/api/\nAccept: application/json\n</code></pre><p><strong>Parameters</strong></p>\n<ul>\n<li><strong>ObjectId</strong> (<em>str</em>) – POST email/transactional/send sonucunda return edilen ID</li>\n</ul>\n<p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1\">200 OK</a> – </li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5\">404 Not Found</a> – </li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 200 OK\nVary: Accept\nContent-Type: application/json\n\n[\n   {\n      \"ses_status\": \"clicked\",\n      \"created_at\": \"2022-01-18T08:38:08.363000Z\",\n      \"ipAddress\": \"85.99.22.65\",\n      \"useragent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Safari/605.1.15\",\n      \"link\": \"https://www.w3schools.com\",\n      \"hard\": null,\n      \"bounce_type\": null,\n      \"diagnostic_code\": null\n   },\n   {\n      \"ses_status\": \"opened\",\n      \"created_at\": \"2022-01-18T08:37:28.993000Z\",\n      \"ipAddress\": \"172.225.38.16\",\n      \"useragent\": \"Mozilla/5.0\",\n      \"link\": null,\n      \"hard\": null,\n      \"bounce_type\": null,\n      \"diagnostic_code\": null\n   }\n]\n</code></pre>\n<p><strong>ses_status :</strong> <code>opened</code>: Açılma (Email açılmıştır), <code>clicked</code>: Tıklama (Email içindeki bir link tıklanmıştır) <code>bounced</code>: Email bounce düşmüştür <code>complaint</code>: Email şikayet edilmiştir.</p>\n<p><strong>created_at :</strong> Oluşturma tarihi</p>\n<p><strong>ipAddress :</strong> İşlemi gönderen IP adresi</p>\n<p><strong>useragent :</strong> İşlemi gerçekleştiren tarayıcı ve diğer detay bilgiler.</p>\n<p><strong>link :</strong> ses_status = <code>clicked</code> olması durumunda dolu gelir. Email içinde bulunan ve tıklama gerçekleştirilen linkin URL’sidir.</p>\n<p><strong>hard :</strong> ses_status = <code>bounced</code> olması durumunda dolu gelir. False ve True iki değer alır. <code>false</code> : Soft Bounce,  <code>true</code> Hard Bounce</p>\n<p><strong>bounce_type :</strong> ses_status = <code>bounced</code> olması durumunda dolu gelir. <code>SOFTBOUNCE</code> ve <code>HARDBOUNCE</code> değerlerini alır.</p>\n<p><strong>diagnostic_code :</strong> ses_status = <code>bounced</code> olması durumunda dolu gelir. Bounce düşen emailin nedeni burada yazar.</p>\n","urlObject":{"protocol":"https","path":["api","v1","email","transactional","report","61ed68944710a4ee65c60865"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"136ab197-caa3-44d7-9988-5c4d2699e396"},{"name":"email/transactional/bounce","id":"740c07f9-30df-43df-95d3-fabffc21f131","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.postacell.com.tr/api/v1/email/transactional/bounce","description":"<p>Son 7 günde gönderilen email sayısını ve bonuce oranını getirir. True/False toplamı gönderim sayısıdır. True = Hard Bounce</p>\n<p>Hesaplama result=send durumundaki emailler sayılarak yapılır.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET v1/email/transactional/bounce HTTP/1.1\nHost: app.postacell.com.tr/api/\nAccept: application/json\n\n</code></pre><p><strong>Request Headers</strong></p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p><strong>Status Codes</strong></p>\n<ul>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1\">200 OK</a> –</li>\n<li><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"bounce_email\" : 83,\n   \"total_email\" : 37502,\n   \"today\": \"2022-01-20T08:02:41.901891\",\n   \"before_date\": \"2022-01-13T08:02:41.901891\"\n}\n\n</code></pre>\n<p><strong>bonunce_email</strong></p>\n<p>Hard Bounce sayısıdır.</p>\n<p><strong>total_email</strong></p>\n<p>Toplam gönderilen email sayısı.</p>\n<p><strong>today</strong></p>\n<p>Şimdiki zaman</p>\n<p><strong>before_date</strong></p>\n<p>7 gün önceki zaman</p>\n<blockquote>\n<p><strong>Not</strong><br />Tarihler UTC’dir.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","v1","email","transactional","bounce"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"740c07f9-30df-43df-95d3-fabffc21f131"}],"id":"b0bcd3f3-1d1a-491a-9f8d-6c0388dd516c","description":"<p>İşlemsel e-posta (transactional email) gönderimlerinin yapıldığı servisler.</p>\n","_postman_id":"b0bcd3f3-1d1a-491a-9f8d-6c0388dd516c"}],"id":"7ed4290a-d981-4d83-8bc6-bbc6f6be6088","description":"<p>Kullanıcının email gönderim (kampanya, transactional email vb) ile ilgili tüm servisler buradadır.</p>\n","_postman_id":"7ed4290a-d981-4d83-8bc6-bbc6f6be6088"}],"id":"c6640024-ca52-4861-a397-f293f2b9e102","_postman_id":"c6640024-ca52-4861-a397-f293f2b9e102","description":""},{"name":"File Manager","item":[{"name":"file-manager","id":"3b9237e2-1b4c-49aa-a660-f22ab4d14bd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file_public","type":"file","value":null},{"key":"name","value":"","type":"text"},{"key":"file_private","type":"file","value":null}]},"url":"https://app.postacell.com.tr/api/v1/file-manager","description":"<p>Dosya kaydeder.  </p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">POST v1/file-manager HTTP/1.1\nHost: app.postacell.com.tr/api/\nAccept: multipart/form-data\n\n</code></pre>\n<p>Form Parameters</p>\n<ul>\n<li><strong>name</strong> – <em>Type = string</em> required Filtrelemede kolay bulmak için bir şeyler yazın. Örn. Kampanya başlığı, ID veya hatırlayabileceğiniz bir şey.</li>\n<li><strong>file_public</strong> – <em>Type = file</em> Herkese açık erişim verdilecek dosya</li>\n<li><strong>file_private</strong> – <em>Type = file</em> : Özel erişim verilecek dosya</li>\n</ul>\n<p>Request Headers</p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"https://developer.postacell.com.tr/kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p>Status Codes</p>\n<ul>\n<li><a href=\"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.3\">202 Accepted</a> – </li>\n<li><a href=\"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1\">400 Bad Request</a> – json object return</li>\n<li><a href=\"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 200 OK\nVary: Accept\nContent-Type: application/json\n\n{\n   \"id\": 84,\n   \"name\": \"Aylık faaliyet bulteni\",\n   \"file_public\": \"https://pstcll.s3.amazonaws.com/media/public/user_file/13/2022/45/bulten.pdf\",\n   \"file_private\": null,\n   \"size\": 13288,\n   \"file_type\": \".xlsx\",\n   \"storage_type\": \"public\",\n   \"created_date\": \"2022-11-12T09:35:29.299252Z\"\n}\n\n</code></pre>\n<p><strong>storage_type</strong></p>\n<p><code>public</code> = Herkese Açık erişim izni verilmiştir, dünyadaki herkes bu nesneye erişebilir. <code>private</code> = Özel erişim izni verilmiştir, süresi dolana kadar herkes önceden belirlenmiş URL ile nesneye erişebilir.</p>\n<p><strong>size</strong></p>\n<p>Dosya boyutu. (Byte)</p>\n<p><strong>file_type</strong></p>\n<p>Dosya uzantısı</p>\n<p><strong>created_date</strong></p>\n<p>Oluşturma tarihi</p>\n<blockquote>\n<p>Bu endpoint sadece <strong>multipart/form-data</strong> kabul etmektedir. <code>file_public</code> veya <code>file_private</code> alanlarından en az birinin dolu olması gerekir. Özel erişim izni verilmiş dosyalar için URL geçerliği 1 saattir.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","v1","file-manager"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b9237e2-1b4c-49aa-a660-f22ab4d14bd5"},{"name":"file-manager/(str:ObjectId)","id":"b3a71fe8-c4c9-46a7-9300-f09fc6382179","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.postacell.com.tr/api/v1/file-manager/3","description":"<p>Dosya detay bilgilerini getirir.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">GET v1/file-manager/84 HTTP/1.1\nHost: app.postacell.com.tr/api/\nAccept: application/json\n\n</code></pre>\n<p>Parameters</p>\n<ul>\n<li><strong>ObjectId</strong> (<em>str</em>) – POST file-manager sonucunda return edilen ID</li>\n</ul>\n<p>Request Headers</p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"https://developer.postacell.com.tr/kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p>Status Codes</p>\n<ul>\n<li><a href=\"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1\">200 OK</a> – </li>\n<li><a href=\"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5\">404 Not Found</a> – </li>\n<li><a href=\"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 200 OK\nVary: Accept\nContent-Type: application/json\n\n{\n   \"id\": 84,\n   \"name\": \"Aylık faaliyet bulteni\",\n   \"file_public\": \"https://pstcll.s3.amazonaws.com/media/public/user_file/13/2022/45/bulten.pdf\",\n   \"file_private\": null,\n   \"size\": 13288,\n   \"file_type\": \".xlsx\",\n   \"storage_type\": \"public\",\n   \"created_date\": \"2022-11-12T09:35:29.299252Z\"\n}\n\n</code></pre>\n<p><strong>storage_type</strong></p>\n<p><code>public</code> = Herkese Açık erişim izni verilmiştir, dünyadaki herkes bu nesneye erişebilir. <code>private</code> = Özel erişim izni verilmiştir, süresi dolana kadar herkes önceden belirlenmiş URL ile nesneye erişebilir.</p>\n<p><strong>size</strong></p>\n<p>Byte doysa boyutu</p>\n<p><strong>file_type</strong></p>\n<p>Dosya uzantısı</p>\n<p><strong>created_date</strong></p>\n<p>Oluşturma tarihi</p>\n","urlObject":{"protocol":"https","path":["api","v1","file-manager","3"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3a71fe8-c4c9-46a7-9300-f09fc6382179"},{"name":"file-manager-filter","id":"5a5807c1-f29c-4a4d-a1d4-f4bdc3c1bf98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.postacell.com.tr/api/v1/file-manager-filter","description":"<p>İki tarih aralığında kaydedilen dosyaları getirir.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">GET v1/file-manager-filter?ordering=-id&amp;created_date=2022-10-13,2022-11-12&amp;name=&amp;page=1 HTTP/1.1\nHost: app.postacell.com.tr/api/\nAccept: application/json\n\n</code></pre>\n<p>Query Parameters</p>\n<ul>\n<li><strong>ordering</strong> – Eskiden yeniye <code>id</code> Yeniden eskiye <code>-id</code></li>\n<li><strong>created_date</strong> – İlk tarih,son tarih (Örn. 2021-10-13,2022-11-12)</li>\n<li><strong>page</strong> – Sayfa numarası. default 1</li>\n</ul>\n<p>Request Headers</p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"https://developer.postacell.com.tr/kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p>Status Codes</p>\n<ul>\n<li><a href=\"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1\">200 OK</a> – </li>\n<li><a href=\"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5\">404 Not Found</a> – </li>\n<li><a href=\"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 200 OK\nVary: Accept\nContent-Type: application/json\n\n{\n   \"count\": 2,\n   \"results\": [\n      {\n         \"id\": 84,\n         \"name\": \"Aylık faaliyet bulteni\",\n         \"file_public\": \"https://pstcll.s3.amazonaws.com/media/public/user_file/13/2022/45/bulten.pdf\",\n         \"file_private\": null,\n         \"size\": 13288,\n         \"file_type\": \".xlsx\",\n         \"storage_type\": \"public\",\n         \"created_date\": \"2022-11-12T09:35:29.299252Z\"\n      }\n   ],\n   \"total_pages\": 1\n}\n\n</code></pre>\n<p><strong>count</strong></p>\n<p>Toplam data sayısı</p>\n<p><strong>total_pages</strong></p>\n<p>Toplam sayfa sayısı (1 sayfa’da 50 kayıt vardır)</p>\n","urlObject":{"protocol":"https","path":["api","v1","file-manager-filter"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a5807c1-f29c-4a4d-a1d4-f4bdc3c1bf98"},{"name":"file-manager/(str:ObjectId)","id":"ea952cb6-faaa-4132-8ad3-1f83f8035dc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.postacell.com.tr/api/v1/file-manager/3","description":"<p>Dosyayı siler.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">DELETE v1/file-manager/84 HTTP/1.1\nHost: app.postacell.com.tr/api/\n\n</code></pre>\n<p>Parameters</p>\n<ul>\n<li><strong>ObjectId</strong> (<em>str</em>) – POST file-manager sonucunda return edilen ID</li>\n</ul>\n<p>Request Headers</p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"https://developer.postacell.com.tr/kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p>Status Codes</p>\n<ul>\n<li><a href=\"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.5\">204 No Content</a> –</li>\n<li><a href=\"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5\">404 Not Found</a> –</li>\n<li><a href=\"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">HTTP/1.1 204 No Content\n\n</code></pre>\n<blockquote>\n<p>Silinen dosyalar geri getirilemez.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["api","v1","file-manager","3"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea952cb6-faaa-4132-8ad3-1f83f8035dc5"},{"name":"file-manager-size","id":"fe74f81d-1c2a-47e0-ae7d-097892d787be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.postacell.com.tr/api/v1/file-manager-size","description":"<p>Kullanıcı depolama haklarını getirir.</p>\n<p><strong>Example request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET v1/file-manager-size HTTP/1.1\nHost: app.postacell.com.tr/api/\n\n</code></pre><p>Request Headers</p>\n<ul>\n<li><a href=\"https://tools.ietf.org/html/rfc7235#section-4.2\">Authorization</a> – required OAuth token to authenticate. Bkz: <a href=\"https://developer.postacell.com.tr/kimlik.html#kimlik-dogrulama-ve-token-alma\">Kimlik Doğrulama ve Token Alma</a></li>\n</ul>\n<p>Status Codes</p>\n<ul>\n<li><a href=\"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.5\">204 No Content</a> – </li>\n<li><a href=\"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5\">404 Not Found</a> – </li>\n<li><a href=\"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4\">403 Forbidden</a> – json object return</li>\n</ul>\n<p><strong>Example response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>HTTP/1.1 200 OK\nVary: Accept\nContent-Type: application/json\n\n{\n   \"user_size\": 77646,\n   \"storage_size\": 5368709120\n}\n\n</code></pre><p><strong>user_size</strong></p>\n<p>Kullanıcının toplam dosya boyutu. (Byte)</p>\n<p><strong>total_pages</strong></p>\n<p>Kullanıcıya verilen toplam dosya yükleme boyutu. (Byte)</p>\n","urlObject":{"protocol":"https","path":["api","v1","file-manager-size"],"host":["app","postacell","com","tr"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe74f81d-1c2a-47e0-ae7d-097892d787be"}],"id":"d6e3b77e-037f-413f-9b97-0466beb186ce","description":"<p>Dosyalarınızı herkese açık ve özel erişim izni vererek depolayabilirsiniz.</p>\n","_postman_id":"d6e3b77e-037f-413f-9b97-0466beb186ce"}]}