{"info":{"_postman_id":"1f40a4ce-0028-48ce-bd6d-36496d713b8e","name":"Name.am API","description":"<html><head></head><body><p>This is a Postman collection for the Name.am API endpoints.</p>\n<p>Whether you’re a startup or an entrepreneur, learn how to integrate Name.am API to your site and manage your business online.</p>\n<p>In case if you have an API-related questions, you can also go to the \n<a href=\"https://t.me/name_am\">community forum</a>.</p>\n<p>In this documentation we have covered all the functionalities via RESTful API.</p>\n<p>All API accesses are over HTTPS, and accessed from <a href=\"https://api.name.am\">https://api.name.am</a> . Entiry data is sent and received as JSON.</p>\n<h3 id=\"quick-install\">QUICK INSTALL</h3>\n<p>Go to the <a href=\"\">collection</a> then just click <code>Run in Postman</code>.</p>\n<h3 id=\"environment\">Environment</h3>\n<p>This collection includes a pre-configured environment setting. You will be needing to set up below variables in order to run certain requests:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>token</code></td>\n<td>Your OAuth JWT access token</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"1966919","collectionId":"1f40a4ce-0028-48ce-bd6d-36496d713b8e","publishedId":"Szzj8dJx","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"182430","highlight":"0086FF"},"publishDate":"2020-08-20T12:12:07.000Z"},"item":[{"name":"Users","item":[{"name":"User Registration","event":[{"listen":"test","script":{"id":"3e9045b4-378e-44f4-9182-68c6b252d66d","exec":[""],"type":"text/javascript"}}],"id":"401a6a67-a869-4098-b4be-28a1fa67bd3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Smith\",\r\n    \"email\": \"JSmith@gmail.com\",\r\n    \"password\": \"test-password\",\r\n    \"terms\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.name.am/auth/register","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>firstName</td>\n<td>string</td>\n<td>true</td>\n<td>Your name</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>string</td>\n<td>true</td>\n<td>Your last name</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>true</td>\n<td>Must be valid email, e.g. <code>test@gmail.com</code></td>\n</tr>\n<tr>\n<td>password</td>\n<td>string</td>\n<td>true</td>\n<td>Password must contain a lowercase, uppercase letters, number, special character [~!@#$%^&amp;*()_-+] and, contain minimum 9 character</td>\n</tr>\n<tr>\n<td>terms</td>\n<td>boolean</td>\n<td>true</td>\n<td>By choosing true you agree to Name.am’s <a href=\"https://name.am/docs/general-terms.pdf\">General Terms</a> and <a href=\"https://name.am/docs/special-terms.pdf\">Special Terms</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["auth","register"],"host":["api","name","am"],"query":[],"variable":[]}},"response":[],"_postman_id":"401a6a67-a869-4098-b4be-28a1fa67bd3a"},{"name":"Login user","id":"7a0c7bab-a7bd-4cd4-93d2-7e4cee267f43","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"JSmith@gmail.com\",\r\n    \"password\": \"test-password\",\r\n    \"twoFactorEnabled\": false,\r\n    \"token\": \"\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.name.am/auth/login","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>true</td>\n<td>The same as registration email</td>\n</tr>\n<tr>\n<td>password</td>\n<td>string</td>\n<td>true</td>\n<td>The same as registration password</td>\n</tr>\n<tr>\n<td>token</td>\n<td>string</td>\n<td>false</td>\n<td>If you <a href=\"https://docs.name.am/#06623f8e-d6c9-49c5-acfd-093ab2f2cc2a\">enable two-factor authentication</a>, logging in will require you to be in possession of your phone, which will generate tokens for you to enter</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["auth","login"],"host":["api","name","am"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a0c7bab-a7bd-4cd4-93d2-7e4cee267f43"},{"name":"Change user info","id":"4c3c53a2-2d28-46ed-b20d-fa4ce7739d11","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"address1\": \"7 Oak st. apt 5\",\r\n    \"city\": \"Weehawken\",\r\n    \"country\": \"US\",\r\n    \"email\": \"info@name.am\",\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Smith\",\r\n    \"organization\": \"\",\r\n    \"phone\": \"+12025550137\",\r\n    \"state\":\"\",\r\n    \"zip\": \"07086\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.name.am/client/user","description":"<p><strong>NOTE</strong>: Contact information is used by default when buying or renew a domain.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>address1</td>\n<td>string</td>\n<td>false</td>\n<td>Your address</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td>false</td>\n<td>Your city</td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>false</td>\n<td>Your country</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>false</td>\n<td>Your email</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>string</td>\n<td>false</td>\n<td>Your name</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>string</td>\n<td>false</td>\n<td>Your lastname</td>\n</tr>\n<tr>\n<td>organization</td>\n<td>string</td>\n<td>false</td>\n<td>Your organization</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>string</td>\n<td>false</td>\n<td>Your phone</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>false</td>\n<td>Your state</td>\n</tr>\n<tr>\n<td>zip</td>\n<td>string</td>\n<td>false</td>\n<td>Your zip code</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["client","user"],"host":["api","name","am"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c3c53a2-2d28-46ed-b20d-fa4ce7739d11"},{"name":"Change password","id":"59b4b930-367a-4f83-8714-42598932ac11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"currentPassword\": \"oldpassword\",\r\n    \"newPassword\": \"newPassword\",\r\n    \"confirmNewPassword\": \"newPassword\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.name.am/client/change-password","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>currentPassword</td>\n<td>string</td>\n<td>true</td>\n<td>Your current password</td>\n</tr>\n<tr>\n<td>newPassword</td>\n<td>string</td>\n<td>true</td>\n<td>Password must contain a lowercase, uppercase letters, number, special character [~!@#$%^&amp;*()_-+] and, contain minimum 9 character</td>\n</tr>\n<tr>\n<td>confirmNewPassword</td>\n<td>string</td>\n<td>true</td>\n<td>Password must contain a lowercase, uppercase letters, number, special character [~!@#$%^&amp;*()_-+] and, contain minimum 9 character</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["client","change-password"],"host":["api","name","am"],"query":[],"variable":[]}},"response":[],"_postman_id":"59b4b930-367a-4f83-8714-42598932ac11"},{"name":"Two-factor Auth","id":"06623f8e-d6c9-49c5-acfd-093ab2f2cc2a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.name.am/client/twofactor","description":"<p>If you enable two-factor authentication, logging in will require you to be in possession of your phone, which will generate tokens for you to enter.</p>\n","urlObject":{"protocol":"https","path":["client","twofactor"],"host":["api","name","am"],"query":[],"variable":[]}},"response":[],"_postman_id":"06623f8e-d6c9-49c5-acfd-093ab2f2cc2a"},{"name":"Get user profile information","id":"3d8cf1bc-a5b2-41b8-880f-86e244a9ac73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.name.am/client/user","description":"<p>This query returns information about the <strong>user</strong>, as well as information about <strong>balance</strong>, <strong>notifications</strong>, <strong>nameServers</strong>, <strong>gifts</strong> and general other data.</p>\n","urlObject":{"protocol":"https","path":["client","user"],"host":["api","name","am"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d8cf1bc-a5b2-41b8-880f-86e244a9ac73"},{"name":"Get user card(s)","id":"4a81d4cb-c242-4568-995a-5c7706dcfc38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.name.am/client/cards","urlObject":{"protocol":"https","path":["client","cards"],"host":["api","name","am"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a81d4cb-c242-4568-995a-5c7706dcfc38"}],"id":"19987c39-1582-49cc-b6db-952e59dc4945","event":[{"listen":"prerequest","script":{"id":"b05a08f1-0b8a-408a-8c61-738ca0113f16","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cfc68b0d-7e20-48ff-b530-713e974d2e46","type":"text/javascript","exec":[""]}}],"_postman_id":"19987c39-1582-49cc-b6db-952e59dc4945","description":""},{"name":"Domains","item":[{"name":"Purchase","item":[{"name":"Register Domain(s)","id":"16295fb3-40eb-42c6-b9f0-c96dba8970fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"am\",\n        \"type\": \"domain_registration\",\n        \"domain\": \"test.am\",\n        \"plan\": {\n            \"_id\": \"1_year_register\"\n        },\n        \"billingContacts\": {\n            \"organization\": \"\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Smith\",\n            \"fullName\": \"John Smith\",\n            \"address1\": \"7 Oak st. apt 5\",\n            \"country\": \"US\",\n            \"email\": \"info@name.am\",\n            \"phone\": \"+37444433333\",\n            \"state\": \"Nj\",\n            \"city\": \"Weehawken\",\n            \"zip\": \"07086\"\n        },\n        \"nameServers\": [\n            {\n                \"hostname\": \"ns1.name.am\"\n            },\n            {\n                \"hostname\": \"ns2.name.am\"\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://api.name.am/client/carts/purchase","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>false</td>\n<td>Top-level domain (TLD) name</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>true</td>\n<td>Purchase type <code>domain_registration</code></td>\n</tr>\n<tr>\n<td>domain</td>\n<td>string</td>\n<td>true</td>\n<td>Domain name you want to register</td>\n</tr>\n<tr>\n<td><a href=\"https://docs.name.am/#625a055d-6cf9-45c5-8bf8-3e1e47fa4acb\">plan</a></td>\n<td>object</td>\n<td>false</td>\n<td>By default <code>\"_id\": \"1_year_register\"</code> if it isn't set</td>\n</tr>\n<tr>\n<td><a href=\"https://docs.name.am/#4c3c53a2-2d28-46ed-b20d-fa4ce7739d11\">administrativeContacts</a></td>\n<td>object</td>\n<td>false</td>\n<td>If it isn't set, then it is taken from user information by default</td>\n</tr>\n<tr>\n<td><a href=\"https://docs.name.am/#4c3c53a2-2d28-46ed-b20d-fa4ce7739d11\">registrantContacts</a></td>\n<td>object</td>\n<td>false</td>\n<td>If it isn't set, then it is taken from user information by default</td>\n</tr>\n<tr>\n<td><a href=\"https://docs.name.am/#4c3c53a2-2d28-46ed-b20d-fa4ce7739d11\">technicalContacts</a></td>\n<td>object</td>\n<td>false</td>\n<td>If it isn't set, then it is taken from user information by default</td>\n</tr>\n<tr>\n<td><a href=\"https://docs.name.am/#4c3c53a2-2d28-46ed-b20d-fa4ce7739d11\">billingContacts</a></td>\n<td>object</td>\n<td>false</td>\n<td>If it isn't set, then it is taken from user information by default</td>\n</tr>\n<tr>\n<td><a href=\"https://docs.name.am/#625a055d-6cf9-45c5-8bf8-3e1e47fa4acb\">nameServers</a></td>\n<td>array</td>\n<td>false</td>\n<td>By default, the nameservers assigned to our domains are: ns1.name.am and ns2.name.am</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["client","carts","purchase"],"host":["api","name","am"],"query":[],"variable":[]}},"response":[],"_postman_id":"16295fb3-40eb-42c6-b9f0-c96dba8970fe"},{"name":"Renew Domain(s)","id":"30192cb6-8b7c-419c-81d7-fb0d0c319d81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"name\": \"am\",\r\n        \"type\": \"domain_renew\",\r\n        \"domain\": \"test.am\",\r\n        \"plan\": {\r\n            \"_id\": \"1_year_renew\"\r\n        }\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.name.am/client/carts/purchase","description":"<p><strong>NOTE</strong>: It’s not necessary to send billing contacts information object when renewing a domain․ In this case, the billing contacts will be taken from the user profile information that you filled in advance.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>false</td>\n<td>Top-level domain (TLD) name</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>true</td>\n<td>Purchase type <code>domain_renew</code></td>\n</tr>\n<tr>\n<td>domain</td>\n<td>string</td>\n<td>true</td>\n<td>Domain name you want to renew</td>\n</tr>\n<tr>\n<td><a href=\"https://docs.name.am/#625a055d-6cf9-45c5-8bf8-3e1e47fa4acb\">plan</a></td>\n<td>object</td>\n<td>false</td>\n<td>By default <code>\"_id\": \"1_year_register\"</code> if isn't set</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"625a055d-6cf9-45c5-8bf8-3e1e47fa4acb","id":"625a055d-6cf9-45c5-8bf8-3e1e47fa4acb","name":"Purchase","type":"folder"}},"urlObject":{"protocol":"https","path":["client","carts","purchase"],"host":["api","name","am"],"query":[],"variable":[]}},"response":[],"_postman_id":"30192cb6-8b7c-419c-81d7-fb0d0c319d81"},{"name":"Transfer Domain(s)","id":"2ee3b3ed-5fb7-4871-bcbf-4b88394a527f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"domain\": \"test.am\",\r\n        \"code\": \"1r98z91j\",\r\n        \"type\": \"domain_transfer\"\r\n    },\r\n    {\r\n        \"domain\": \"test2.am\",\r\n        \"code\": \"3r68z91k\",\r\n        \"type\": \"domain_transfer\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.name.am/client/carts/purchase","description":"<p><strong>To transfer your domain:</strong></p>\n<ul>\n<li>It must be valid and already registered with another registrar.</li>\n<li>Transfers will succeed only if the Admin Contact information is up-to-date.</li>\n<li>It must be registered for at least 60 days and in unlocked status.</li>\n<li>It will take between 5 and 7 days under normal circumstances.</li>\n<li>You must obtain an authorization code to transfer to name.am.</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>domain</td>\n<td>string</td>\n<td>true</td>\n<td>Domain name you want to transfer</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>true</td>\n<td>code for transfer. E.g. <code>1r98z91j</code></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>true</td>\n<td>Purchase type <code>domain_transfer</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"625a055d-6cf9-45c5-8bf8-3e1e47fa4acb","id":"625a055d-6cf9-45c5-8bf8-3e1e47fa4acb","name":"Purchase","type":"folder"}},"urlObject":{"protocol":"https","path":["client","carts","purchase"],"host":["api","name","am"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ee3b3ed-5fb7-4871-bcbf-4b88394a527f"}],"id":"625a055d-6cf9-45c5-8bf8-3e1e47fa4acb","description":"<p>With an <code>/purchase</code> ​​endpoint, you can perform the following action։ <a href=\"https://docs.name.am/#16295fb3-40eb-42c6-b9f0-c96dba8970fe\">buy a domain</a>, <a href=\"https://docs.name.am/#30192cb6-8b7c-419c-81d7-fb0d0c319d81\">renew current domains</a>, or <a href=\"https://docs.name.am/#2ee3b3ed-5fb7-4871-bcbf-4b88394a527f\">transfer a domain</a>.</p>\n<p>More details about <strong>plan</strong> <code>Object</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name (key)</th>\n<th>value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>1_year_register, 3_year_register, 5_year_register, {n}_year_register</td>\n<td>Depending on the number inside the value, it is determined for how many years the domain will be registered.Depending on the chosen behavior and selected years, the price will be different</td>\n</tr>\n</tbody>\n</table>\n</div><p>More details about <strong>nameServers</strong> <code>Array</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name (key)</th>\n<th>value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hostname</td>\n<td>ns1.name.am,ns2.name.am</td>\n<td>Nameservers are used to point your domain name to your website or email service. By default, the nameservers assigned to our domains are: ns1.name.am, ns2.name.am.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>NOTE</strong>: Please keep in mind that you will need to have at least two nameservers. Once you have changed your nameservers, it will take roughly 24 hours for the changes to propagate </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"8052e4cb-7270-4776-9618-9960405acc3b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e1a3f459-6dfe-48eb-9026-11925e9da597","type":"text/javascript","exec":[""]}}],"_postman_id":"625a055d-6cf9-45c5-8bf8-3e1e47fa4acb"},{"name":"Check domain(s)","id":"571e53cd-fae7-4385-8f68-a43f048401b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"tld\": \"xyz\",\r\n    \"domain\": \"test.xyz\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.name.am/client/domains/check","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tld</td>\n<td>string</td>\n<td>true</td>\n<td>Top-level domain (TLD) name</td>\n</tr>\n<tr>\n<td>domain</td>\n<td>string</td>\n<td>true</td>\n<td>Domain or domains you are looking for</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["client","domains","check"],"host":["api","name","am"],"query":[],"variable":[]}},"response":[],"_postman_id":"571e53cd-fae7-4385-8f68-a43f048401b6"},{"name":"Domain Sale","id":"2460d392-36fe-447c-9e0b-2e4542e6d54f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"minBidPrice\": \"10000\",\n    \"domain\": \"test.am\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.name.am/client/marketplace","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>minBidPrice</td>\n<td>string</td>\n<td>true</td>\n<td>Minimum Bid Price: $100</td>\n</tr>\n<tr>\n<td>domain</td>\n<td>string</td>\n<td>true</td>\n<td>Domain name you want to buy</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>Service Fee: (10%)</li>\n<li>Bank Transfer:    $30.00</li>\n<li>Minimum Bid Price:  $100</li>\n</ul>\n","urlObject":{"protocol":"https","path":["client","marketplace"],"host":["api","name","am"],"query":[],"variable":[]}},"response":[],"_postman_id":"2460d392-36fe-447c-9e0b-2e4542e6d54f"},{"name":"My domain(s)","id":"b43f5805-bdb2-4e62-95d6-781f618f164f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.name.am/client/domains","description":"<p><strong>By making this call, you get all your domains and more information about contacts,expiration,status, privacy and much more.</strong></p>\n","urlObject":{"protocol":"https","path":["client","domains"],"host":["api","name","am"],"query":[],"variable":[]}},"response":[],"_postman_id":"b43f5805-bdb2-4e62-95d6-781f618f164f"},{"name":"Get backorder domain(s)","id":"aa21e660-673e-497f-a5de-6352a441b72f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.name.am/client/backorders/?page=1&limit=40","description":"<p>Query Params</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>1</td>\n<td></td>\n</tr>\n<tr>\n<td>limit</td>\n<td>40</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["client","backorders",""],"host":["api","name","am"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"40"}],"variable":[]}},"response":[],"_postman_id":"aa21e660-673e-497f-a5de-6352a441b72f"},{"name":"Domain Pricing","id":"17d017f4-c928-4f66-898f-6a2e3d826058","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.name.am/client/products","description":"<p>Making this call you get all top-level domain (TLD) plans,which includes information about currency, behavior, duration, duration unit, current price and  regular price</p>\n<p><strong>Response description</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>currency</td>\n<td>AMD</td>\n<td>Currency type</td>\n</tr>\n<tr>\n<td>behavior</td>\n<td><code>\"reactivate\"</code>, <code>\"register\"</code>, <code>\"renew\"</code>, <code>\"transfer\"</code></td>\n<td>Depending on the chosen actiontype, the price will vary</td>\n</tr>\n<tr>\n<td>durationUnit</td>\n<td>year</td>\n<td>Period in years</td>\n</tr>\n<tr>\n<td>duration</td>\n<td>1</td>\n<td>Number of years, e.g. 1,2,3 ...</td>\n</tr>\n<tr>\n<td>_id</td>\n<td><code>\"6_year_register\"</code>, <code>\"9_year_renew\"</code>, <code>\"1_year_reactivate\"</code>, <code>\"1_year_transfer\"</code></td>\n<td>Contains the number of years and action type</td>\n</tr>\n<tr>\n<td>currentPrice</td>\n<td>7900</td>\n<td>Depending on the chosen action type and selected years, the price will vary</td>\n</tr>\n<tr>\n<td>regularPrice</td>\n<td>7900</td>\n<td>Depending on the chosen action type and selected years, the price will vary</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["client","products"],"host":["api","name","am"],"query":[],"variable":[]}},"response":[],"_postman_id":"17d017f4-c928-4f66-898f-6a2e3d826058"},{"name":"Domain Marketplace","id":"e71ad111-3802-4b19-bc35-a9a3ffaa7d73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.name.am/client/marketplace?minLength=1&maxLength=20&minPrice=0&maxPrice=0&keyword=wa&page=1&limit=40","urlObject":{"protocol":"https","path":["client","marketplace"],"host":["api","name","am"],"query":[{"key":"minLength","value":"1"},{"key":"maxLength","value":"20"},{"key":"minPrice","value":"0"},{"key":"maxPrice","value":"0"},{"key":"keyword","value":"wa"},{"key":"page","value":"1"},{"key":"limit","value":"40"}],"variable":[]}},"response":[],"_postman_id":"e71ad111-3802-4b19-bc35-a9a3ffaa7d73"},{"name":"Change domain(s) contact info","id":"64b5eabb-7271-4fcb-ac98-6c5effa9d8a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"administrativeContacts\": {\n        \"organization\": \"\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Smith\",\n        \"fullName\": \"John Smith\",\n        \"address1\": \"7 Oak st. apt 5\",\n        \"country\": \"US\",\n        \"email\": \"info@name.am\",\n        \"phone\": \"+12025550137\",\n        \"state\": \"Nj\",\n        \"city\": \"Weehawken\",\n        \"zip\": \"07086\"\n    },\n    \"registrantContacts\": {\n        \"organization\": \"\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Smith\",\n        \"fullName\": \"John Smith\",\n        \"address1\": \"7 Oak st. apt 5\",\n        \"country\": \"US\",\n        \"email\": \"info@name.am\",\n        \"phone\": \"+12025550137\",\n        \"state\": \"Nj\",\n        \"city\": \"Weehawken\",\n        \"zip\": \"07086\"\n    },\n    \"technicalContacts\": {\n        \"organization\": \"\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Smith\",\n        \"fullName\": \"John Smith\",\n        \"address1\": \"7 Oak st. apt 5\",\n        \"country\": \"US\",\n        \"email\": \"info@name.am\",\n        \"phone\": \"+12025550137\",\n        \"state\": \"Nj\",\n        \"city\": \"Weehawken\",\n        \"zip\": \"07086\"\n    },\n    \"billingContacts\": {\n        \"organization\": \"\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Smith\",\n        \"fullName\": \"John Smith\",\n        \"address1\": \"7 Oak st. apt 5\",\n        \"country\": \"US\",\n        \"email\": \"info@name.am\",\n        \"phone\": \"+12025550137\",\n        \"state\": \"Nj\",\n        \"city\": \"Weehawken\",\n        \"zip\": \"07086\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.name.am/client/domains/{{domain}}","description":"<p><strong>NOTE</strong>: Fill latin characters only. Domain registrations can be rejected because of wrong address.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Your variable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>{{domain}}</td>\n<td>Тhis is the name of the domain for which you want to get the domain contact info</td>\n</tr>\n</tbody>\n</table>\n</div><p>E.g. </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>VARIABLE</th>\n<th>CURRENT VALUE (this value is used while sending a request)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>{{domain}}</td>\n<td>88888888.am</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["client","domains","{{domain}}"],"host":["api","name","am"],"query":[],"variable":[]}},"response":[],"_postman_id":"64b5eabb-7271-4fcb-ac98-6c5effa9d8a5"}],"id":"a0feaade-38f7-4e92-8013-67d8bfc4922a","description":"<p>You can find your perfect domain. And you can also see the same domain with available TLDs (top level domain).</p>\n<p><a href=\"https://name.am/domain-ideas\">Or you can choose from our list!</a></p>\n","event":[{"listen":"prerequest","script":{"id":"21381599-8098-49cf-b0d1-74c940c1a303","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"616e5505-c563-4daf-9af3-1c0c66cf2e2b","type":"text/javascript","exec":[""]}}],"_postman_id":"a0feaade-38f7-4e92-8013-67d8bfc4922a"},{"name":"Hostings","item":[{"name":"Purchase","item":[{"name":"Buy Hosting","id":"6583c00a-4ad0-4c3a-ae8d-af85fdbee523","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"nameavro_Name0\",\n        \"domainType\": \"internal\",\n        \"username\": \"d4ngkxc6zj36u5v4\",\n        \"password\": \"uTeJXj0x3Z\",\n        \"domain\": \"test.am\",\n        \"newDomain\": null,\n        \"type\": \"hosting_registration\"\n        \n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://api.name.am/client/carts/purchase","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>true</td>\n<td><code>nameavro_Name0</code></td>\n</tr>\n<tr>\n<td>domainType</td>\n<td>string</td>\n<td>true</td>\n<td><code>internal</code></td>\n</tr>\n<tr>\n<td>username</td>\n<td>string</td>\n<td>true</td>\n<td>A username must be between 1 and 16 characters and must contains only lowercase characters and numbers, e.g. <code>d4ngkxc6zj36u5v4</code></td>\n</tr>\n<tr>\n<td>password</td>\n<td>string</td>\n<td>true</td>\n<td>Password can not contain username! Password must contain a lowercase, uppercase letter(s), number, special character [~!@#$%^&amp;*()_-+] and, contain minimum 9 character, e.g. <code>uTeJXj0x3Z</code></td>\n</tr>\n<tr>\n<td>domain</td>\n<td>string</td>\n<td>true</td>\n<td>Domain which will be attached to the hosting</td>\n</tr>\n<tr>\n<td>newDomain</td>\n<td>string</td>\n<td>true</td>\n<td>Domain name you want to register</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>true</td>\n<td>Purchase type <code>hosting_registration</code></td>\n</tr>\n<tr>\n<td><a href=\"https://docs.name.am/#625a055d-6cf9-45c5-8bf8-3e1e47fa4acb\">plan</a></td>\n<td>object</td>\n<td>false</td>\n<td>By default <code>\"_id\": \"1_month_register\"</code> if is not set</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"89a42a5a-d846-4511-95c5-9bf578599374","id":"89a42a5a-d846-4511-95c5-9bf578599374","name":"Purchase","type":"folder"}},"urlObject":{"protocol":"https","path":["client","carts","purchase"],"host":["api","name","am"],"query":[],"variable":[]}},"response":[],"_postman_id":"6583c00a-4ad0-4c3a-ae8d-af85fdbee523"}],"id":"89a42a5a-d846-4511-95c5-9bf578599374","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"a4eb91a3-a79b-466d-ab64-617eb7771a67","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c2c536f0-e7d9-4583-b4b3-7d06911826d4","type":"text/javascript","exec":[""]}}],"_postman_id":"89a42a5a-d846-4511-95c5-9bf578599374","description":""},{"name":"My Hosting(s)","id":"82027847-abc2-4439-96b1-995986c689e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.name.am/client/hostings","description":"<p>Your hosts. ( Active or Suspended )</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"5082dd49-2af8-4263-9b10-ed68626bf209","id":"5082dd49-2af8-4263-9b10-ed68626bf209","name":"Hostings","type":"folder"}},"urlObject":{"protocol":"https","path":["client","hostings"],"host":["api","name","am"],"query":[],"variable":[]}},"response":[],"_postman_id":"82027847-abc2-4439-96b1-995986c689e3"},{"name":"Auto Renew","id":"d5328b7d-8363-41c1-ab67-5a1f2df84055","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"autoRenew\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.name.am/client/hostings/{{id}}","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>URL variable</td>\n<td>true</td>\n<td>Each hosting plan has its own ID number with which you can make, for example, an auto renew of a hosting</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can get id by making a call to <code>https://api.name.am/client/hostings</code> <a href=\"%60https://docs.name.am/#82027847-abc2-4439-96b1-995986c689e3%60\">My Hostings</a> and extract  hosting plan id( <code>\"_id\": \"4e453710f144ae7c59c4224b\"</code>) from there.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>autoRenew</td>\n<td>string</td>\n<td>true</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"5082dd49-2af8-4263-9b10-ed68626bf209","id":"5082dd49-2af8-4263-9b10-ed68626bf209","name":"Hostings","type":"folder"}},"urlObject":{"protocol":"https","path":["client","hostings","{{id}}"],"host":["api","name","am"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5328b7d-8363-41c1-ab67-5a1f2df84055"}],"id":"5082dd49-2af8-4263-9b10-ed68626bf209","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"f612eeb7-f6a5-40ec-bf90-4cc339efe3ac","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9d390bb4-23be-4287-8104-051fe56dffc3","type":"text/javascript","exec":[""]}}],"_postman_id":"5082dd49-2af8-4263-9b10-ed68626bf209","description":""},{"name":"Settings","item":[{"name":"Domain Auto Renew, Transfer Lock, Whois Privacy","id":"be90b6e0-01bf-4909-925f-5c915438e3b1","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"transferLock\": true,\r\n    \"autoRenew\": true,\r\n    \"whoIsPrivacyStatus\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.name.am/client/domains/{{domain}}","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>transferLock</td>\n<td>boolean</td>\n<td>false</td>\n<td>If it is locked you cannot transfer domain</td>\n</tr>\n<tr>\n<td>autoRenew</td>\n<td>boolean</td>\n<td>false</td>\n<td>Automatically renew(s) domain(s) when expiration approach(es)</td>\n</tr>\n<tr>\n<td>whoIsPrivacyStatus</td>\n<td>boolean</td>\n<td>false</td>\n<td>A user buys <a href=\"https://en.wikipedia.org/wiki/Domain_privacy\">privacy</a> from the company, who in turn replaces the user's information in the WHOIS with the information of a forwarding service (for email and sometimes postal mail, it is done by a proxy server).</td>\n</tr>\n</tbody>\n</table>\n</div><p>E.g. </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>VARIABLE</th>\n<th>CURRENT VALUE (this value is used while sending a request)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>{{domain}}</td>\n<td>88888888.am</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"d672e700-a087-4a51-84e1-f0959ebfe015","id":"d672e700-a087-4a51-84e1-f0959ebfe015","name":"Settings","type":"folder"}},"urlObject":{"protocol":"https","path":["client","domains","{{domain}}"],"host":["api","name","am"],"query":[],"variable":[]}},"response":[],"_postman_id":"be90b6e0-01bf-4909-925f-5c915438e3b1"},{"name":"Transfer Wizard","id":"c203ffe4-67c1-4e05-aa5d-54e73b58c531","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    \"domain.am\"\n]","options":{"raw":{"language":"json"}}},"url":"https://api.name.am/client/domains/wizard/transfer","description":"<p>Transfer your domains to Name.am</p>\n<p><strong>You’re probably here because your current domain provider isn’t giving you the service you need, you just want to consolidate your properties or it’s just time for a change. Our goal is to make this process as simple as possible so that you can get on with your life and move forward.</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Request Payload</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>{{domain}}</td>\n<td>string</td>\n<td>true</td>\n<td>This is the domain name you wish to transfer to us</td>\n</tr>\n</tbody>\n</table>\n</div><p>E.g. </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>VARIABLE</th>\n<th>CURRENT VALUE (this value is used while sending a request)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>{{domain}}</td>\n<td>\"domain.am\"</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"d672e700-a087-4a51-84e1-f0959ebfe015","id":"d672e700-a087-4a51-84e1-f0959ebfe015","name":"Settings","type":"folder"}},"urlObject":{"protocol":"https","path":["client","domains","wizard","transfer"],"host":["api","name","am"],"query":[],"variable":[]}},"response":[],"_postman_id":"c203ffe4-67c1-4e05-aa5d-54e73b58c531"},{"name":"Send transfer Password","id":"87576a76-c9ba-41a3-8aa7-d18f55cda3c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"domain\": \"test.am\",\n        \"password\": \"12345\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://api.name.am/client/domains/wizard/transfer","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>domain</td>\n<td>string</td>\n<td>true</td>\n<td></td>\n</tr>\n<tr>\n<td>password</td>\n<td>string</td>\n<td>true</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"d672e700-a087-4a51-84e1-f0959ebfe015","id":"d672e700-a087-4a51-84e1-f0959ebfe015","name":"Settings","type":"folder"}},"urlObject":{"protocol":"https","path":["client","domains","wizard","transfer"],"host":["api","name","am"],"query":[],"variable":[]}},"response":[],"_postman_id":"87576a76-c9ba-41a3-8aa7-d18f55cda3c9"},{"name":"Transfer Auth Code","id":"a156d073-fc49-4ca7-a4d2-dc2399489815","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.name.am/client/domains/{{domain}}/transfer","description":"<p>Also known as AuthInfo Code, Auth Code, Transfer Key, Transfer Secret or EPP code.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Your variable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>{{domain}}</td>\n<td>Тhis is the name of the domain for which you want to get the Transfer Auth Code</td>\n</tr>\n</tbody>\n</table>\n</div><p>E.g. </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>VARIABLE</th>\n<th>CURRENT VALUE (this value is used while sending a request)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>{{domain}}</td>\n<td>88888888.am</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"d672e700-a087-4a51-84e1-f0959ebfe015","id":"d672e700-a087-4a51-84e1-f0959ebfe015","name":"Settings","type":"folder"}},"urlObject":{"protocol":"https","path":["client","domains","{{domain}}","transfer"],"host":["api","name","am"],"query":[],"variable":[]}},"response":[],"_postman_id":"a156d073-fc49-4ca7-a4d2-dc2399489815"},{"name":"Notify about expiring domains (email,sms)","id":"7ddb2e55-c44e-4b0d-b0dd-3407d4bf4735","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"expiringDomainsSMS\": true,\r\n    \"expiringDomainsEmail\": true\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.name.am/client/user/notifications","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>expiringDomainsSMS</td>\n<td>boolean</td>\n<td>false</td>\n<td>Notify about expiring domains via sms</td>\n</tr>\n<tr>\n<td>expiringDomainsEmail</td>\n<td>boolean</td>\n<td>false</td>\n<td>Notify about expiring domains via an email</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"d672e700-a087-4a51-84e1-f0959ebfe015","id":"d672e700-a087-4a51-84e1-f0959ebfe015","name":"Settings","type":"folder"}},"urlObject":{"protocol":"https","path":["client","user","notifications"],"host":["api","name","am"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ddb2e55-c44e-4b0d-b0dd-3407d4bf4735"},{"name":"Notify about expiring hostings (email,sms)","id":"b751cd8c-e34a-4349-8b27-c79b2127ef80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"expiringHostingsSMS\": true,\r\n    \"expiringHostingsEmail\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.name.am/client/user/notifications","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>expiringDomainsSMS</td>\n<td>boolean</td>\n<td>false</td>\n<td>Notify about expiring hostings via sms</td>\n</tr>\n<tr>\n<td>expiringDomainsEmail</td>\n<td>boolean</td>\n<td>false</td>\n<td>Notify about expiring hostings via an email</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"d672e700-a087-4a51-84e1-f0959ebfe015","id":"d672e700-a087-4a51-84e1-f0959ebfe015","name":"Settings","type":"folder"}},"urlObject":{"protocol":"https","path":["client","user","notifications"],"host":["api","name","am"],"query":[],"variable":[]}},"response":[],"_postman_id":"b751cd8c-e34a-4349-8b27-c79b2127ef80"},{"name":"Change Nameservers","id":"5413060a-c8a1-43f0-8b25-8cbf69508949","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"nameServers\": [\n        {\n            \"hostname\": \"park1.name.am\"\n        },\n        {\n            \"hostname\": \"park2.name.am\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.name.am/client/domains/{{domain}}","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>nameServers</td>\n<td>array</td>\n<td>true</td>\n<td>Nameservers are used to point your domain name to your website or email service. By default, the nameservers assigned to our domains are: ns1.name.am, ns2.name.am.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"d672e700-a087-4a51-84e1-f0959ebfe015","id":"d672e700-a087-4a51-84e1-f0959ebfe015","name":"Settings","type":"folder"}},"urlObject":{"protocol":"https","path":["client","domains","{{domain}}"],"host":["api","name","am"],"query":[],"variable":[]}},"response":[],"_postman_id":"5413060a-c8a1-43f0-8b25-8cbf69508949"},{"name":"Add DNS Records","id":"43277153-ee66-452f-99b6-5afa99bc635d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"records\": [\n        {\n            \"type\": \"A\",\n            \"ttl\": 1,\n            \"prefix\": \"xx\",\n            \"name\": \"xx.88888888.am\",\n            \"content\": \"192.168.1.65\",\n            \"action\": \"CREATE\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.name.am/client/domains/{{domain}}","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>records</td>\n<td>array</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Your variable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>{{domain}}</td>\n<td>Тhis is the name of the domain for which you want to add DNS Records</td>\n</tr>\n</tbody>\n</table>\n</div><p>E.g. </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>VARIABLE</th>\n<th>CURRENT VALUE (this value is used while sending a request)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>{{domain}}</td>\n<td>88888888.am</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"d672e700-a087-4a51-84e1-f0959ebfe015","id":"d672e700-a087-4a51-84e1-f0959ebfe015","name":"Settings","type":"folder"}},"urlObject":{"protocol":"https","path":["client","domains","{{domain}}"],"host":["api","name","am"],"query":[],"variable":[]}},"response":[],"_postman_id":"43277153-ee66-452f-99b6-5afa99bc635d"},{"name":"Delete DNS Records","id":"cfa3dc19-0356-4cc4-81f0-32650d50afdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"records\": [\n        {\n            \"type\": \"A\",\n            \"ttl\": 1,\n            \"prefix\": \"xx\",\n            \"name\": \"xx.88888888.am\",\n            \"content\": \"192.168.1.65\",\n            \"action\": \"DELETE\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.name.am/client/domains/{{domain}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"d672e700-a087-4a51-84e1-f0959ebfe015","id":"d672e700-a087-4a51-84e1-f0959ebfe015","name":"Settings","type":"folder"}},"urlObject":{"protocol":"https","path":["client","domains","{{domain}}"],"host":["api","name","am"],"query":[],"variable":[]}},"response":[],"_postman_id":"cfa3dc19-0356-4cc4-81f0-32650d50afdd"},{"name":"Apply DNSSEC Control","id":"38276414-be96-4602-99cd-5f4735381493","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"dnsSec\": [\n\n        {\n            \"validity\": true,\n            \"tag\": \"\",\n            \"algorithm\": \"\",\n            \"digestType\": \"\",\n            \"digest\": \"\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.name.am/client/domains/{{domain}}","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dnsSec</td>\n<td>array</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"d672e700-a087-4a51-84e1-f0959ebfe015","id":"d672e700-a087-4a51-84e1-f0959ebfe015","name":"Settings","type":"folder"}},"urlObject":{"protocol":"https","path":["client","domains","{{domain}}"],"host":["api","name","am"],"query":[],"variable":[]}},"response":[],"_postman_id":"38276414-be96-4602-99cd-5f4735381493"}],"id":"d672e700-a087-4a51-84e1-f0959ebfe015","description":"<p>It's possible to manage the following parameters.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Domain Details</code></td>\n<td>Auto Renew. Enabled or disabled.</td>\n</tr>\n<tr>\n<td><code>Contacts</code></td>\n<td>Registrant Contacts.</td>\n</tr>\n<tr>\n<td><code>Whois Privacy</code></td>\n<td>Private or Public.</td>\n</tr>\n<tr>\n<td><code>Transfer</code></td>\n<td>Transfer Lock. Locked or unlocked.</td>\n</tr>\n<tr>\n<td><code>Domain Sale</code></td>\n<td>Domain for sale. Minimum Bid Price 100 USD. Service Fee 10%, Bank Transfer: $30.00</td>\n</tr>\n<tr>\n<td><code>Nameservers</code></td>\n<td>Nameservers are used to point your domain name to your website or email service. By default, the nameservers assigned to our domains are: ns1.name.am, ns2.name.am. NOTE: Please keep in mind that you will need to have at least two nameservers. Once you have changed your nameservers, it will take roughly 24 hours for the changes to propagate.</td>\n</tr>\n<tr>\n<td><code>DNS Records</code></td>\n<td>If you use Name.am's nameservers, you can enjoy free DNS management services for added convenience. If you use another hosting provider's nameservers, you’ll need to set up DNS records with that company.</td>\n</tr>\n<tr>\n<td><code>DNSSEC Control</code></td>\n<td>DNSSEC uses a system of public keys and digital signatures to verify data. It simply adds new records to DNS alongside existing records. These new record types, such as RRSIG and DNSKEY, can be retrieved in the same way as common records such as A, CNAME and MX.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"6e818b37-3fe7-465e-8726-04582712bbd3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"72fc1926-1c45-4f87-80e2-0ba0da465729","type":"text/javascript","exec":[""]}}],"_postman_id":"d672e700-a087-4a51-84e1-f0959ebfe015"}],"event":[{"listen":"prerequest","script":{"id":"10df4517-1ba1-42a7-b5de-887a62360deb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"64a9b3b9-918a-426c-908c-861ec8882a39","type":"text/javascript","exec":[""]}}]}