{"info":{"_postman_id":"78261bd7-6a5f-44ab-83d1-f2824ae3b1e0","name":"Gateway API","description":"<html><head></head><body><p>The DNS Gateway REST API is for managing domain portfolios. It allows for the management of registry objects including: domains, contacts, dns_sec, hosts and glue.</p>\n<h1 id=\"overview\">Overview</h1>\n<p>To register for an account on the DNS Gateway proceed to <a href=\"https://portal.dns.business/\">https://portal.dns.business/</a>. There you will be able to get credentials for our test API where you can begin developing your own solution.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>The Gateway API uses basic HTTP Auth and has an IP address ACL. You can add addresses to the whitelist in the portal here <a href=\"https://portal.dns.business/\">https://portal.dns.business/</a>.</p>\n<p>The Gateway API can also use JWT token authentication. The token is received from the portal api and is authenticated against the portal to enable one token to be used when connecting via the portal api <a href=\"https://documenter.getpostman.com/view/5155766/RztkMUim\">https://documenter.getpostman.com/view/5155766/RztkMUim</a></p>\n<h1 id=\"response-codes\">Response Codes</h1>\n<ul>\n<li><p>200 - Request has been successful completed</p>\n</li>\n<li><p>201 - Request has been received and is in progress</p>\n</li>\n</ul>\n<h3 id=\"mapping-of-epp-codes-to-http_codes\">Mapping of EPP Codes to http_codes</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-python\"># SUCCESS CODES\n    '1000': ('Command completed successfully', 200),\n    '1001': ('Command completed successfully; action pending', 202),\n    '1300': ('Command completed successfully; no messages', 204),\n    '1301': ('Command completed successfully; ack to dequeue', 200),\n    '1500': ('Command completed successfully; ending session', 200),\n# FAIL CODES\n    '2000': ('Unknown command', 400),\n    '2001': ('Command syntax error', 400),\n    '2002': ('Command use error', 400),\n    '2003': ('Required parameter missing', 400),\n    '2004': ('Parameter value range error', 400),\n    '2005': ('Parameter value syntax error', 400),\n    '2100': ('Unimplemented protocol version', 400),\n    '2101': ('Unimplemented command', 400),\n    '2102': ('Unimplemented option', 400),\n    '2104': ('Billing failure', 424),\n    '2105': ('Object is not eligible for renewal', 400),\n    '2106': ('Object is not eligible for transfer', 400),\n    '2200': ('Authentication error', 401),\n    '2201': ('Authorization error', 403),\n    '2202': ('Invalid authorization information', 400),\n    '2300': ('Object pending transfer', 409),\n    '2301': ('Object not pending transfer', 409),\n    '2302': ('Object exists', 409),\n    '2303': ('Object does not exist', 409),\n    '2304': ('Object status prohibits operation', 409),\n    '2305': ('Object association prohibits operation', 409),\n    '2306': ('Parameter value policy error', 400),\n    '2307': ('Unimplemented object service', 400),\n    '2308': ('Data management policy violation', 405),\n    '2309': ('Application rejected', 406),\n    '2400': ('Command failed', 500),\n    '2500': ('Command failed; server closing connection', 500),\n    '2501': ('Authentication error; server closing connection', 400),\n    '2502': ('Session limit exceeded; server closing connection', 429),\n\n</code></pre>\n<h1 id=\"message-ids\">Message IDs</h1>\n<p>Each message that performs an EPP command with the system will include the message ID's for tracking purposes.</p>\n<p>cltrid - Client Transaction ID</p>\n<p>svtrid - Server Transaction ID</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Response Codes","slug":"response-codes"},{"content":"Message IDs","slug":"message-ids"}],"owner":"5155766","collectionId":"78261bd7-6a5f-44ab-83d1-f2824ae3b1e0","publishedId":"RWTspaGo","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"1A4172","highlight":"8BB35B"},"publishDate":"2018-08-29T09:23:11.000Z"},"item":[{"name":"Domains","item":[{"name":"Domain List","id":"05f427c6-088d-4bc3-89b7-b9ef1fbae599","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/registry/WHMCS/domains/?search={{search}}&name={{name}}&zone={{zoneId}}&zone_name={{zoneName}}&autorenew={{autorenew}}&contact={{contactId}}&registrant={{contactId}}&admin={{contactId}}&billing={{contactId}}&tech={{contactId}}&expiring_in={{days}}&status={{status}}&limit={{limit}}&offset={{offset}}&ordering={{ordering}}","description":"<p>Filter the domain list using a collection of optional parameters.</p>\n<p><strong>Ordering:</strong></p>\n<ul>\n<li>Ordering fields are [-]cdate, [-]name, [-]expiry, [-]zone__zone,  [-]autorenew</li>\n</ul>\n","urlObject":{"path":["api","registry","WHMCS","domains",""],"host":["{{url}}"],"query":[{"description":{"content":"<p>String: Broad search for the string in the domain name or email address of associated contacts</p>\n","type":"text/plain"},"key":"search","value":"{{search}}"},{"description":{"content":"<p>String: Find the domain name by name, only exact matches returned</p>\n","type":"text/plain"},"key":"name","value":"{{name}}"},{"description":{"content":"<p>Integer: Filter the results by zone using the ID</p>\n","type":"text/plain"},"key":"zone","value":"{{zoneId}}"},{"description":{"content":"<p>String: Filter the results by zone using the zone name</p>\n","type":"text/plain"},"key":"zone_name","value":"{{zoneName}}"},{"description":{"content":"<p>Boolean: Filter by the autorenew status of the domain</p>\n","type":"text/plain"},"key":"autorenew","value":"{{autorenew}}"},{"description":{"content":"<p>String: Find domains that are associated with the contact id</p>\n","type":"text/plain"},"key":"contact","value":"{{contactId}}"},{"description":{"content":"<p>String: Find domains that are associated with the contact id as the registrant</p>\n","type":"text/plain"},"key":"registrant","value":"{{contactId}}"},{"description":{"content":"<p>String: Find domains that are associated with the contact id as a admin contact type</p>\n","type":"text/plain"},"key":"admin","value":"{{contactId}}"},{"description":{"content":"<p>String: Find domains that are associated with the contact id as a billing contact type</p>\n","type":"text/plain"},"key":"billing","value":"{{contactId}}"},{"description":{"content":"<p>String: Find domains that are associated with the contact id as a tech contact type</p>\n","type":"text/plain"},"key":"tech","value":"{{contactId}}"},{"description":{"content":"<p>Integer: Filter domains by the number of days in which the domain will expire</p>\n","type":"text/plain"},"key":"expiring_in","value":"{{days}}"},{"description":{"content":"<p>String: Find domains that have the status applied, possible statuses are:\n ok,\n inactive,\n clientDeleteProhibited,\n clientHold,\n clientRenewProhibited,\n clientTransferProhibited,\n clientUpdateProhibited,\n pendingCreate,\n pendingDelete,\n pendingRenew,\n pendingTransfer,\n pendingUpdate,\n serverDeleteProhibited,\n serverHold,\n serverRenewProhibited,\n serverTransferProhibited,\n serverUpdateProhibited,</p>\n","type":"text/plain"},"key":"status","value":"{{status}}"},{"description":{"content":"<p>Integer(10): Limit the number of responses in the result set up to a maximum of 100</p>\n","type":"text/plain"},"key":"limit","value":"{{limit}}"},{"description":{"content":"<p>Integer: Set the number of results to skip used for paging the results set</p>\n","type":"text/plain"},"key":"offset","value":"{{offset}}"},{"description":{"content":"<p>Varchar: Ordering fields are [-]cdate, [-]name, [-]expiry, [-]zone__zone,  [-]autorenew.  </p>\n","type":"text/plain"},"key":"ordering","value":"{{ordering}}"}],"variable":[]}},"response":[{"id":"4d24736a-8ff9-492e-88f0-51beb0867a25","name":"Domain list filtered by zone","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/api/registry/WHMCS/domains/?zone=44","host":["{{url}}"],"path":["api","registry","WHMCS","domains",""],"query":[{"key":"search","value":"{{search}}","description":"String: Broad search for the string in the domain name or email address of associated contacts","disabled":true},{"key":"name","value":"{{name}}","description":"String: Find the domain name by name, only exact matches returned","disabled":true},{"key":"zone","value":"44","description":"Integer: Filter the results by zone using the ID"},{"key":"autorenew","value":"{{autorenew}}","description":"Boolean: Filter by the autorenew status of the domain","disabled":true},{"key":"contacts__contact__id","value":"{{contactId}}","description":"String: Find domains that are associated with the contact id","disabled":true},{"key":"contacts__type","value":"{{contactType}}","description":"Integer: Limit the contacts types in the contact id filter, only useful in conjuntion with contacts_contact_id search","disabled":true},{"key":"limit","value":"{{limit}}","description":"Integer: Limit the number of responses in the result set up to a maximum of 100","disabled":true},{"key":"offset","value":"{{offset}}","description":"Integer: Set the number of results to skip used for paging the results set","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2762","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Sun, 26 Aug 2018 09:47:03 GMT","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Sun, 09-Sep-2018 09:47:03 GMT; httponly; Max-Age=1209600; Path=/","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Sun Sep 09 2018 09:47:02 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"count\": 16,\n    \"next\": \"{{url}}/api/registry/WHMCS/domains/?limit=10&offset=10&zone=44\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"name\": \"example-domain1.africa\"\n        },\n        {\n            \"name\": \"example-domain2.africa\"\n        },\n        {\n            \"name\": \"example-domain3.africa\"\n        },\n        {\n            \"name\": \"example-domain4.africa\"\n        },\n        {\n            \"name\": \"example-domain5.africa\"\n        },\n        {\n            \"name\": \"example-domain6.africa\"\n        },\n        {\n            \"name\": \"example-domain7.africa\"\n        },\n        {\n            \"name\": \"example-domain8.africa\"\n        },\n        {\n            \"name\": \"example-domain9.africa\"\n        },\n        {\n            \"name\": \"example-domain10.africa\"\n        }\n    ]\n}"},{"id":"510fa0dc-99a2-4c25-9d45-1616b85a8125","name":"Domain List","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/api/registry/WHMCS/domains/","host":["{{url}}"],"path":["api","registry","WHMCS","domains",""],"query":[{"key":"search","value":"{{search}}","description":"String: Broad search for the string in the domain name or email address of associated contacts","disabled":true},{"key":"name","value":"{{name}}","description":"String: Find the domain name by name, only exact matches returned","disabled":true},{"key":"zone","value":"{{zoneId}}","description":"Integer: Filter the results by zone using the ID","disabled":true},{"key":"autorenew","value":"{{autorenew}}","description":"Boolean: Filter by the autorenew status of the domain","disabled":true},{"key":"contacts__contact__id","value":"{{contactId}}","description":"String: Find domains that are associated with the contact id","disabled":true},{"key":"contacts__type","value":"{{contactType}}","description":"Integer: Limit the contacts types in the contact id filter, only useful in conjuntion with contacts_contact_id search","disabled":true},{"key":"limit","value":"{{limit}}","description":"Integer: Limit the number of responses in the result set up to a maximum of 100","disabled":true},{"key":"offset","value":"{{offset}}","description":"Integer: Set the number of results to skip used for paging the results set","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2716","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Sun, 26 Aug 2018 09:01:02 GMT","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Sun, 09-Sep-2018 09:01:03 GMT; httponly; Max-Age=1209600; Path=/","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Sun Sep 09 2018 09:01:02 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"count\": 517,\n    \"next\": \"{{url}}/api/registry/domains/?limit=10&offset=10\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"name\": \"example-domain1.africa\"\n        },\n        {\n            \"name\": \"example-domain2.com\"\n        },\n        {\n            \"name\": \"example-domain3.net\"\n        },\n        {\n            \"name\": \"example-domain4.co.za\"\n        },\n        {\n            \"name\": \"example-domain5.capetown\"\n        },\n        {\n            \"name\": \"example-domain6.africa\"\n        },\n        {\n            \"name\": \"example-domain7.africa\"\n        },\n        {\n            \"name\": \"example-domain8.africa\"\n        },\n        {\n            \"name\": \"example-domain9.africa\"\n        },\n        {\n            \"name\": \"example-domain10.africa\"\n        }\n    ]\n}"},{"id":"cc7cccf6-9f55-4d74-9353-1dc6475f3495","name":"Search domain list for domain name","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/api/registry/WHMCS/domains/?name=example-domain1.africa","host":["{{url}}"],"path":["api","registry","WHMCS","domains",""],"query":[{"key":"search","value":"{{search}}","description":"String: Broad search for the string in the domain name or email address of associated contacts","disabled":true},{"key":"name","value":"example-domain1.africa","description":"String: Find the domain name by name, only exact matches returned"},{"key":"zone","value":"{{zoneId}}","description":"Integer: Filter the results by zone using the ID","disabled":true},{"key":"autorenew","value":"{{autorenew}}","description":"Boolean: Filter by the autorenew status of the domain","disabled":true},{"key":"contacts__contact__id","value":"{{contactId}}","description":"String: Find domains that are associated with the contact id","disabled":true},{"key":"contacts__type","value":"{{contactType}}","description":"Integer: Limit the contacts types in the contact id filter, only useful in conjuntion with contacts_contact_id search","disabled":true},{"key":"limit","value":"{{limit}}","description":"Integer: Limit the number of responses in the result set up to a maximum of 100","disabled":true},{"key":"offset","value":"{{offset}}","description":"Integer: Set the number of results to skip used for paging the results set","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"314","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Sun, 26 Aug 2018 09:02:35 GMT","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Sun, 09-Sep-2018 09:02:35 GMT; httponly; Max-Age=1209600; Path=/","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Sun Sep 09 2018 09:02:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"name\": \"example-domain1.africa\"\n        }\n    ]\n}"}],"_postman_id":"05f427c6-088d-4bc3-89b7-b9ef1fbae599"},{"name":"Domain View","id":"2f15e015-c5eb-4f94-8f94-84ee4c7bf4d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/registry/WHMCS/domains/{{domainName}}/","description":"<p>View a domain name object</p>\n","urlObject":{"path":["api","registry","WHMCS","domains","{{domainName}}",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d987857f-0ae6-4833-b51a-c05eb6458e63","name":"Domain View","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/registry/WHMCS/domains/{{domainName}}/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2913","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Sun, 26 Aug 2018 09:53:04 GMT","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Sun, 09-Sep-2018 09:53:04 GMT; httponly; Max-Age=1209600; Path=/","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Sun Sep 09 2018 09:53:04 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"name\": \"example-domain1.africa\",\n    \"expiry\": \"2019-03-30T12:36:57Z\",\n    \"detail\": null,\n    \"statuses\": [\n        {\n            \"code\": \"ok\",\n            \"message\": null\n        }\n    ],\n    \"rgp_statuses\": []\n}"}],"_postman_id":"2f15e015-c5eb-4f94-8f94-84ee4c7bf4d9"},{"name":"Domain Create","id":"7ee1360f-29ab-4927-a608-bc709c5c9cdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"example-create1.co.za\",\n    \"period\": 1,\n    \"period_unit\": \"y\",\n    \"autorenew\": false,\n    \"authinfo\": \"coza\",\n    \"hosts\": [\n        {\n            \"hostname\": \"ns1.spindoctor.mobi\"\n        },\n        {\n            \"hostname\": \"ns2.spindoctor.mobi\"\n        }\n    ],\n    \"contacts\": [\n        {\n            \"type\": \"registrant\",\n            \"contact\": {\n                \"id\": \"exampleRant\"\n            }\n        },\n        {\n            \"type\": \"admin\",\n            \"contact\": {\n                \"id\": \"exampleAdmin\"\n            }\n        },\n        {\n            \"type\": \"billing\",\n            \"contact\": {\n                \"id\": \"exampleBilling\"\n            }\n        },\n        {\n            \"type\": \"tech\",\n            \"contact\": {\n                \"id\": \"exampleTech\"\n            }\n        }\n    ]\n}"},"url":"{{url}}/api/registry/WHMCS/domains/","description":"<h2 id=\"notes\">Notes</h2>\n<ul>\n<li>To create a domain object, contact objects must be created first.</li>\n<li>The first contact MUST be the registrant contact type the remaining contacts are unordered.</li>\n<li>Due to the restrictions placed on the authInfo paramater by some registries the following format is sugested:<ul>\n<li>The format for auth info requires a minimum length of 8 characters and a maximum length of 32 characters. Additionally, auth info must contain at least one of each of the following three character types:<ul>\n<li>Alphabetic characters: a-z; A-Z</li>\n<li>Numeric characters: 0-9</li>\n<li>Special characters: !;&lt;=$%?&amp;@[()]*^+-,'-{.|/}:~</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>For the creation of premium names the price must be sent in the create command to confirm premium price is accepted.  The price of a domain can be confirmed by the \"domain check\" command.  Please consult the examples for a premium domain create.</li>\n</ul>\n<h2 id=\"dnssec-information\">DNSSEC Information</h2>\n<h3 id=\"supported-digest\">Supported digest:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Digest Number</th>\n<th>Digest Name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>SHA1</td>\n</tr>\n<tr>\n<td>2</td>\n<td>SHA256</td>\n</tr>\n<tr>\n<td>3</td>\n<td>GHOST R 34.11-94</td>\n</tr>\n<tr>\n<td>4</td>\n<td>SHA384</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"supported-algorithms\">Supported Algorithms:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Algorithms Number</th>\n<th>Algorithms Name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>RSA/MD5</td>\n</tr>\n<tr>\n<td>3</td>\n<td>DSA/SHA-1</td>\n</tr>\n<tr>\n<td>5</td>\n<td>RSA/SHA-1</td>\n</tr>\n<tr>\n<td>6</td>\n<td>DSASHA1-NSEC3-SHA1</td>\n</tr>\n<tr>\n<td>7</td>\n<td>RSASHA1-NSEC3-SHA1</td>\n</tr>\n<tr>\n<td>8</td>\n<td>RSA/SHA-256</td>\n</tr>\n<tr>\n<td>10</td>\n<td>RSA/SHA-512</td>\n</tr>\n<tr>\n<td>12</td>\n<td>GOST R 34.10-2001</td>\n</tr>\n<tr>\n<td>13</td>\n<td>ECDSA/SHA-256</td>\n</tr>\n<tr>\n<td>14</td>\n<td>ECDSA/SHA-384</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","registry","WHMCS","domains",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"040a3bb0-2e77-4c24-8875-bb85a1856343","name":"Domain Create with DNSSEC","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"example-create1.africa\",\n    \"period\": 1,\n    \"period_unit\": \"y\",\n    \"autorenew\": false,\n    \"authinfo\": \"co#1*Adfz/a\",\n    \"hosts\": [\n        {\n            \"hostname\": \"ns1.spindoctor.mobi\"\n        },\n        {\n            \"hostname\": \"ns2.spindoctor.mobi\"\n        }\n    ],\n    \"contacts\": [\n        {\n            \"type\": \"registrant\",\n            \"contact\": {\n                \"id\": \"sasha\"\n            }\n        },\n        {\n            \"type\": \"admin\",\n            \"contact\": {\n                \"id\": \"sasha\"\n            }\n        },\n        {\n            \"type\": \"billing\",\n            \"contact\": {\n                \"id\": \"sasha\"\n            }\n        },\n        {\n            \"type\": \"tech\",\n            \"contact\": {\n                \"id\": \"sasha\"\n            }\n        }\n    ],\n    \"domainsec\": [\n        {\n            \"key_tag\": 6827,\n            \"algorithm\": 8,\n            \"digest_type\": 2,\n            \"digest\": \"326FB894CF83655564D5B1A5C105671E09D2AED0054F68581C8B54FF2F3CFAF5\"\n        }\n    ]\n}"},"url":"{{url}}/api/registry/WHMCS/domains/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 May 2019 16:23:11 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Vary","value":"Accept,Cookie"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"Set-Cookie","value":"sessionid=x16jgo69zz9l3br6808afivt7t3x3x2w; expires=Mon, 27-May-2019 16:23:11 GMT; httponly; Max-Age=1209600; Path=/"},{"key":"Content-Length","value":"238"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"wid\": 1755,\n    \"name\": \"example-create1.co.za\",\n    \"zone\": \"co.za\",\n    \"zone_id\": \"44\",\n    \"transport\": \"coza_sld_epp\",\n    \"passthrough\": true,\n    \"cdate\": \"2019-05-21T08:10:34Z\",\n    \"expiry\": \"2020-05-21T08:10:34Z\",\n    \"curExpDate\": \"2020-05-21\",\n    \"rar\": \"testrar1\",\n    \"period\": 1,\n    \"period_unit\": \"y\",\n    \"autorenew\": false,\n    \"authinfo\": \"coza\",\n    \"detail\": \"Domain Create completed successfully\",\n    \"hosts\": [\n        {\n            \"wid\": 822,\n            \"hostname\": \"ns1.spindoctor.mobi\",\n            \"glue\": []\n        },\n        {\n            \"wid\": 823,\n            \"hostname\": \"ns2.spindoctor.mobi\",\n            \"glue\": []\n        }\n    ],\n\t\"contacts\": [\n\t\t{\n\t\t  \"type\": \"admin\",\n\t\t  \"contact\": {\n\t\t    \"wid\": 1618,\n\t\t    \"id\": \"exampleContact\",\n\t\t    \"cdate\": \"2018-03-27T08:21:39Z\",\n\t\t    \"phone\": \"+27.1234567890\",\n\t\t    \"fax\": \"+27.1234567890\",\n\t\t    \"email\": \"rant@test.example\",\n\t\t    \"detail\": null,\n\t\t    \"contact_address\": [\n\t\t      {\n\t\t        \"real_name\": \"Admin Example\",\n\t\t        \"org\": \"\",\n\t\t        \"street\": \"test\",\n\t\t        \"street2\": \"2 Admin Avenue\",\n\t\t        \"street3\": null,\n\t\t        \"city\": \"Somecity\",\n\t\t        \"province\": \"Someplace\",\n\t\t        \"code\": \"0000\",\n\t\t        \"country\": \"ZA\",\n\t\t        \"type\": \"loc\"\n\t\t      },\n\t\t      {\n\t\t        \"real_name\": \"Admin Example\",\n\t\t        \"org\": \"\",\n\t\t        \"street\": \"test\",\n\t\t        \"street2\": \"2 Admin Avenue\",\n\t\t        \"street3\": null,\n\t\t        \"city\": \"Somecity\",\n\t\t        \"province\": \"Someplace\",\n\t\t        \"code\": \"0000\",\n\t\t        \"country\": \"ZA\",\n\t\t        \"type\": \"int\"\n\t\t      }\n\t\t    ],\n\t\t    \"statuses\": [\n\t\t      {\n\t\t        \"code\": \"linked\"\n\t\t      }\n\t\t    ]\n\t\t  }\n\t\t},\n\t\t{\n\t\t  \"type\": \"registrant\",\n\t\t  \"contact\": {\n\t\t    \"wid\": 1619,\n\t\t    \"id\": \"exampleContact\",\n\t\t    \"cdate\": \"2018-03-27T08:21:39Z\",\n\t\t    \"phone\": \"+27.1234567890\",\n\t\t    \"fax\": \"+27.1234567890\",\n\t\t    \"email\": \"rant@test.example\",\n\t\t    \"detail\": null,\n\t\t    \"contact_address\": [\n\t\t      {\n\t\t        \"real_name\": \"Rant Example\",\n\t\t        \"org\": \"\",\n\t\t        \"street\": \"test\",\n\t\t        \"street2\": \"2 Registrant Avenue\",\n\t\t        \"street3\": null,\n\t\t        \"city\": \"Somecity\",\n\t\t        \"province\": \"Someplace\",\n\t\t        \"code\": \"0000\",\n\t\t        \"country\": \"ZA\",\n\t\t        \"type\": \"loc\"\n\t\t      },\n\t\t      {\n\t\t        \"real_name\": \"Rant Example\",\n\t\t        \"org\": \"\",\n\t\t        \"street\": \"test\",\n\t\t        \"street2\": \"2 Registrant Avenue\",\n\t\t        \"street3\": null,\n\t\t        \"city\": \"Somecity\",\n\t\t        \"province\": \"Someplace\",\n\t\t        \"code\": \"0000\",\n\t\t        \"country\": \"ZA\",\n\t\t        \"type\": \"int\"\n\t\t      }\n\t\t    ],\n\t\t    \"statuses\": [\n\t\t      {\n\t\t        \"code\": \"linked\"\n\t\t      }\n\t\t    ]\n\t\t  }\n\t\t},\n\t\t{\n\t\t  \"type\": \"billing\",\n\t\t  \"contact\": {\n\t\t    \"wid\": 1620,\n\t\t    \"id\": \"exampleContact\",\n\t\t    \"cdate\": \"2018-03-27T08:21:39Z\",\n\t\t    \"phone\": \"+27.1234567890\",\n\t\t    \"fax\": \"+27.1234567890\",\n\t\t    \"email\": \"rant@test.example\",\n\t\t    \"detail\": null,\n\t\t    \"contact_address\": [\n\t\t      {\n\t\t        \"real_name\": \"Billing Example\",\n\t\t        \"org\": \"\",\n\t\t        \"street\": \"test\",\n\t\t        \"street2\": \"2 Billing Avenue\",\n\t\t        \"street3\": null,\n\t\t        \"city\": \"Somecity\",\n\t\t        \"province\": \"Someplace\",\n\t\t        \"code\": \"0000\",\n\t\t        \"country\": \"ZA\",\n\t\t        \"type\": \"loc\"\n\t\t      },\n\t\t      {\n\t\t        \"real_name\": \"Billing Example\",\n\t\t        \"org\": \"\",\n\t\t        \"street\": \"test\",\n\t\t        \"street2\": \"2 Billing Avenue\",\n\t\t        \"street3\": null,\n\t\t        \"city\": \"Somecity\",\n\t\t        \"province\": \"Someplace\",\n\t\t        \"code\": \"0000\",\n\t\t        \"country\": \"ZA\",\n\t\t        \"type\": \"int\"\n\t\t      }\n\t\t    ],\n\t\t    \"statuses\": [\n\t\t      {\n\t\t        \"code\": \"linked\"\n\t\t      }\n\t\t    ]\n\t\t  }\n\t\t},\n\t\t{\n\t\t  \"type\": \"tech\",\n\t\t  \"contact\": {\n\t\t    \"wid\": 1621,\n\t\t    \"id\": \"exampleContact\",\n\t\t    \"cdate\": \"2018-03-27T08:21:39Z\",\n\t\t    \"phone\": \"+27.1234567890\",\n\t\t    \"fax\": \"+27.1234567890\",\n\t\t    \"email\": \"rant@test.example\",\n\t\t    \"detail\": null,\n\t\t    \"contact_address\": [\n\t\t      {\n\t\t        \"real_name\": \"Tech Example\",\n\t\t        \"org\": \"\",\n\t\t        \"street\": \"test\",\n\t\t        \"street2\": \"2 Tech Avenue\",\n\t\t        \"street3\": null,\n\t\t        \"city\": \"Somecity\",\n\t\t        \"province\": \"Someplace\",\n\t\t        \"code\": \"0000\",\n\t\t        \"country\": \"ZA\",\n\t\t        \"type\": \"loc\"\n\t\t      },\n\t\t      {\n\t\t        \"real_name\": \"Tech Example\",\n\t\t        \"org\": \"\",\n\t\t        \"street\": \"test\",\n\t\t        \"street2\": \"2 Tech Avenue\",\n\t\t        \"street3\": null,\n\t\t        \"city\": \"Somecity\",\n\t\t        \"province\": \"Someplace\",\n\t\t        \"code\": \"0000\",\n\t\t        \"country\": \"ZA\",\n\t\t        \"type\": \"int\"\n\t\t      }\n\t\t    ],\n\t\t    \"statuses\": [\n\t\t      {\n\t\t        \"code\": \"linked\"\n\t\t      }\n\t\t    ]\n\t\t  }\n\t\t}\n\t],\n    \"statuses\": [\n        {\n            \"code\": \"ok\",\n            \"message\": null\n        }\n    ],\n    \"events\": null,\n    \"domainsec\": [\n        {\n            \"wid\": 54,\n            \"cdate\": \"2019-05-21T08:10:34Z\",\n            \"key_tag\": 6827,\n            \"algorithm\": 8,\n            \"digest_type\": 2,\n            \"digest\": \"326FB894CF83655564D5B1A5C105671E09D2AED0054F68581C8B54FF2F3CFAF5\",\n            \"max_sig_life\": 1209600\n        }\n    ],\n    \"rgp_statuses\": [],\n    \"fee_commands\": null,\n    \"charge\": null\n}"},{"id":"add3147a-3580-43d2-818b-3b923fc2c183","name":"Domain Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n    \"name\": \"testingnic12.com\",\n    \"zone\": \"co.za\",\n    \"period\": 1,\n    \"period_unit\": \"y\",\n    \"autorenew\": false,\n    \"authinfo\": \"co#1*Adfz/a\",\n    \"hosts\": [\n        {\n            \"hostname\": \"ns1.spindoctor.mobi\"\n        },\n        {\n            \"hostname\": \"ns2.spindoctor.mobi\"\n        }\n    ],\n    \"contacts\": [\n    \t{\n            \"type\": \"registrant\",\n            \"contact\": {\n                \"id\": \"W0001682\"\n            }\n        },\n        {\n            \"type\": \"admin\",\n            \"contact\": {\n                \"id\": \"W0001577\"\n            }\n        },\n        {\n            \"type\": \"billing\",\n            \"contact\": {\n                \"id\": \"W0001577\"\n            }\n        },\n        {\n            \"type\": \"tech\",\n            \"contact\": {\n                \"id\": \"W0001682\"\n            }\n        }\n    ]\n}"},"url":"{{url}}/api/registry/WHMCS/domains/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"3081","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Sun, 26 Aug 2018 10:01:29 GMT","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Sun, 09-Sep-2018 10:01:34 GMT; httponly; Max-Age=1209600; Path=/","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Sun Sep 09 2018 10:01:29 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"wid\": 1177,\n    \"name\": \"example-create.africa\",\n    \"zone\": \"africa\",\n    \"zone_id\": \"44\",\n    \"transport\": \"ryafrica_epp\",\n    \"passthrough\": true,\n    \"cdate\": \"2018-08-26T10:01:30Z\",\n    \"expiry\": \"2019-08-26T10:01:30Z\",\n    \"curExpDate\": \"2019-08-26\",\n    \"rar\": \"testrar1\",\n    \"period\": 1,\n    \"period_unit\": \"y\",\n    \"autorenew\": false,\n    \"authinfo\": \"co#1*Adfz/a\",\n    \"detail\": \"Domain Create completed successfully\",\n    \"hosts\": [\n        {\n            \"wid\": 822,\n            \"hostname\": \"ns1.spindoctor.mobi\",\n            \"glue\": []\n        },\n        {\n            \"wid\": 823,\n            \"hostname\": \"ns2.spindoctor.mobi\",\n            \"glue\": []\n        }\n    ],\n    \"contacts\": [\n        {\n            \"type\": \"admin\",\n            \"contact\": {\n                \"wid\": 1618,\n                \"id\": \"exampleAdmin\",\n                \"cdate\": \"2018-03-27T08:21:39Z\",\n                \"phone\": \"+27.1234567890\",\n                \"fax\": \"+27.1234567890\",\n                \"email\": \"rant@test.example\",\n                \"detail\": null,\n                \"contact_address\": [\n                    {\n                        \"real_name\": \"Admin Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Admin Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"loc\"\n                    },\n                    {\n                        \"real_name\": \"Admin Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Admin Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"int\"\n                    }\n                ],\n                \"statuses\": [\n                    {\n                        \"code\": \"linked\"\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"registrant\",\n            \"contact\": {\n                \"wid\": 1619,\n                \"id\": \"exampleRegistrant\",\n                \"cdate\": \"2018-03-27T08:21:39Z\",\n                \"phone\": \"+27.1234567890\",\n                \"fax\": \"+27.1234567890\",\n                \"email\": \"rant@test.example\",\n                \"detail\": null,\n                \"contact_address\": [\n                    {\n                        \"real_name\": \"Rant Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Registrant Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"loc\"\n                    },\n                    {\n                        \"real_name\": \"Rant Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Registrant Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"int\"\n                    }\n                ],\n                \"statuses\": [\n                    {\n                        \"code\": \"linked\",\n                        \"message\": \"Domain '4rfgb.africa' creation\"\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"billing\",\n            \"contact\": {\n                \"wid\": 1620,\n                \"id\": \"exampleBilling\",\n                \"cdate\": \"2018-03-27T08:21:39Z\",\n                \"phone\": \"+27.1234567890\",\n                \"fax\": \"+27.1234567890\",\n                \"email\": \"rant@test.example\",\n                \"detail\": null,\n                \"contact_address\": [\n                    {\n                        \"real_name\": \"Billing Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Billing Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"loc\"\n                    },\n                    {\n                        \"real_name\": \"Billing Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Billing Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"int\"\n                    }\n                ],\n                \"statuses\": [\n                    {\n                        \"code\": \"linked\"\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"tech\",\n            \"contact\": {\n                \"wid\": 1621,\n                \"id\": \"exampleTech\",\n                \"cdate\": \"2018-03-27T08:21:39Z\",\n                \"phone\": \"+27.1234567890\",\n                \"fax\": \"+27.1234567890\",\n                \"email\": \"rant@test.example\",\n                \"detail\": null,\n                \"contact_address\": [\n                    {\n                        \"real_name\": \"Tech Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Tech Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"loc\"\n                    },\n                    {\n                        \"real_name\": \"Tech Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Tech Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"int\"\n                    }\n                ],\n                \"statuses\": [\n                    {\n                        \"code\": \"linked\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"statuses\": [\n        {\n            \"code\": \"ok\",\n            \"message\": null\n        }\n    ],\n    \"events\": [\n        {\n            \"wid\": 1048896,\n            \"cdate\": \"2018-08-26T10:01:32Z\",\n            \"tdate\": \"2018-08-26T10:01:33Z\",\n            \"event\": \"PendingFSCharge\",\n            \"policy\": \".com\",\n            \"status\": \"0\"\n        }\n    ],\n    \"domainsec\": [],\n    \"rgp_statuses\": [],\n    \"fee_commands\": null,\n    \"charge\": null\n}"},{"id":"9b4dac8f-02b3-4469-a399-1f90ee58664a","name":"Premium Domain Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"example-create.africa\",\n    \"period\": 1,\n    \"period_unit\": \"y\",\n    \"autorenew\": false,\n    \"authinfo\": \"co#1*Adfz/a\",\n    \"hosts\": [\n        {\n            \"hostname\": \"ns1.spindoctor.mobi\"\n        },\n        {\n            \"hostname\": \"ns2.spindoctor.mobi\"\n        }\n    ],\n    \"contacts\": [\n    \t{\n            \"type\": \"registrant\",\n            \"contact\": {\n                \"id\": \"exampleRant\"\n            }\n        },\n        {\n            \"type\": \"admin\",\n            \"contact\": {\n                \"id\": \"exampleAdmin\"\n            }\n        },\n        {\n            \"type\": \"billing\",\n            \"contact\": {\n                \"id\": \"exampleBilling\"\n            }\n        },\n        {\n            \"type\": \"tech\",\n            \"contact\": {\n                \"id\": \"exampleTech\"\n            }\n        }\n    ],\n    \"charge\" {\n    \t\"price\" : 150\t\n    }\n}"},"url":"{{url}}/api/registry/WHMCS/domains/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"3613","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Thu, 06 Sep 2018 06:02:34 GMT","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=92fbcffd1dggcbut1xms50ayimdz1bx5; expires=Thu, 20-Sep-2018 06:02:40 GMT; httponly; Max-Age=1209600; Path=/","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Thu Sep 20 2018 06:02:34 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"92fbcffd1dggcbut1xms50ayimdz1bx5","key":"sessionid"}],"responseTime":null,"body":"{\"wid\":1181,\"name\":\"example-create.africa\",\"zone\":\"africa\",\"zone_id\":\"578\",\"transport\":\"africa_ote_epp\",\"passthrough\":false,\"cdate\":\"2018-09-06T06:02:35Z\",\"expiry\":\"2019-09-06T06:02:35Z\",\"curExpDate\":\"2019-09-06\",\"rar\":\"testrar1\",\"period\":1,\"period_unit\":\"y\",\"autorenew\":false,\"authinfo\":\"co#1*Adfz/a\",\"detail\":\"Domain Create completed successfully\",\"hosts\":[{\"wid\":822,\"hostname\":\"ns1.spindoctor.mobi\",\"glue\":[]},{\"wid\":823,\"hostname\":\"ns2.spindoctor.mobi\",\"glue\":[]}],\"contacts\":[{\"type\":\"registrant\",\"contact\":{\"wid\":4,\"id\":\"Nicol\",\"cdate\":\"2015-11-25T09:57:49Z\",\"phone\":\"+27.125550001\",\"fax\":\"+86.5550000\",\"email\":\"nicol@dnservices.co.za\",\"detail\":null,\"linked\":true,\"contact_address\":[{\"real_name\":\"Nicol (l)\",\"org\":\"999888777\",\"street\":\"1 Registrant-Heights\",\"street2\":\"2 Registrant Avenue\",\"street3\":null,\"city\":\"Registrant Ville\",\"province\":\"Western Cape\",\"code\":\"90210\",\"country\":\"ZA\",\"type\":\"loc\"},{\"real_name\":\"Nicol (I)\",\"org\":\"DNS Africa\",\"street\":\"17\",\"street2\":\"Coastal Rd\",\"street3\":\"Grand Baie\",\"city\":\"Peyreber\",\"province\":\"Grand Baie\",\"code\":\"0001\",\"country\":\"MU\",\"type\":\"int\"}],\"statuses\":[{\"code\":\"ok\",\"message\":null},{\"code\":\"linked\",\"message\":\"Domain 'rgptest2.com' creation\"}]}},{\"type\":\"admin\",\"contact\":{\"wid\":4,\"id\":\"Nicol\",\"cdate\":\"2015-11-25T09:57:49Z\",\"phone\":\"+27.125550001\",\"fax\":\"+86.5550000\",\"email\":\"nicol@dnservices.co.za\",\"detail\":null,\"linked\":true,\"contact_address\":[{\"real_name\":\"Nicol (l)\",\"org\":\"999888777\",\"street\":\"1 Registrant-Heights\",\"street2\":\"2 Registrant Avenue\",\"street3\":null,\"city\":\"Registrant Ville\",\"province\":\"Western Cape\",\"code\":\"90210\",\"country\":\"ZA\",\"type\":\"loc\"},{\"real_name\":\"Nicol (I)\",\"org\":\"DNS Africa\",\"street\":\"17\",\"street2\":\"Coastal Rd\",\"street3\":\"Grand Baie\",\"city\":\"Peyreber\",\"province\":\"Grand Baie\",\"code\":\"0001\",\"country\":\"MU\",\"type\":\"int\"}],\"statuses\":[{\"code\":\"ok\",\"message\":null},{\"code\":\"linked\",\"message\":\"Domain 'rgptest2.com' creation\"}]}},{\"type\":\"billing\",\"contact\":{\"wid\":4,\"id\":\"Nicol\",\"cdate\":\"2015-11-25T09:57:49Z\",\"phone\":\"+27.125550001\",\"fax\":\"+86.5550000\",\"email\":\"nicol@dnservices.co.za\",\"detail\":null,\"linked\":true,\"contact_address\":[{\"real_name\":\"Nicol (l)\",\"org\":\"999888777\",\"street\":\"1 Registrant-Heights\",\"street2\":\"2 Registrant Avenue\",\"street3\":null,\"city\":\"Registrant Ville\",\"province\":\"Western Cape\",\"code\":\"90210\",\"country\":\"ZA\",\"type\":\"loc\"},{\"real_name\":\"Nicol (I)\",\"org\":\"DNS Africa\",\"street\":\"17\",\"street2\":\"Coastal Rd\",\"street3\":\"Grand Baie\",\"city\":\"Peyreber\",\"province\":\"Grand Baie\",\"code\":\"0001\",\"country\":\"MU\",\"type\":\"int\"}],\"statuses\":[{\"code\":\"ok\",\"message\":null},{\"code\":\"linked\",\"message\":\"Domain 'rgptest2.com' creation\"}]}},{\"type\":\"tech\",\"contact\":{\"wid\":4,\"id\":\"Nicol\",\"cdate\":\"2015-11-25T09:57:49Z\",\"phone\":\"+27.125550001\",\"fax\":\"+86.5550000\",\"email\":\"nicol@dnservices.co.za\",\"detail\":null,\"linked\":true,\"contact_address\":[{\"real_name\":\"Nicol (l)\",\"org\":\"999888777\",\"street\":\"1 Registrant-Heights\",\"street2\":\"2 Registrant Avenue\",\"street3\":null,\"city\":\"Registrant Ville\",\"province\":\"Western Cape\",\"code\":\"90210\",\"country\":\"ZA\",\"type\":\"loc\"},{\"real_name\":\"Nicol (I)\",\"org\":\"DNS Africa\",\"street\":\"17\",\"street2\":\"Coastal Rd\",\"street3\":\"Grand Baie\",\"city\":\"Peyreber\",\"province\":\"Grand Baie\",\"code\":\"0001\",\"country\":\"MU\",\"type\":\"int\"}],\"statuses\":[{\"code\":\"ok\",\"message\":null},{\"code\":\"linked\",\"message\":\"Domain 'rgptest2.com' creation\"}]}}],\"statuses\":[{\"code\":\"ok\",\"message\":null}],\"events\":[{\"wid\":1050448,\"cdate\":\"2018-09-06T06:02:35Z\",\"tdate\":\"2018-09-06T06:02:40Z\",\"event\":\"PendingFSCharge\",\"policy\":\"zacr_cities\",\"status\":\"0\"}],\"domainsec\":[],\"rgp_statuses\":[],\"fee_commands\":null,\"charge\":null}"}],"_postman_id":"7ee1360f-29ab-4927-a608-bc709c5c9cdd"},{"name":"Domain Update","id":"7884739a-a9c7-4fe2-9045-34c38ac2b3e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"example-create.africa\"\",\n    \"period\": 1,\n    \"period_unit\": \"y\",\n    \"autorenew\": false,\n    \"authinfo\": \"co#1*Adfz/a\",\n    \"hosts\": [\n        {\n            \"hostname\": \"ns1.spindoctor.mobi\"\n        },\n        {\n            \"hostname\": \"ns2.spindoctor.mobi\"\n        }\n    ],\n    \"contacts\": [\n    \t{\n            \"type\": \"registrant\",\n            \"contact\": {\n                \"id\": \"exampleRant\"\n            }\n        },\n        {\n            \"type\": \"admin\",\n            \"contact\": {\n                \"id\": \"exampleAdmin\"\n            }\n        },\n        {\n            \"type\": \"billing\",\n            \"contact\": {\n                \"id\": \"exampleBilling\"\n            }\n        },\n        {\n            \"type\": \"tech\",\n            \"contact\": {\n                \"id\": \"exampleTech\"\n            }\n        }\n    ]\n}"},"url":"{{url}}/api/registry/WHMCS/domains/{{domainName}}/","description":"<h1 id=\"dnssec-information-for-domain-update\">DNSSEC Information for Domain Update</h1>\n<p>Updating a domain with DNSSEC should be done with caution.</p>\n<p>Submitting a domain update without the \"domainsec\" tag will not change the DNSSEC information, an empty tag \"domainsec\": [] will remove all DNSSEC information for the domain and a completed tag will set the domains DNSSEC information to what was provided making the nessessary deletes and additions.</p>\n<p>Example section for setting DNSSEC information using a domain update:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"domainsec\": [\n    {\n      \"key_tag\": 6827,\n      \"algorithm\": 8,\n      \"digest_type\": 2,\n      \"digest\": \"326FB894CF83655564D5B1A5C105671E09D2AED0054F68581C8B54FF2F3CFAF5\"\n    }\n  ]\n}\n</code></pre>\n<h3 id=\"supported-digest\">Supported digest:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Digest Number</th>\n<th>Digest Name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>SHA1</td>\n</tr>\n<tr>\n<td>2</td>\n<td>SHA256</td>\n</tr>\n<tr>\n<td>3</td>\n<td>GHOST R 34.11-94</td>\n</tr>\n<tr>\n<td>4</td>\n<td>SHA384</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"supported-algorithms\">Supported Algorithms:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Algorithms Number</th>\n<th>Algorithms Name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>RSA/MD5</td>\n</tr>\n<tr>\n<td>3</td>\n<td>DSA/SHA-1</td>\n</tr>\n<tr>\n<td>5</td>\n<td>RSA/SHA-1</td>\n</tr>\n<tr>\n<td>6</td>\n<td>DSASHA1-NSEC3-SHA1</td>\n</tr>\n<tr>\n<td>7</td>\n<td>RSASHA1-NSEC3-SHA1</td>\n</tr>\n<tr>\n<td>8</td>\n<td>RSA/SHA-256</td>\n</tr>\n<tr>\n<td>10</td>\n<td>RSA/SHA-512</td>\n</tr>\n<tr>\n<td>12</td>\n<td>GOST R 34.10-2001</td>\n</tr>\n<tr>\n<td>13</td>\n<td>ECDSA/SHA-256</td>\n</tr>\n<tr>\n<td>14</td>\n<td>ECDSA/SHA-384</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","registry","WHMCS","domains","{{domainName}}",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3b402589-3648-41a0-8033-ba4a67bd9581","name":"Domain Update","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n    \"name\": \"example-create.africa\",\n    \"autorenew\": true,\n    \"authinfo\": \"co#1*Adfz/a\",\n    \"hosts\": [\n        {\n            \"hostname\": \"ns3.spindoctor.mobi\"\n        },\n        {\n            \"hostname\": \"ns4.spindoctor.mobi\"\n        }\n    ],\n    \"contacts\": [\n        {\n            \"type\": \"registrant\",\n            \"contact\": {\n                \"id\": \"exampleRant\"\n            }\n        },\n        {\n            \"type\": \"admin\",\n            \"contact\": {\n                \"id\": \"exampleAdmin\"\n            }\n        },\n        {\n            \"type\": \"billing\",\n            \"contact\": {\n                \"id\": \"exampleBilling\"\n            }\n        },\n        {\n            \"type\": \"tech\",\n            \"contact\": {\n                \"id\": \"ExampleOtherTech\"\n            }\n        }\n    ]\n}"},"url":"{{url}}/api/registry/WHMCS/domains/example-create.africa/"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2957","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Sun, 26 Aug 2018 13:00:38 GMT","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Sun, 09-Sep-2018 13:00:39 GMT; httponly; Max-Age=1209600; Path=/","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Sun Sep 09 2018 13:00:38 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"wid\": 1177,\n    \"name\": \"example-create.africa\",\n    \"zone\": \"africa\",\n    \"zone_id\": \"44\",\n    \"transport\": \"ryafrica_epp\",\n    \"passthrough\": true,\n    \"cdate\": \"2018-08-26T10:01:30Z\",\n    \"expiry\": \"2019-08-26T10:01:30Z\",\n    \"curExpDate\": \"2019-08-26\",\n    \"rar\": \"testrar1\",\n    \"period\": 1,\n    \"period_unit\": \"y\",\n    \"autorenew\": true,\n    \"authinfo\": \"co#1*Adfz/a\",\n    \"hosts\": [\n        {\n            \"wid\": 881,\n            \"hostname\": \"ns3.spindoctor.mobi\",\n            \"glue\": []\n        },\n        {\n            \"wid\": 882,\n            \"hostname\": \"ns4.spindoctor.mobi\",\n            \"glue\": []\n        }\n    ],\n    \"contacts\": [\n        {\n            \"type\": \"admin\",\n            \"contact\": {\n                \"wid\": 1618,\n                \"id\": \"exampleAdmin\",\n                \"cdate\": \"2018-03-27T08:21:39Z\",\n                \"phone\": \"+27.1234567890\",\n                \"fax\": \"+27.1234567890\",\n                \"email\": \"rant@test.example\",\n                \"detail\": null,\n                \"contact_address\": [\n                    {\n                        \"real_name\": \"Admin Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Admin Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"loc\"\n                    },\n                    {\n                        \"real_name\": \"Admin Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Admin Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"int\"\n                    }\n                ],\n                \"statuses\": [\n                    {\n                        \"code\": \"linked\"\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"registrant\",\n            \"contact\": {\n                \"wid\": 1619,\n                \"id\": \"exampleRegistrant\",\n                \"cdate\": \"2018-03-27T08:21:39Z\",\n                \"phone\": \"+27.1234567890\",\n                \"fax\": \"+27.1234567890\",\n                \"email\": \"rant@test.example\",\n                \"detail\": null,\n                \"contact_address\": [\n                    {\n                        \"real_name\": \"Rant Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Registrant Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"loc\"\n                    },\n                    {\n                        \"real_name\": \"Rant Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Registrant Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"int\"\n                    }\n                ],\n                \"statuses\": [\n                    {\n                        \"code\": \"linked\",\n                        \"message\": \"Domain '4rfgb.africa' creation\"\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"billing\",\n            \"contact\": {\n                \"wid\": 1620,\n                \"id\": \"exampleBilling\",\n                \"cdate\": \"2018-03-27T08:21:39Z\",\n                \"phone\": \"+27.1234567890\",\n                \"fax\": \"+27.1234567890\",\n                \"email\": \"rant@test.example\",\n                \"detail\": null,\n                \"contact_address\": [\n                    {\n                        \"real_name\": \"Billing Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Billing Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"loc\"\n                    },\n                    {\n                        \"real_name\": \"Billing Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Billing Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"int\"\n                    }\n                ],\n                \"statuses\": [\n                    {\n                        \"code\": \"linked\"\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"tech\",\n            \"contact\": {\n                \"wid\": 1621,\n                \"id\": \"ExampleOtherTech\",\n                \"cdate\": \"2018-03-27T08:21:39Z\",\n                \"phone\": \"+27.1234567890\",\n                \"fax\": \"+27.1234567890\",\n                \"email\": \"rant@test.example\",\n                \"detail\": null,\n                \"contact_address\": [\n                    {\n                        \"real_name\": \"Tech Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Tech Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"loc\"\n                    },\n                    {\n                        \"real_name\": \"Tech Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Tech Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"int\"\n                    }\n                ],\n                \"statuses\": [\n                    {\n                        \"code\": \"linked\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"statuses\": [\n        {\n            \"code\": \"ok\",\n            \"message\": null\n        }\n    ],\n    \"events\": [\n        {\n            \"wid\": 1048896,\n            \"cdate\": \"2018-08-26T10:01:32Z\",\n            \"tdate\": \"2018-08-26T10:01:33Z\",\n            \"event\": \"PendingFSCharge\",\n            \"policy\": \".com\",\n            \"status\": \"0\"\n        }\n    ],\n    \"domainsec\": [],\n    \"rgp_statuses\": [],\n    \"fee_commands\": null,\n    \"charge\": null\n}"}],"_postman_id":"7884739a-a9c7-4fe2-9045-34c38ac2b3e2"},{"name":"Domain Renew","id":"ba2558db-a55e-4dae-a797-25ec8f779f47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"exampledomain.africa\",\n    \"curExpDate\": \"2020-12-11\"\n}"},"url":"{{url}}/api/registry/WHMCS/domains/{{domainName}}/renew/","description":"<p>Advance the domain expiry by 1 year by renewing it.</p>\n","urlObject":{"path":["api","registry","WHMCS","domains","{{domainName}}","renew",""],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>The current expiry date</p>\n","type":"text/plain"},"key":"curExpDate","value":"{{curExpDate}}"}],"variable":[]}},"response":[{"id":"c787b17e-8b4b-4a91-89b2-eaca4acb0066","name":"Domain Renew","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"exampledomain.africa\",\n    \"curExpDate\": \"2020-12-11\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/registry/WHMCS/domains/exampledomain.africa/renew/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Domain renewed successfully\",\n    \"results\": {\n        \"name\": \"exampledomain.africa\",\n        \"expiry\": \"2021-12-11T12:02:36Z\"\n    }\n}"}],"_postman_id":"ba2558db-a55e-4dae-a797-25ec8f779f47"},{"name":"Domain Delete","id":"2abaeba7-894a-42e3-9c1d-d4b0ffebb04b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/registry/WHMCS/domains/{{domainName}}/","description":"<p>Delete a domain</p>\n","urlObject":{"path":["api","registry","WHMCS","domains","{{domainName}}",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"263a8025-a3b8-43c0-ada3-8f1ca7c0bfa8","name":"Domain Delete","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/registry/WHMCS/domains/example-create.africa/"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"85","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Sun, 26 Aug 2018 10:05:52 GMT","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Sun, 09-Sep-2018 10:05:54 GMT; httponly; Max-Age=1209600; Path=/","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Sun Sep 09 2018 10:05:52 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"detail\": \"Domain 'example-create.africa' Pending Manual Suspension\"\n}"}],"_postman_id":"2abaeba7-894a-42e3-9c1d-d4b0ffebb04b"},{"name":"Domain Transfer Request","id":"e90f759e-f9f5-4c5c-8475-8c179d5bb937","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-transfer.africa\",\n  \"authinfo\": \"79Sa0NfytWc60H^@^\"\n}"},"url":"{{url}}/api/registry/WHMCS/domains/transfer-request/","urlObject":{"path":["api","registry","WHMCS","domains","transfer-request",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ba3fe3a1-e77f-497c-9b09-7638c6d50238","name":"Domain Transfer Request - Incorrect Password/AuthInfo","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-transfer.africa\",\n  \"authinfo\": \"wrongpassword\"\n}"},"url":"{{url}}/api/registry/WHMCS/domains/transfer-request/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"POST, OPTIONS","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"close","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"77","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Tue, 28 Aug 2018 09:04:36 GMT","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Tue, 11-Sep-2018 09:04:36 GMT; httponly; Max-Age=1209600; Path=/","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Tue Sep 11 2018 09:04:36 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\"detail\":\"Authorization failed, password does not match or no password set\"}"},{"id":"49957fd2-35e1-4b02-938e-736ae85e0629","name":"Domain Transfer Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-transfer.africa\",\n  \"authinfo\": \"79Sa0NfytWc60H^@^\"\n}"},"url":"{{url}}/api/registry/WHMCS/domains/transfer-request/"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"POST, OPTIONS","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"198","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Tue, 28 Aug 2018 09:06:01 GMT","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Tue, 11-Sep-2018 09:06:02 GMT; httponly; Max-Age=1209600; Path=/","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Tue Sep 11 2018 09:06:01 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"detail\": \"Domain 'example-transfer.africa' pending transfer\",\n    \"fee_commands\": null,\n    \"results\": {\n        \"name\": null,\n        \"requester\": null,\n        \"request_date\": null,\n        \"actioner\": null,\n        \"action_date\": null,\n        \"expiry\": null,\n        \"status\": null\n    }\n}"}],"_postman_id":"e90f759e-f9f5-4c5c-8475-8c179d5bb937"},{"name":"Domain Transfer Query","id":"d88f610a-5700-4d2d-b748-cb5b0a7a5314","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-transfer.africa\",\n}"},"url":"{{url}}/api/registry/WHMCS/domains/transfer-query/","description":"<p>Request the status of the domain transfer</p>\n<p>There is the optional entry in the response containing \"expiry_date\" of the domain after the transfer has been completed.  This will indicate if the domain expiry is going to change on transefer.</p>\n","urlObject":{"path":["api","registry","WHMCS","domains","transfer-query",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"bfd4a410-4f6b-4011-b009-e79b5c3f3593","name":"Domain Transfer Query","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-transfer.africa\",\n  \"authinfo\": \"79Sa0NfytWc60H^@^\"\n}"},"url":"{{url}}/api/registry/WHMCS/domains/transfer-request/"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"POST, OPTIONS","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"198","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Tue, 28 Aug 2018 09:06:01 GMT","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Tue, 11-Sep-2018 09:06:02 GMT; httponly; Max-Age=1209600; Path=/","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Tue Sep 11 2018 09:06:01 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"detail\": \"Domain Transfer Query Command completed successfully\",\n    \"results\": {\n        \"name\": \"example-transfer.africa\",\n        \"status\": \"pending\",\n        \"requester\": \"registrar1\",\n        \"request_date\": \"2021-03-05T07:55:01Z\",\n        \"actioner\": \"registrar1\",\n        \"action_date\": \"2021-03-10T07:55:01Z\"\n    }\n}"},{"id":"80781348-8496-4ee2-a371-12589ba4744d","name":"Domain Transfer Query - Not pending transfer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-transfer.africa\",\n  \"authinfo\": \"wrongpassword\"\n}"},"url":"{{url}}/api/registry/WHMCS/domains/transfer-request/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"POST, OPTIONS","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"close","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"77","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Tue, 28 Aug 2018 09:04:36 GMT","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Tue, 11-Sep-2018 09:04:36 GMT; httponly; Max-Age=1209600; Path=/","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Tue Sep 11 2018 09:04:36 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"detail\": \"Domain not pending transfer\"\n}"}],"_postman_id":"d88f610a-5700-4d2d-b748-cb5b0a7a5314"},{"name":"Domain Transfer Cancel","id":"488fa6f8-54ac-4e76-8a1e-2ac3088dd2aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-transfer.africa\"\n}"},"url":"{{url}}/api/registry/WHMCS/domains/transfer-cancel/","urlObject":{"path":["api","registry","WHMCS","domains","transfer-cancel",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4b55a0aa-221c-4856-945f-c2fe5cf6db09","name":"Domain Transfer Cancel - Domain not pending transfer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-transfer.africa\"\n}"},"url":"{{url}}/api/registry/WHMCS/domains/transfer-cancel/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"POST, OPTIONS","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"close","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"40","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Tue, 28 Aug 2018 09:11:06 GMT","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Tue, 11-Sep-2018 09:11:07 GMT; httponly; Max-Age=1209600; Path=/","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Tue Sep 11 2018 09:11:06 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\"detail\":\"Domain not pending transfer\"}"},{"id":"248b0e21-c185-4fe4-949d-5ca82c997f38","name":"Domain Transfer Cancel","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-transfer.africa\"\n}"},"url":"{{url}}/api/registry/WHMCS/domains/transfer-cancel/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"POST, OPTIONS","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"180","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Tue, 28 Aug 2018 09:10:40 GMT","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Tue, 11-Sep-2018 09:10:41 GMT; httponly; Max-Age=1209600; Path=/","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Tue Sep 11 2018 09:10:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"detail\": \"Domain 'example-transfer.africa' transfer cancelled\",\n    \"results\": {\n        \"name\": null,\n        \"status\": null,\n        \"requester\": null,\n        \"request_date\": null,\n        \"actioner\": null,\n        \"action_date\": null,\n        \"expiry\": null\n    }\n}"}],"_postman_id":"488fa6f8-54ac-4e76-8a1e-2ac3088dd2aa"},{"name":"Domain Transfer Reject","id":"a49acbfd-ab5f-4c37-826c-15ffbc700150","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-transfer.africa\"\n}"},"url":"{{url}}/api/registry/WHMCS/domains/{{domainName}}/transfer-reject/","description":"<p>Vote against an outgoing transfer.  This does not necessarily cancel the transfer.</p>\n","urlObject":{"path":["api","registry","WHMCS","domains","{{domainName}}","transfer-reject",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ca5db9c7-2a08-4d4e-b72b-6180bfc2d546","name":"Domain Transfer Reject - Domain not pending transfer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-transfer.africa\"\n}"},"url":"{{url}}/api/registry/WHMCS/domains/example-transfer.africa/transfer-reject/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"POST, OPTIONS","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"close","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"40","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Tue, 28 Aug 2018 09:11:06 GMT","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Tue, 11-Sep-2018 09:11:07 GMT; httponly; Max-Age=1209600; Path=/","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Tue Sep 11 2018 09:11:06 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\"detail\":\"Domain not pending transfer\"}"},{"id":"dc438346-7215-4a17-8348-ec4d52f4a8ae","name":"Domain Transfer Reject","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-transfer.africa\"\n}"},"url":"{{url}}/api/registry/WHMCS/domains/example-transfer.africa/transfer-reject/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"POST, OPTIONS","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"180","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Tue, 28 Aug 2018 09:10:40 GMT","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Tue, 11-Sep-2018 09:10:41 GMT; httponly; Max-Age=1209600; Path=/","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Tue Sep 11 2018 09:10:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"detail\": \"Domain 'example-transfer.africa' transfer rejected\",\n    \"results\": {\n        \"name\": null,\n        \"status\": null,\n        \"requester\": null,\n        \"request_date\": null,\n        \"actioner\": null,\n        \"action_date\": null\n    }\n}"}],"_postman_id":"a49acbfd-ab5f-4c37-826c-15ffbc700150"},{"name":"Domain Transfer Approve","id":"52caf5d1-4511-446f-978a-7efa3205ae3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-transfer.africa\"\n}"},"url":"{{url}}/api/registry/WHMCS/domains/{{domainWid}}/transfer-approve/","description":"<p>Vote for an outgoing transfer.  This does not necessarily complete the transfer.</p>\n","urlObject":{"path":["api","registry","WHMCS","domains","{{domainWid}}","transfer-approve",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"52caf5d1-4511-446f-978a-7efa3205ae3e"},{"name":"Domain Check","id":"c3aa8664-a39e-48b3-85cb-9912813af00b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-check.africa\"\n}"},"url":"{{url}}/api/registry/WHMCS/domains/check/","urlObject":{"path":["api","registry","WHMCS","domains","check",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1c99f46f-4dd5-4db5-b9d9-e4c4419fa4ba","name":"Domain Check - Premium domain","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-premium.africa\"\n}"},"url":"{{url}}/api/registry/WHMCS/domains/check/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"POST, OPTIONS","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"270","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Tue, 28 Aug 2018 09:20:16 GMT","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Tue, 11-Sep-2018 09:20:17 GMT; httponly; Max-Age=1209600; Path=/","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Tue Sep 11 2018 09:20:16 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"detail\": \"Domain Check Command completed successfully\",\n    \"results\": [\n        {\n            \"avail\": \"1\",\n            \"reason\": \"Domain reserved. Reason: 'Premium'\",\n            \"name\": \"example-premium.africa\"\n        }\n    ],\n    \"charge\": {\n        \"action\": {\n            \"transfer\": \"14.5000\",\n            \"create\": \"161.0000\",\n            \"renew\": \"14.5000\",\n            \"restore\": \"14.5000\"\n        },\n        \"category\": \"premium\"\n    }\n}"},{"id":"e655b2b0-7cb7-4b98-8d02-f275d3a1856b","name":"Domain Check - In Use","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-check.africa\"\n}"},"url":"{{url}}/api/registry/domains/check/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"POST, OPTIONS","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"243","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 28 Aug 2018 09:16:43 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Tue, 11-Sep-2018 09:16:44 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Tue Sep 11 2018 09:16:43 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"detail\": \"Domain Check Command completed successfully\",\n    \"results\": [\n        {\n            \"avail\": \"0\",\n            \"reason\": \"In Use\",\n            \"name\": \"example-check.africa\"\n        }\n    ],\n    \"charge\": {\n        \"action\": {\n            \"transfer\": \"9.5000\",\n            \"create\": \"9.5000\",\n            \"renew\": \"9.5000\",\n            \"restore\": \"9.5000\"\n        },\n        \"category\": \"standard\"\n    }\n}"},{"id":"30c486c7-7a92-486f-bd2b-4e034d8e502e","name":"Domain Check - Available domain","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-check.africa\"\n}"},"url":"{{url}}/api/registry/domains/check/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"POST, OPTIONS","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"233","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 28 Aug 2018 09:18:56 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Tue, 11-Sep-2018 09:18:57 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Tue Sep 11 2018 09:18:56 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"detail\": \"Domain Check Command completed successfully\",\n    \"results\": [\n        {\n            \"avail\": \"1\",\n            \"reason\": \"\",\n            \"name\": \"example-check.africa\"\n        }\n    ],\n    \"charge\": {\n        \"action\": {\n            \"transfer\": \"9.5000\",\n            \"create\": \"9.5000\",\n            \"renew\": \"9.5000\",\n            \"restore\": \"9.5000\"\n        },\n        \"category\": \"standard\"\n    }\n}"}],"_postman_id":"c3aa8664-a39e-48b3-85cb-9912813af00b"},{"name":"Domain Info","id":"b2041b49-50d9-4a08-bcbd-e4f8147c12ba","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-info.africa\",\n  \"authinfo\": \"79Sa0NfytWc60H^@^\"\n}"},"url":"{{url}}/api/registry/domains/info/","urlObject":{"path":["api","registry","domains","info",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ed03eb15-48a7-447c-a1ee-ededd2c95f46","name":"Domain Info","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-info.africa\"\n}"},"url":"{{url}}/api/registry/domains/info/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"POST, OPTIONS","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"396","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 28 Aug 2018 09:21:12 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Tue, 11-Sep-2018 09:21:14 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Tue Sep 11 2018 09:21:12 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"detail\": \"Domain Info Command completed successfully\",\n    \"results\": {\n        \"name\": \"example-info.africa\",\n        \"cdate\": null,\n        \"expiry\": \"2019-07-11T07:13:24Z\",\n        \"rar\": \"testrar2\",\n        \"authinfo\": null,\n        \"hosts\": [\n            {\n                \"hostname\": \"ns1.spindoctor.mobi\"\n            },\n            {\n                \"hostname\": \"ns2.spindoctor.mobi\"\n            }\n        ],\n        \"contacts\": [],\n        \"statuses\": []\n    },\n    \"charge\": {\n        \"action\": {\n            \"transfer\": \"9.5000\",\n            \"create\": \"9.5000\",\n            \"renew\": \"9.5000\",\n            \"restore\": \"9.5000\"\n        },\n        \"category\": \"standard\"\n    }\n}"},{"id":"492da26e-b606-497e-9b7a-4770f9197077","name":"Domain Info - With authinfo","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-info.africa\",\n  \"authinfo\": \"79Sa0NfytWc60H^@^\"\n}"},"url":"{{url}}/api/registry/domains/info/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"POST, OPTIONS","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"396","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 28 Aug 2018 09:22:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Tue, 11-Sep-2018 09:22:15 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Tue Sep 11 2018 09:22:11 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"detail\": \"Domain Info Command completed successfully\",\n    \"results\": {\n        \"name\": \"example-info.africa\",\n        \"cdate\": null,\n        \"expiry\": \"2019-07-11T07:13:24Z\",\n        \"rar\": \"testrar2\",\n        \"authinfo\": null,\n        \"hosts\": [\n            {\n                \"hostname\": \"ns1.spindoctor.mobi\"\n            },\n            {\n                \"hostname\": \"ns2.spindoctor.mobi\"\n            }\n        ],\n        \"contacts\": [],\n        \"statuses\": []\n    },\n    \"charge\": {\n        \"action\": {\n            \"transfer\": \"9.5000\",\n            \"create\": \"9.5000\",\n            \"renew\": \"9.5000\",\n            \"restore\": \"9.5000\"\n        },\n        \"category\": \"standard\"\n    }\n}"}],"_postman_id":"b2041b49-50d9-4a08-bcbd-e4f8147c12ba"},{"name":"Domain Restore","id":"52dc16ae-8033-43cb-be13-af43700f4244","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/registry/domains/{{domainWid}}/restore/","description":"<p>The response to the request here must be posted to the same URL to start the restore.</p>\n","urlObject":{"path":["api","registry","domains","{{domainWid}}","restore",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"626f4cfc-4dfd-4953-b96b-3320fd4c5324","name":"Domain Restore Request","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/registry/domains/{{domainWid}}/restore/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn"},{"key":"Date","value":"Tue, 08 Jun 2021 10:03:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Origin, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"56"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"example-restore.africa\",\n    \"restore_op\": \"request\"\n}"}],"_postman_id":"52dc16ae-8033-43cb-be13-af43700f4244"},{"name":"Domain Restore","id":"9a26f805-e2d1-4d32-b0b9-05ac568c2e6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"example-restore.africa\",\n    \"restore_op\": \"request\"\n}"},"url":"{{url}}/api/registry/domains/{{domainWid}}/restore/","urlObject":{"path":["api","registry","domains","{{domainWid}}","restore",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d82159cb-524f-4785-9c0e-fe9cd6a63c27","name":"Domain Restore Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"example-restore.africa\",\n    \"restore_op\": \"request\"\n}"},"url":"{{url}}/api/registry/domains/{{domainWid}}/restore/"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn"},{"key":"Date","value":"Tue, 08 Jun 2021 10:05:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Origin, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"62"},{"key":"Set-Cookie","value":"csrftoken=7vQG6Mm6jXbWgTh4SG334KxeeF8PwJDPTJbRFbRf22cwHlh4XsH0timbLPx5K4AC; expires=Tue, 07 Jun 2022 10:05:34 GMT; Max-Age=31449600; Path=/; SameSite=Lax"},{"key":"Set-Cookie","value":"sessionid=uinfjfzek0txy1poymhcee1m3rbq24te; expires=Tue, 22 Jun 2021 10:05:34 GMT; HttpOnly; Max-Age=1209600; Path=/; SameSite=Lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Domain restored successfully\"\n}"}],"_postman_id":"9a26f805-e2d1-4d32-b0b9-05ac568c2e6a"},{"name":"Suspend","id":"9f1bb9b3-36ad-4b58-b6ac-a8d4675d2aa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"exampledomain.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/registry/domains/{{domainWid}}/suspend/","urlObject":{"path":["api","registry","domains","{{domainWid}}","suspend",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f1bb9b3-36ad-4b58-b6ac-a8d4675d2aa4"},{"name":"Unsuspend","id":"ed6454e3-8713-424a-b6d9-ace3a11e01f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"exampledomain.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/registry/domains/{{domainWid}}/unsuspend/","urlObject":{"path":["api","registry","domains","{{domainWid}}","unsuspend",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed6454e3-8713-424a-b6d9-ace3a11e01f1"}],"id":"2b17867e-a5a2-4605-9ee1-b9007dc4cf84","_postman_id":"2b17867e-a5a2-4605-9ee1-b9007dc4cf84","description":""},{"name":"Contacts","item":[{"name":"Contact List","id":"6a66af70-8f22-412a-b5a9-1c2fc71facb4","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/registry/contacts/?id={{contactId}}&contact_address__city={{contactCity}}&contact_address__province={{contactProvince}}&contact_address__country={{contactCountry}}&limit={{limit}}&offset={{offset}}","description":"<p>Filter the contact list using a collection of optional parameters.</p>\n","urlObject":{"path":["api","registry","contacts",""],"host":["{{url}}"],"query":[{"description":{"content":"<p>String: Find a contact by its ID</p>\n","type":"text/plain"},"key":"id","value":"{{contactId}}"},{"description":{"content":"<p>String: Filter contacts by City</p>\n","type":"text/plain"},"key":"contact_address__city","value":"{{contactCity}}"},{"description":{"content":"<p>String: Filter contacts by Provice</p>\n","type":"text/plain"},"key":"contact_address__province","value":"{{contactProvince}}"},{"description":{"content":"<p>String: Filter contacts by Country</p>\n","type":"text/plain"},"key":"contact_address__country","value":"{{contactCountry}}"},{"description":{"content":"<p>Integer(10): Limit the number of responses in the result set up to a maximum of 100</p>\n","type":"text/plain"},"key":"limit","value":"{{limit}}"},{"description":{"content":"<p>Integer: Set the number of results to skip used for paging the results set</p>\n","type":"text/plain"},"key":"offset","value":"{{offset}}"}],"variable":[]}},"response":[{"id":"5f06bfc4-c85c-4313-a575-443304c04ac0","name":"Contact List filtered by city","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{url}}/api/registry/contacts/?contact_address__city={{contactCity}}","host":["{{url}}"],"path":["api","registry","contacts",""],"query":[{"key":"id","value":"{{contactId}}","description":"String: Find a contact by its ID","disabled":true},{"key":"contact_address__city","value":"{{contactCity}}","description":"String: Filter contacts by City"},{"key":"contact_address__province","value":"{{contactProvince}}","description":"String: Filter contacts by Provice","disabled":true},{"key":"contact_address__country","value":"{{contactCountry}}","description":"String: Filter contacts by Country","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1752","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 26 Aug 2018 10:34:31 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Sun, 09-Sep-2018 10:34:32 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Sun Sep 09 2018 10:34:31 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"count\": 216,\n    \"next\": \"https://gateway-otande.dns.net.za:8443/api/registry/contacts/?contact_address__city=Johannesburg&limit=10&offset=10\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"wid\": 25,\n            \"id\": \"examplecontact1\",\n            \"cdate\": \"2016-03-18T20:21:37Z\",\n            \"email\": \"contact@example.africa\",\n            \"phone\": \"+123.123456789\",\n            \"name\": [\n                \"Example Contact Loc\",\n                \"Example Contact Int\"\n            ],\n            \"linked\": false\n        },\n        {\n            \"wid\": 26,\n            \"id\": \"examplecontact1\",\n            \"cdate\": \"2016-03-18T20:21:37Z\",\n            \"email\": \"contact@example.africa\",\n            \"phone\": \"+123.123456789\",\n            \"name\": [\n                \"Example Contact Loc\",\n                \"Example Contact Int\"\n            ],\n            \"linked\": false\n        },\n        {\n            \"wid\": 27,\n            \"id\": \"examplecontact1\",\n            \"cdate\": \"2016-03-18T20:21:37Z\",\n            \"email\": \"contact@example.africa\",\n            \"phone\": \"+123.123456789\",\n            \"name\": [\n                \"Example Contact Loc\",\n                \"Example Contact Int\"\n            ],\n            \"linked\": false\n        },\n        {\n            \"wid\": 28,\n            \"id\": \"examplecontact1\",\n            \"cdate\": \"2016-03-18T20:21:37Z\",\n            \"email\": \"contact@example.africa\",\n            \"phone\": \"+123.123456789\",\n            \"name\": [\n                \"Example Contact Loc\",\n                \"Example Contact Int\"\n            ],\n            \"linked\": false\n        },\n        {\n            \"wid\": 29,\n            \"id\": \"examplecontact1\",\n            \"cdate\": \"2016-03-18T20:21:37Z\",\n            \"email\": \"contact@example.africa\",\n            \"phone\": \"+123.123456789\",\n            \"name\": [\n                \"Example Contact Loc\",\n                \"Example Contact Int\"\n            ],\n            \"linked\": false\n        },\n        {\n            \"wid\": 30,\n            \"id\": \"examplecontact1\",\n            \"cdate\": \"2016-03-18T20:21:37Z\",\n            \"email\": \"contact@example.africa\",\n            \"phone\": \"+123.123456789\",\n            \"name\": [\n                \"Example Contact Loc\",\n                \"Example Contact Int\"\n            ],\n            \"linked\": false\n        },\n        {\n            \"wid\": 33,\n            \"id\": \"examplecontact1\",\n            \"cdate\": \"2016-03-18T20:21:37Z\",\n            \"email\": \"contact@example.africa\",\n            \"phone\": \"+123.123456789\",\n            \"name\": [\n                \"Example Contact Loc\",\n                \"Example Contact Int\"\n            ],\n            \"linked\": true\n        },\n        {\n            \"wid\": 1800,\n            \"id\": \"examplecontact1\",\n            \"cdate\": \"2016-03-18T20:21:37Z\",\n            \"email\": \"contact@example.africa\",\n            \"phone\": \"+123.123456789\",\n            \"name\": [\n                \"Example Contact Loc\",\n                \"Example Contact Int\"\n            ],\n            \"linked\": true\n        },\n        {\n            \"wid\": 1801,\n            \"id\": \"examplecontact1\",\n            \"cdate\": \"2016-03-18T20:21:37Z\",\n            \"email\": \"contact@example.africa\",\n            \"phone\": \"+123.123456789\",\n            \"name\": [\n                \"Example Contact Loc\",\n                \"Example Contact Int\"\n            ],\n            \"linked\": true\n        },\n        {\n            \"wid\": 435,\n            \"id\": \"examplecontact1\",\n            \"cdate\": \"2016-03-18T20:21:37Z\",\n            \"email\": \"contact@example.africa\",\n            \"phone\": \"+123.123456789\",\n            \"name\": [\n                \"Example Contact Loc\",\n                \"Example Contact Int\"\n            ],\n            \"linked\": true\n        }\n    ]\n}"},{"id":"f48b1440-7d01-4a14-ba3a-b26ccdce4c9e","name":"Contact List","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{url}}/api/registry/contacts/","host":["{{url}}"],"path":["api","registry","contacts",""],"query":[{"key":"id","value":"{{contactId}}","description":"String: Find a contact by its ID","disabled":true},{"key":"contact_address__city","value":"{{contactCity}}","description":"String: Filter contacts by City","disabled":true},{"key":"contact_address__province","value":"{{contactProvince}}","description":"String: Filter contacts by Provice","disabled":true},{"key":"contact_address__country","value":"{{contactCountry}}","description":"String: Filter contacts by Country","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1701","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 26 Aug 2018 10:33:24 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Sun, 09-Sep-2018 10:33:24 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Sun Sep 09 2018 10:33:24 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"count\": 1201,\n    \"next\": \"https://gateway-otande.dns.net.za:8443/api/registry/contacts/?limit=10&offset=10\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"wid\": 25,\n            \"id\": \"examplecontact1\",\n            \"cdate\": \"2016-03-18T20:21:37Z\",\n            \"email\": \"contact@example.africa\",\n            \"phone\": \"+123.123456789\",\n            \"name\": [\n                \"Example Contact Loc\",\n                \"Example Contact Int\"\n            ],\n            \"linked\": false\n        },\n        {\n            \"wid\": 26,\n            \"id\": \"examplecontact1\",\n            \"cdate\": \"2016-03-18T20:21:37Z\",\n            \"email\": \"contact@example.africa\",\n            \"phone\": \"+123.123456789\",\n            \"name\": [\n                \"Example Contact Loc\",\n                \"Example Contact Int\"\n            ],\n            \"linked\": false\n        },\n        {\n            \"wid\": 27,\n            \"id\": \"examplecontact1\",\n            \"cdate\": \"2016-03-18T20:21:37Z\",\n            \"email\": \"contact@example.africa\",\n            \"phone\": \"+123.123456789\",\n            \"name\": [\n                \"Example Contact Loc\",\n                \"Example Contact Int\"\n            ],\n            \"linked\": false\n        },\n        {\n            \"wid\": 28,\n            \"id\": \"examplecontact1\",\n            \"cdate\": \"2016-03-18T20:21:37Z\",\n            \"email\": \"contact@example.africa\",\n            \"phone\": \"+123.123456789\",\n            \"name\": [\n                \"Example Contact Loc\",\n                \"Example Contact Int\"\n            ],\n            \"linked\": false\n        },\n        {\n            \"wid\": 29,\n            \"id\": \"examplecontact1\",\n            \"cdate\": \"2016-03-18T20:21:37Z\",\n            \"email\": \"contact@example.africa\",\n            \"phone\": \"+123.123456789\",\n            \"name\": [\n                \"Example Contact Loc\",\n                \"Example Contact Int\"\n            ],\n            \"linked\": false\n        },\n        {\n            \"wid\": 30,\n            \"id\": \"examplecontact1\",\n            \"cdate\": \"2016-03-18T20:21:37Z\",\n            \"email\": \"contact@example.africa\",\n            \"phone\": \"+123.123456789\",\n            \"name\": [\n                \"Example Contact Loc\",\n                \"Example Contact Int\"\n            ],\n            \"linked\": false\n        },\n        {\n            \"wid\": 33,\n            \"id\": \"examplecontact1\",\n            \"cdate\": \"2016-03-18T20:21:37Z\",\n            \"email\": \"contact@example.africa\",\n            \"phone\": \"+123.123456789\",\n            \"name\": [\n                \"Example Contact Loc\",\n                \"Example Contact Int\"\n            ],\n            \"linked\": true\n        },\n        {\n            \"wid\": 1800,\n            \"id\": \"examplecontact1\",\n            \"cdate\": \"2016-03-18T20:21:37Z\",\n            \"email\": \"contact@example.africa\",\n            \"phone\": \"+123.123456789\",\n            \"name\": [\n                \"Example Contact Loc\",\n                \"Example Contact Int\"\n            ],\n            \"linked\": true\n        },\n        {\n            \"wid\": 1801,\n            \"id\": \"examplecontact1\",\n            \"cdate\": \"2016-03-18T20:21:37Z\",\n            \"email\": \"contact@example.africa\",\n            \"phone\": \"+123.123456789\",\n            \"name\": [\n                \"Example Contact Loc\",\n                \"Example Contact Int\"\n            ],\n            \"linked\": true\n        },\n        {\n            \"wid\": 435,\n            \"id\": \"examplecontact1\",\n            \"cdate\": \"2016-03-18T20:21:37Z\",\n            \"email\": \"contact@example.africa\",\n            \"phone\": \"+123.123456789\",\n            \"name\": [\n                \"Example Contact Loc\",\n                \"Example Contact Int\"\n            ],\n            \"linked\": true\n        }\n    ]\n}"}],"_postman_id":"6a66af70-8f22-412a-b5a9-1c2fc71facb4"},{"name":"Contact View","id":"3222edce-f9cb-492e-ad25-de68144bc031","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/registry/contacts/2948/","urlObject":{"path":["api","registry","contacts","2948",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4c40a399-58a7-4984-b127-8e712eaaca74","name":"Contact View","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/registry/contacts/2948/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\n   \"wid\": 2948,\n\n   \"id\": \"C000001\",\n\n   \"cdate\": \"1970-01-01T00:00:00Z\",\n\n   \"phone\": \"+27.112345678\",\n\n   \"fax\": \"+27.112345678\",\n\n   \"email\": \"user@example.com\",\n\n   \"contact_address\": [\n\n       {\n\n           \"real_name\": \"User Loc\",\n\n           \"org\": \"\",\n\n           \"street\": \"test\",\n\n           \"street2\": \"2 Registrant Avenue\",\n\n           \"street3\": null,\n\n           \"city\": \"Somecity\",\n\n           \"province\": \"Someplace\",\n\n           \"code\": \"0000\",\n\n           \"country\": \"ZA\",\n\n           \"type\": \"loc\"\n\n       },\n\n       {\n\n           \"real_name\": \"User Int\",\n\n           \"org\": \"\",\n\n           \"street\": \"test\",\n\n           \"street2\": \"2 Registrant Avenue\",\n\n           \"street3\": null,\n\n           \"city\": \"Somecity\",\n\n           \"province\": \"Someplace\",\n\n           \"code\": \"0000\",\n\n           \"country\": \"ZA\",\n\n           \"type\": \"int\"\n\n       }\n\n   ],\n\n   \"statuses\": [\n\n       {\n\n           \"code\": \"ok\",\n\n           \"message\": null\n\n       }\n\n   ]\n\n}"}],"_postman_id":"3222edce-f9cb-492e-ad25-de68144bc031"},{"name":"Contact Create","id":"c6675dae-34f1-4570-be50-5058b437c27a","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n   \"id\": \"C000001\",\n   \"phone\": \"+27.112345678\",\n   \"fax\": \"+27.112345678\",\n   \"email\": \"user@example.com\",\n   \"contact_address\": [\n       {\n           \"real_name\": \"User Loc\",\n           \"org\": \"\",\n           \"street\": \"test\",\n           \"street2\": \"2 Registrant Avenue\",\n           \"street3\": null,\n           \"city\": \"Somecity\",\n           \"province\": \"Someplace\",\n           \"code\": \"0000\",\n           \"country\": \"ZA\",\n           \"type\": \"loc\"\n       },\n       {\n           \"real_name\": \"User Int\",\n           \"org\": \"\",\n           \"street\": \"test\",\n           \"street2\": \"2 Registrant Avenue\",\n           \"street3\": null,\n           \"city\": \"Somecity\",\n           \"province\": \"Someplace\",\n           \"code\": \"0000\",\n           \"country\": \"ZA\",\n           \"type\": \"int\"\n       }\n   ]\n}"},"url":"{{url}}/api/registry/contacts/","description":"<p>Notes:</p>\n<ul>\n<li><p>The [id] element is the unique identifier for the contact.</p>\n</li>\n<li><p>The [phone] and [fax] numbers must be in the following format \"+[country code].[area code][number]\".</p>\n</li>\n<li><p>The [email] field is required.</p>\n</li>\n<li><p>The [contact_address] has 2 types \"loc\" and \"int\" where \"loc\" is the localised address information and may contain UTF-8 characters, \"int\" or internationalised may only contain ascii characters.</p>\n</li>\n<li><p>For [contant_address] only one address type is required.</p>\n</li>\n<li><p>In the [contact_address] the following fields are requiquired [real_name], [street], [city] and [country].</p>\n</li>\n<li><p>The [contact_address][country] must be a two letter ISO country code in CAPITALS.</p>\n</li>\n</ul>\n","urlObject":{"path":["api","registry","contacts",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d0b647ae-b143-4a33-8783-b9fb668385aa","name":"Contact Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\n   \"id\": \"C000001\",\n   \"phone\": \"+27.112345678\",\n   \"fax\": \"+27.112345678\",\n   \"email\": \"user@example.com\",\n   \"contact_address\": [\n       {\n           \"real_name\": \"User Loc\",\n           \"org\": \"\",\n           \"street\": \"test\",\n           \"street2\": \"2 Registrant Avenue\",\n           \"street3\": null,\n           \"city\": \"Somecity\",\n           \"province\": \"Someplace\",\n           \"code\": \"0000\",\n           \"country\": \"ZA\",\n           \"type\": \"loc\"\n       },\n       {\n           \"real_name\": \"User Int\",\n           \"org\": \"\",\n           \"street\": \"test\",\n           \"street2\": \"2 Registrant Avenue\",\n           \"street3\": null,\n           \"city\": \"Somecity\",\n           \"province\": \"Someplace\",\n           \"code\": \"0000\",\n           \"country\": \"ZA\",\n           \"type\": \"int\"\n       }\n   ]\n}"},"url":"{{url}}/api/registry/contacts/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"432","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 26 Aug 2018 13:22:36 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Sun, 09-Sep-2018 13:22:37 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Sun Sep 09 2018 13:22:36 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n\n   \"wid\": 1,\n\n   \"id\": \"C000001\",\n\n   \"cdate\": \"1970-01-01T00:00:00Z\",\n\n   \"phone\": \"+27.112345678\",\n\n   \"fax\": \"+27.112345678\",\n\n   \"email\": \"user@example.com\",\n\n   \"detail\": \"Contact created successfully\",\n\n   \"contact_address\": [\n\n       {\n\n           \"real_name\": \"User Loc\",\n\n           \"org\": \"\",\n\n           \"street\": \"test\",\n\n           \"street2\": \"2 Registrant Avenue\",\n\n           \"street3\": null,\n\n           \"city\": \"Somecity\",\n\n           \"province\": \"Someplace\",\n\n           \"code\": \"0000\",\n\n           \"country\": \"ZA\",\n\n           \"type\": \"loc\"\n\n       },\n\n       {\n\n           \"real_name\": \"User Int\",\n\n           \"org\": \"\",\n\n           \"street\": \"test\",\n\n           \"street2\": \"2 Registrant Avenue\",\n\n           \"street3\": null,\n\n           \"city\": \"Somecity\",\n\n           \"province\": \"Someplace\",\n\n           \"code\": \"0000\",\n\n           \"country\": \"ZA\",\n\n           \"type\": \"int\"\n\n       }\n\n   ],\n\n   \"statuses\": [\n\n       {\n\n           \"code\": \"ok\",\n\n           \"message\": null\n\n       }\n\n   ]\n\n}"},{"id":"6c32703b-9efc-4329-b0f2-7e4c2f588c90","name":"Incorrect phone number format","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n   \"id\": \"C000001\",\n   \"phone\": \"+27112345678\",\n   \"fax\": \"+27.112345678\",\n   \"email\": \"user@example.com\",\n   \"contact_address\": [\n       {\n           \"real_name\": \"User Loc\",\n           \"org\": \"\",\n           \"street\": \"test\",\n           \"street2\": \"2 Registrant Avenue\",\n           \"street3\": null,\n           \"city\": \"Somecity\",\n           \"province\": \"Someplace\",\n           \"code\": \"0000\",\n           \"country\": \"ZA\",\n           \"type\": \"loc\"\n       },\n       {\n           \"real_name\": \"User Int\",\n           \"org\": \"\",\n           \"street\": \"test\",\n           \"street2\": \"2 Registrant Avenue\",\n           \"street3\": null,\n           \"city\": \"Somecity\",\n           \"province\": \"Someplace\",\n           \"code\": \"0000\",\n           \"country\": \"ZA\",\n           \"type\": \"int\"\n       }\n   ]\n}"},"url":"{{url}}/api/registry/contacts/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn"},{"key":"Date","value":"Thu, 04 May 2023 08:48:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Origin, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"61"},{"key":"Set-Cookie","value":"csrftoken=6RyKsJKFd1DdMUA7umV9Uv9ao1m9d8qwxVu5KI9QjyMLJOmAGuO2Gt01YYxFIoYr; expires=Thu, 02 May 2024 08:48:12 GMT; Max-Age=31449600; Path=/; SameSite=Lax"},{"key":"Set-Cookie","value":"sessionid=6zq2uj5e51besylsaczt5ees1tatlge5; expires=Thu, 18 May 2023 08:48:12 GMT; HttpOnly; Max-Age=1209600; Path=/; SameSite=Lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"phone\": [\n        \"This value does not match the required pattern.\"\n    ]\n}"}],"_postman_id":"c6675dae-34f1-4570-be50-5058b437c27a"},{"name":"Contact Update","id":"9c02d770-75cd-4b7f-9bc8-a40c08bb68b9","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"id\": \"C000001\",\n   \"phone\": \"+27.112345678\",\n   \"fax\": \"+27.112345678\",\n   \"email\": \"user@example.com\",\n   \"contact_address\": [\n       {\n           \"real_name\": \"User Loc\",\n           \"org\": \"\",\n           \"street\": \"test\",\n           \"street2\": \"2 Registrant Avenue\",\n           \"street3\": null,\n           \"city\": \"Somecity\",\n           \"province\": \"Someplace\",\n           \"code\": \"0000\",\n           \"country\": \"ZA\",\n           \"type\": \"loc\"\n       },\n       {\n           \"real_name\": \"User Int\",\n           \"org\": \"\",\n           \"street\": \"test\",\n           \"street2\": \"2 Registrant Avenue\",\n           \"street3\": null,\n           \"city\": \"Somecity\",\n           \"province\": \"Someplace\",\n           \"code\": \"0000\",\n           \"country\": \"ZA\",\n           \"type\": \"int\"\n       }\n   ]\n}"},"url":"{{url}}/api/registry/contacts/{{contactWid}}/","urlObject":{"path":["api","registry","contacts","{{contactWid}}",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4020527e-145b-4f2e-b41f-102535890cfe","name":"Contact Update","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n   \"id\": \"C000001\",\n   \"phone\": \"+27.112345678\",\n   \"fax\": \"+27.112345678\",\n   \"email\": \"user@example.com\",\n   \"contact_address\": [\n       {\n           \"real_name\": \"User Loc\",\n           \"org\": \"\",\n           \"street\": \"test\",\n           \"street2\": \"2 Registrant Avenue\",\n           \"street3\": null,\n           \"city\": \"Somecity\",\n           \"province\": \"Someplace\",\n           \"code\": \"0000\",\n           \"country\": \"ZA\",\n           \"type\": \"loc\"\n       },\n       {\n           \"real_name\": \"User Int\",\n           \"org\": \"\",\n           \"street\": \"test\",\n           \"street2\": \"2 Registrant Avenue\",\n           \"street3\": null,\n           \"city\": \"Somecity\",\n           \"province\": \"Someplace\",\n           \"code\": \"0000\",\n           \"country\": \"ZA\",\n           \"type\": \"int\"\n       }\n   ]\n}"},"url":"{{url}}/api/registry/contacts/2948/"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"454","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 26 Aug 2018 13:23:45 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Sun, 09-Sep-2018 13:23:46 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Sun Sep 09 2018 13:23:45 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"wid\": 2948,\n    \"id\": \"C000001\",\n    \"cdate\": \"1970-01-01T00:00:00Z\",\n    \"phone\": \"+27.112345678\",\n    \"fax\": \"+27.112345678\",\n    \"email\": \"user@example.com\",\n    \"detail\": \"Contact 'C000001' Update Succesful'\",\n    \"contact_address\": [\n        {\n            \"real_name\": \"User Loc\",\n            \"org\": \"\",\n            \"street\": \"test\",\n            \"street2\": \"2 Registrant Avenue\",\n            \"street3\": null,\n            \"city\": \"Somecity\",\n            \"province\": \"Someplace\",\n            \"code\": \"0000\",\n            \"country\": \"ZA\",\n            \"type\": \"loc\"\n        },\n        {\n            \"real_name\": \"User Int\",\n            \"org\": \"\",\n            \"street\": \"test\",\n            \"street2\": \"2 Registrant Avenue\",\n            \"street3\": null,\n            \"city\": \"Somecity\",\n            \"province\": \"Someplace\",\n            \"code\": \"0000\",\n            \"country\": \"ZA\",\n            \"type\": \"int\"\n        }\n    ],\n    \"statuses\": [\n        {\n            \"code\": \"ok\",\n            \"message\": null\n        }\n    ]\n}"}],"_postman_id":"9c02d770-75cd-4b7f-9bc8-a40c08bb68b9"},{"name":"Contact Delete","id":"b08d5ad7-8e1a-4536-9f6c-5f70304dda37","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/registry/contacts/{{contactWid}}/","urlObject":{"path":["api","registry","contacts","{{contactWid}}",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"94f49501-60da-43b1-b4ef-a345bdd5039a","name":"Contact Delete","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/registry/contacts/2948/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"60","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 26 Aug 2018 13:27:55 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Sun, 09-Sep-2018 13:27:55 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Sun Sep 09 2018 13:27:55 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\"detail\":\"Contact Deletion Successful\",\"fee_commands\":null}"}],"_postman_id":"b08d5ad7-8e1a-4536-9f6c-5f70304dda37"},{"name":"Contact Check","id":"d5f9bd04-9463-49d9-8195-ba3dd29cbd69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"contactid\"\n}"},"url":"{{url}}/api/registry/contacts/check/","urlObject":{"path":["api","registry","contacts","check",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"37e399e6-9c37-4738-b554-6de90220f661","name":"Contact Check- available","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"contactid\"\n}"},"url":"{{url}}/api/registry/contacts/check/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn"},{"key":"Date","value":"Thu, 27 May 2021 16:04:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Origin, Cookie"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"126"},{"key":"Set-Cookie","value":"csrftoken=0I6qh8AsP8P1oZKza2KMSkU8YYxpOi2Mv5ZWzBPI4Ol9vimzjVBGdEWIGPUGZfVj; expires=Thu, 26 May 2022 16:04:33 GMT; Max-Age=31449600; Path=/; SameSite=Lax"},{"key":"Set-Cookie","value":"sessionid=vo4ul4sm0obc2q1qun0aldgzs4snt3m9; expires=Thu, 10 Jun 2021 16:04:33 GMT; HttpOnly; Max-Age=1209600; Path=/; SameSite=Lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Contact Check Command completed successfully\",\n    \"results\": [\n        {\n            \"id\": \"contactid\",\n            \"avail\": \"1\",\n            \"reason\": \"\"\n        }\n    ],\n    \"charge\": null\n}"},{"id":"a5648fad-82c5-4b47-92f0-fe2d653a99f0","name":"Contact Check - in use","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"contactid\"\n}"},"url":"{{url}}/api/registry/contacts/check/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn"},{"key":"Date","value":"Thu, 27 May 2021 16:04:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Origin, Cookie"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"126"},{"key":"Set-Cookie","value":"csrftoken=0I6qh8AsP8P1oZKza2KMSkU8YYxpOi2Mv5ZWzBPI4Ol9vimzjVBGdEWIGPUGZfVj; expires=Thu, 26 May 2022 16:04:33 GMT; Max-Age=31449600; Path=/; SameSite=Lax"},{"key":"Set-Cookie","value":"sessionid=vo4ul4sm0obc2q1qun0aldgzs4snt3m9; expires=Thu, 10 Jun 2021 16:04:33 GMT; HttpOnly; Max-Age=1209600; Path=/; SameSite=Lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Contact Check Command completed successfully\",\n    \"results\": [\n        {\n            \"id\": \"contactid\",\n            \"avail\": \"0\",\n            \"reason\": \"In Use\"\n        }\n    ],\n    \"charge\": null\n}"}],"_postman_id":"d5f9bd04-9463-49d9-8195-ba3dd29cbd69"}],"id":"7c821401-ecef-443c-ba28-2f21c0b59814","_postman_id":"7c821401-ecef-443c-ba28-2f21c0b59814","description":""},{"name":"Zones","item":[{"name":"Zone List","id":"4e5b0d7a-ee4f-4783-a1fe-31220d39f758","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/registry/zones","description":"<p>Filter the zone list using a collection of optional parameters.</p>\n","urlObject":{"path":["api","registry","zones"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f4cf424d-102b-4b2f-b89d-40e0975c57db","name":"Zone List","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/registry/zones/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, HEAD","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"618","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 26 Aug 2018 15:23:12 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Sun, 09-Sep-2018 15:23:12 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Sun Sep 09 2018 15:23:11 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\"count\":192,\"next\":\"https://gateway-otande.dns.net.za:8443/api/registry/zones/?limit=10&offset=10\",\"previous\":null,\"results\":[{\"wid\":576,\"zone\":\"eu\",\"default_allow\":true},{\"wid\":396,\"zone\":\"capetown\",\"default_allow\":true},{\"wid\":398,\"zone\":\"de\",\"default_allow\":true},{\"wid\":43,\"zone\":\"wien\",\"default_allow\":true},{\"wid\":397,\"zone\":\"net\",\"default_allow\":true},{\"wid\":578,\"zone\":\"africa\",\"default_allow\":true},{\"wid\":36,\"zone\":\"guru\",\"default_allow\":true},{\"wid\":1,\"zone\":\"org\",\"default_allow\":true},{\"wid\":2,\"zone\":\"test.dnservices.co.za\",\"default_allow\":true},{\"wid\":35,\"zone\":\"lovesnaija.com\",\"default_allow\":true}]}"}],"_postman_id":"4e5b0d7a-ee4f-4783-a1fe-31220d39f758"},{"name":"Zone View","id":"2635544b-8b93-4383-9780-b9c618b2de67","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/registry/zones/{{zoneId}}/","urlObject":{"path":["api","registry","zones","{{zoneId}}",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"563b96a8-9489-45c1-bd31-b4940b13c798","name":"Zone View","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/registry/zones/{{zoneId}}/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, HEAD","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"230","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 26 Aug 2018 15:26:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Sun, 09-Sep-2018 15:26:14 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Sun Sep 09 2018 15:26:13 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\"wid\":396,\"cdate\":\"2017-01-11T08:39:49Z\",\"operator\":\"ZACR\",\"url\":\"www.registry.net.za\",\"zone\":\"capetown\",\"default_allow\":true,\"zone_access\":{},\"transport\":[{\"wid\":14,\"name\":\"capetown_ote_epp\",\"enabled\":true}],\"passthrough\":false}"}],"_postman_id":"2635544b-8b93-4383-9780-b9c618b2de67"}],"id":"16d3168a-5877-43d2-be7f-92bf8a07aa21","_postman_id":"16d3168a-5877-43d2-be7f-92bf8a07aa21","description":""},{"name":"Transfers In","item":[{"name":"List","id":"9f8ff0e9-7fc6-4ed7-be74-d5c712780b2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/registry/transfersin/?search={{search}}&name={{name}}&zone={{zoneId}}&autorenew={{autorenew}}&contact={{contactId}}&admin={{contactId}}&billing={{contactId}}&tech={{contactId}}&expiring_in={{days}}&status={{status}}&limit={{limit}}&offset={{offset}}","urlObject":{"path":["api","registry","transfersin",""],"host":["{{url}}"],"query":[{"description":{"content":"<p>String: Broad search for the string in the domain name or email address of associated contacts</p>\n","type":"text/plain"},"key":"search","value":"{{search}}"},{"description":{"content":"<p>String: Find the domain name by name, only exact matches returned</p>\n","type":"text/plain"},"key":"name","value":"{{name}}"},{"description":{"content":"<p>Integer: Filter the results by zone using the ID</p>\n","type":"text/plain"},"key":"zone","value":"{{zoneId}}"},{"description":{"content":"<p>Boolean: Filter by the autorenew status of the domain</p>\n","type":"text/plain"},"key":"autorenew","value":"{{autorenew}}"},{"description":{"content":"<p>String: Find domains that are associated with the contact id</p>\n","type":"text/plain"},"key":"contact","value":"{{contactId}}"},{"description":{"content":"<p>String: Find domains that are associated with the contact id as a admin contact type</p>\n","type":"text/plain"},"key":"admin","value":"{{contactId}}"},{"description":{"content":"<p>String: Find domains that are associated with the contact id as a billing contact type</p>\n","type":"text/plain"},"key":"billing","value":"{{contactId}}"},{"description":{"content":"<p>String: Find domains that are associated with the contact id as a tech contact type</p>\n","type":"text/plain"},"key":"tech","value":"{{contactId}}"},{"description":{"content":"<p>Integer: Filter domains by the number of days in which the domain will expire</p>\n","type":"text/plain"},"key":"expiring_in","value":"{{days}}"},{"description":{"content":"<p>String: Find domains that have the status applied, possible statuses are:\n ok,\n inactive,\n clientDeleteProhibited,\n clientHold,\n clientRenewProhibited,\n clientTransferProhibited,\n clientUpdateProhibited,\n pendingCreate,\n pendingDelete,\n pendingRenew,\n pendingTransfer,\n pendingUpdate,\n serverDeleteProhibited,\n serverHold,\n serverRenewProhibited,\n serverTransferProhibited,\n serverUpdateProhibited,</p>\n","type":"text/plain"},"key":"status","value":"{{status}}"},{"description":{"content":"<p>Integer(10): Limit the number of responses in the result set up to a maximum of 100</p>\n","type":"text/plain"},"key":"limit","value":"{{limit}}"},{"description":{"content":"<p>Integer: Set the number of results to skip used for paging the results set</p>\n","type":"text/plain"},"key":"offset","value":"{{offset}}"}],"variable":[]}},"response":[],"_postman_id":"9f8ff0e9-7fc6-4ed7-be74-d5c712780b2d"}],"id":"caff462b-c7bf-4750-8cca-ae1554d82fa0","description":"<p>Listing domains that are in the process of transfering into current users account.</p>\n","_postman_id":"caff462b-c7bf-4750-8cca-ae1554d82fa0"},{"name":"Transfers Out","item":[{"name":"List","id":"981462e1-d088-479d-889e-e1260cb53569","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/registry/transfersout/?search={{search}}&name={{name}}&zone={{zoneId}}&autorenew={{autorenew}}&contact={{contactId}}&admin={{contactId}}&billing={{contactId}}&tech={{contactId}}&expiring_in={{days}}&status={{status}}&limit={{limit}}&offset={{offset}}","urlObject":{"path":["api","registry","transfersout",""],"host":["{{url}}"],"query":[{"description":{"content":"<p>String: Broad search for the string in the domain name or email address of associated contacts</p>\n","type":"text/plain"},"key":"search","value":"{{search}}"},{"description":{"content":"<p>String: Find the domain name by name, only exact matches returned</p>\n","type":"text/plain"},"key":"name","value":"{{name}}"},{"description":{"content":"<p>Integer: Filter the results by zone using the ID</p>\n","type":"text/plain"},"key":"zone","value":"{{zoneId}}"},{"description":{"content":"<p>Boolean: Filter by the autorenew status of the domain</p>\n","type":"text/plain"},"key":"autorenew","value":"{{autorenew}}"},{"description":{"content":"<p>String: Find domains that are associated with the contact id</p>\n","type":"text/plain"},"key":"contact","value":"{{contactId}}"},{"description":{"content":"<p>String: Find domains that are associated with the contact id as a admin contact type</p>\n","type":"text/plain"},"key":"admin","value":"{{contactId}}"},{"description":{"content":"<p>String: Find domains that are associated with the contact id as a billing contact type</p>\n","type":"text/plain"},"key":"billing","value":"{{contactId}}"},{"description":{"content":"<p>String: Find domains that are associated with the contact id as a tech contact type</p>\n","type":"text/plain"},"key":"tech","value":"{{contactId}}"},{"description":{"content":"<p>Integer: Filter domains by the number of days in which the domain will expire</p>\n","type":"text/plain"},"key":"expiring_in","value":"{{days}}"},{"description":{"content":"<p>String: Find domains that have the status applied, possible statuses are:\n ok,\n inactive,\n clientDeleteProhibited,\n clientHold,\n clientRenewProhibited,\n clientTransferProhibited,\n clientUpdateProhibited,\n pendingCreate,\n pendingDelete,\n pendingRenew,\n pendingTransfer,\n pendingUpdate,\n serverDeleteProhibited,\n serverHold,\n serverRenewProhibited,\n serverTransferProhibited,\n serverUpdateProhibited,</p>\n","type":"text/plain"},"key":"status","value":"{{status}}"},{"description":{"content":"<p>Integer(10): Limit the number of responses in the result set up to a maximum of 100</p>\n","type":"text/plain"},"key":"limit","value":"{{limit}}"},{"description":{"content":"<p>Integer: Set the number of results to skip used for paging the results set</p>\n","type":"text/plain"},"key":"offset","value":"{{offset}}"}],"variable":[]}},"response":[],"_postman_id":"981462e1-d088-479d-889e-e1260cb53569"}],"id":"5e807e2a-5d77-4598-b96f-08b3809ceb92","description":"<p>Listing domains that are in the process of transfering out of the current users account.</p>\n","event":[{"listen":"prerequest","script":{"id":"aca493ac-dc46-451e-9688-382045837c31","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"58f3642f-381b-4711-ab6a-068f1a775a71","type":"text/javascript","exec":[""]}}],"_postman_id":"5e807e2a-5d77-4598-b96f-08b3809ceb92"},{"name":"Notifications","item":[{"name":"List Custom Templates","id":"1499fce6-45ce-4d0a-add7-f60674ce925f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/registry/notification/templates/","description":"<p>List custom templates used to overide the default templates provided.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"7b5532b6-8925-4f37-8c84-62ed314db74c","id":"7b5532b6-8925-4f37-8c84-62ed314db74c","name":"Notifications","type":"folder"}},"urlObject":{"path":["api","registry","notification","templates",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ca50fce8-b261-4150-9c4d-3be6e0731613","name":"List Custom Templates","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/registry/notification/templates/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Jul 2019 12:02:35 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Vary","value":"Accept,Origin,Cookie"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"Set-Cookie","value":"csrftoken=jUdMfudiEQhhRvcvx5TINDCyP4fk3oMpyekI2SiqbTWgwRvOCIDcu7uS4w5VuZEV; expires=Thu, 16-Jul-2020 12:02:36 GMT; Max-Age=31449600; Path=/"},{"key":"Set-Cookie","value":"sessionid=hgaw4e606isreizyfwj13ianb6lx0syk; expires=Thu, 01-Aug-2019 12:02:36 GMT; httponly; Max-Age=1209600; Path=/"},{"key":"Content-Length","value":"100"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 2,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"notice_type\": \"expired\"\n        },\n        {\n            \"notice_type\": \"test\"\n        }\n    ]\n}"}],"_postman_id":"1499fce6-45ce-4d0a-add7-f60674ce925f"},{"name":"List Default Templates","id":"4091e18b-539d-45f2-a456-cfede6f2982f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/registry/notification/defaults/","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"7b5532b6-8925-4f37-8c84-62ed314db74c","id":"7b5532b6-8925-4f37-8c84-62ed314db74c","name":"Notifications","type":"folder"}},"urlObject":{"path":["api","registry","notification","defaults",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"cf9fb7a1-64a5-4594-95dd-a4b6c9258adc","name":"List Default Templates","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/registry/notification/defaults/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Jul 2019 12:04:02 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Vary","value":"Accept,Origin,Cookie"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Allow","value":"GET, HEAD"},{"key":"Content-Length","value":"76"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"notice_type\": \"expiry\"\n        }\n    ]\n}"}],"_postman_id":"4091e18b-539d-45f2-a456-cfede6f2982f"},{"name":"Configuration Options","id":"cb01cb15-8cee-4571-96a8-06675e0b4954","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/registry/notification/config/","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"7b5532b6-8925-4f37-8c84-62ed314db74c","id":"7b5532b6-8925-4f37-8c84-62ed314db74c","name":"Notifications","type":"folder"}},"urlObject":{"path":["api","registry","notification","config",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"96ddb7df-15f4-459d-aefe-09b240361a42","name":"Configuration Options","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/registry/notification/config/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Jul 2019 12:06:02 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Vary","value":"Accept,Origin,Cookie"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Allow","value":"GET, HEAD, POST"},{"key":"Content-Length","value":"34"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"notice_types\": {\n        \"expiry\": \"True\"\n    }\n}"}],"_postman_id":"cb01cb15-8cee-4571-96a8-06675e0b4954"}],"id":"7b5532b6-8925-4f37-8c84-62ed314db74c","description":"<p>Enable the customer to enable/disable certain notifications and templates used for notifications.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"484c0555-5965-4b21-895c-d785a954be7b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"36035e56-bbe5-45be-acaf-13c76dba68f5","type":"text/javascript","exec":[""]}}],"_postman_id":"7b5532b6-8925-4f37-8c84-62ed314db74c"},{"name":"Stats","item":[{"name":"stats","id":"7d34dbbd-57f5-4fbe-8618-429f692ac22d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/registry/stats","description":"<p>Filter the contact list using a collection of optional parameters.</p>\n","urlObject":{"path":["api","registry","stats"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d34dbbd-57f5-4fbe-8618-429f692ac22d"}],"id":"5ede20f2-d5c1-487f-aa1e-2dfa7d809fd7","_postman_id":"5ede20f2-d5c1-487f-aa1e-2dfa7d809fd7","description":""},{"name":"Messages","item":[{"name":"New Request","id":"ee4e520b-3df1-4d55-9806-cd3e1d5f6599","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"labels__object_name","value":"","description":"<p>Search for messages related to a domain name.</p>\n","type":"text"},{"key":"status","value":"","description":"<p>Search for messages with in a peticular status.</p>\n","type":"text"},{"key":"message_id","value":"","description":"<p>Search for messages by message ID.</p>\n","type":"text"},{"key":"date_time_after","value":"","description":"<p>Search for message after specified date.</p>\n","type":"text"},{"key":"date_time_before","value":"","description":"<p>Search for message before specified date.</p>\n","type":"text"},{"key":"limit","value":"","description":"<p>How many results to return (limit 100).</p>\n","type":"text"},{"key":"offset","value":"","description":"<p>How many results to skip (pagination).</p>\n","type":"text"}]},"url":"{{url}}/api/registry/messages/","description":"<p>Status values</p>\n<ul>\n<li>0 = None</li>\n<li>1 = Pending (un-read poll message)</li>\n<li>2 = Sent</li>\n<li>3 = Expired</li>\n<li>4 = Failed</li>\n</ul>\n","urlObject":{"path":["api","registry","messages",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee4e520b-3df1-4d55-9806-cd3e1d5f6599"}],"id":"1932c9e2-07fa-4c0f-bf81-00afaa2d9f01","_postman_id":"1932c9e2-07fa-4c0f-bf81-00afaa2d9f01","description":""},{"name":"Domains - Depricated","item":[{"name":"Domain List","id":"5774df47-e974-4d30-a707-6ae8b06c274c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/registry/domains/?search={{search}}&name={{name}}&zone={{zoneId}}&zone_name={{zoneName}}&autorenew={{autorenew}}&contact={{contactId}}&registrant={{contactId}}&admin={{contactId}}&billing={{contactId}}&tech={{contactId}}&expiring_in={{days}}&status={{status}}&limit={{limit}}&offset={{offset}}&ordering={{ordering}}","description":"<p>Filter the domain list using a collection of optional parameters.</p>\n<p><strong>Ordering:</strong></p>\n<ul>\n<li>Ordering fields are [-]cdate, [-]name, [-]expiry, [-]zone__zone,  [-]autorenew</li>\n</ul>\n","urlObject":{"path":["api","registry","domains",""],"host":["{{url}}"],"query":[{"description":{"content":"<p>String: Broad search for the string in the domain name or email address of associated contacts</p>\n","type":"text/plain"},"key":"search","value":"{{search}}"},{"description":{"content":"<p>String: Find the domain name by name, only exact matches returned</p>\n","type":"text/plain"},"key":"name","value":"{{name}}"},{"description":{"content":"<p>Integer: Filter the results by zone using the ID</p>\n","type":"text/plain"},"key":"zone","value":"{{zoneId}}"},{"description":{"content":"<p>String: Filter the results by zone using the zone name</p>\n","type":"text/plain"},"key":"zone_name","value":"{{zoneName}}"},{"description":{"content":"<p>Boolean: Filter by the autorenew status of the domain</p>\n","type":"text/plain"},"key":"autorenew","value":"{{autorenew}}"},{"description":{"content":"<p>String: Find domains that are associated with the contact id</p>\n","type":"text/plain"},"key":"contact","value":"{{contactId}}"},{"description":{"content":"<p>String: Find domains that are associated with the contact id as the registrant</p>\n","type":"text/plain"},"key":"registrant","value":"{{contactId}}"},{"description":{"content":"<p>String: Find domains that are associated with the contact id as a admin contact type</p>\n","type":"text/plain"},"key":"admin","value":"{{contactId}}"},{"description":{"content":"<p>String: Find domains that are associated with the contact id as a billing contact type</p>\n","type":"text/plain"},"key":"billing","value":"{{contactId}}"},{"description":{"content":"<p>String: Find domains that are associated with the contact id as a tech contact type</p>\n","type":"text/plain"},"key":"tech","value":"{{contactId}}"},{"description":{"content":"<p>Integer: Filter domains by the number of days in which the domain will expire</p>\n","type":"text/plain"},"key":"expiring_in","value":"{{days}}"},{"description":{"content":"<p>String: Find domains that have the status applied, possible statuses are:\n ok,\n inactive,\n clientDeleteProhibited,\n clientHold,\n clientRenewProhibited,\n clientTransferProhibited,\n clientUpdateProhibited,\n pendingCreate,\n pendingDelete,\n pendingRenew,\n pendingTransfer,\n pendingUpdate,\n serverDeleteProhibited,\n serverHold,\n serverRenewProhibited,\n serverTransferProhibited,\n serverUpdateProhibited,</p>\n","type":"text/plain"},"key":"status","value":"{{status}}"},{"description":{"content":"<p>Integer(10): Limit the number of responses in the result set up to a maximum of 100</p>\n","type":"text/plain"},"key":"limit","value":"{{limit}}"},{"description":{"content":"<p>Integer: Set the number of results to skip used for paging the results set</p>\n","type":"text/plain"},"key":"offset","value":"{{offset}}"},{"description":{"content":"<p>Varchar: Ordering fields are [-]cdate, [-]name, [-]expiry, [-]zone__zone,  [-]autorenew.  </p>\n","type":"text/plain"},"key":"ordering","value":"{{ordering}}"}],"variable":[]}},"response":[{"id":"546dd4aa-eb7e-41d3-b2ca-3b34a1539203","name":"Domain list filtered by zone","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/api/registry/domains/?zone=44","host":["{{url}}"],"path":["api","registry","domains",""],"query":[{"key":"search","value":"{{search}}","description":"String: Broad search for the string in the domain name or email address of associated contacts","disabled":true},{"key":"name","value":"{{name}}","description":"String: Find the domain name by name, only exact matches returned","disabled":true},{"key":"zone","value":"44","description":"Integer: Filter the results by zone using the ID"},{"key":"autorenew","value":"{{autorenew}}","description":"Boolean: Filter by the autorenew status of the domain","disabled":true},{"key":"contacts__contact__id","value":"{{contactId}}","description":"String: Find domains that are associated with the contact id","disabled":true},{"key":"contacts__type","value":"{{contactType}}","description":"Integer: Limit the contacts types in the contact id filter, only useful in conjuntion with contacts_contact_id search","disabled":true},{"key":"limit","value":"{{limit}}","description":"Integer: Limit the number of responses in the result set up to a maximum of 100","disabled":true},{"key":"offset","value":"{{offset}}","description":"Integer: Set the number of results to skip used for paging the results set","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2762","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 26 Aug 2018 09:47:03 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Sun, 09-Sep-2018 09:47:03 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Sun Sep 09 2018 09:47:02 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"count\": 16,\n    \"next\": \"{{url}}/api/registry/domains/?limit=10&offset=10&zone=44\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"wid\": 875,\n            \"name\": \"example-domain1.africa\",\n            \"zone\": \"africa\",\n            \"zone_id\": \"44\",\n            \"transport\": \"africa_epp\",\n            \"passthrough\": false,\n            \"registrant\": \"exampleContact\",\n            \"cdate\": \"2016-03-30T12:36:57Z\",\n            \"expiry\": \"2019-03-30T12:36:57Z\",\n            \"curExpDate\": \"2019-03-30\",\n            \"rar\": \"testrar1\",\n            \"autorenew\": false\n        },\n        {\n            \"wid\": 798,\n            \"name\": \"example-domain2.africa\",\n            \"zone\": \"africa\",\n            \"zone_id\": \"44\",\n            \"transport\": \"africa_epp\",\n            \"passthrough\": true,\n            \"registrant\": \"exampleContact\",\n            \"cdate\": \"2016-04-08T11:11:09Z\",\n            \"expiry\": \"2019-04-08T11:11:09Z\",\n            \"curExpDate\": \"2019-04-08\",\n            \"rar\": \"testrar1\",\n            \"autorenew\": false\n        },\n        {\n            \"wid\": 799,\n            \"name\": \"example-domain3.africa\",\n            \"zone\": \"africa\",\n            \"zone_id\": \"44\",\n            \"transport\": \"africa_epp\",\n            \"passthrough\": true,\n            \"registrant\": \"exampleContact\",\n            \"cdate\": \"2016-04-18T12:10:24Z\",\n            \"expiry\": \"2018-04-18T12:10:24Z\",\n            \"curExpDate\": \"2018-04-18\",\n            \"rar\": \"testrar1\",\n            \"autorenew\": true\n        },\n        {\n            \"wid\": 394,\n            \"name\": \"example-domain4.africa\",\n            \"zone\": \"africa\",\n            \"zone_id\": \"44\",\n            \"transport\": \"africa_epp\",\n            \"passthrough\": true,\n            \"registrant\": \"exampleContact\",\n            \"cdate\": \"2016-12-06T11:57:34Z\",\n            \"expiry\": \"2018-12-06T11:57:34Z\",\n            \"curExpDate\": \"2018-12-06\",\n            \"rar\": \"testrar1\",\n            \"autorenew\": false\n        },\n        {\n            \"wid\": 1009,\n            \"name\": \"example-domain5.africa\",\n            \"zone\": \"africa\",\n            \"zone_id\": \"44\",\n            \"transport\": \"africa_epp\",\n            \"passthrough\": true,\n            \"registrant\": \"exampleContact\",\n            \"cdate\": \"2017-07-09T07:48:39Z\",\n            \"expiry\": \"2019-07-10T07:48:39Z\",\n            \"curExpDate\": \"2019-07-10\",\n            \"rar\": \"testrar1\",\n            \"autorenew\": true\n        },\n        {\n            \"wid\": 1103,\n            \"name\": \"example-domain6.africa\",\n            \"zone\": \"africa\",\n            \"zone_id\": \"44\",\n            \"transport\": \"africa_epp\",\n            \"passthrough\": true,\n            \"registrant\": \"exampleContact\",\n            \"cdate\": \"2018-02-24T08:01:50Z\",\n            \"expiry\": \"2019-07-24T08:01:50Z\",\n            \"curExpDate\": \"2019-07-24\",\n            \"rar\": \"testrar1\",\n            \"autorenew\": true\n        },\n        {\n            \"wid\": 883,\n            \"name\": \"example-domain7.africa\",\n            \"zone\": \"africa\",\n            \"zone_id\": \"44\",\n            \"transport\": \"africa_epp\",\n            \"passthrough\": true,\n            \"registrant\": \"exampleContact\",\n            \"cdate\": \"2018-06-11T08:38:51Z\",\n            \"expiry\": \"2019-06-11T08:38:51Z\",\n            \"curExpDate\": \"2019-06-11\",\n            \"rar\": \"testrar1\",\n            \"autorenew\": true\n        },\n        {\n            \"wid\": 890,\n            \"name\": \"example-domain8.africa\",\n            \"zone\": \"africa\",\n            \"zone_id\": \"44\",\n            \"transport\": \"africa_epp\",\n            \"passthrough\": true,\n            \"registrant\": \"exampleContact\",\n            \"cdate\": \"2018-06-11T10:37:57Z\",\n            \"expiry\": \"2019-06-11T10:37:57Z\",\n            \"curExpDate\": \"2019-06-11\",\n            \"rar\": \"testrar1\",\n            \"autorenew\": true\n        },\n        {\n            \"wid\": 900,\n            \"name\": \"example-domain9.africa\",\n            \"zone\": \"africa\",\n            \"zone_id\": \"44\",\n            \"transport\": \"africa_epp\",\n            \"passthrough\": true,\n            \"registrant\": \"exampleContact\",\n            \"cdate\": \"2018-06-11T18:44:09Z\",\n            \"expiry\": \"2019-06-11T18:44:09Z\",\n            \"curExpDate\": \"2019-06-11\",\n            \"rar\": \"testrar1\",\n            \"autorenew\": true\n        },\n        {\n            \"wid\": 901,\n            \"name\": \"example-domain10.africa\",\n            \"zone\": \"africa\",\n            \"zone_id\": \"44\",\n            \"transport\": \"africa_epp\",\n            \"passthrough\": true,\n            \"registrant\": \"exampleContact\",\n            \"cdate\": \"2018-06-11T19:00:43Z\",\n            \"expiry\": \"2019-06-11T19:00:43Z\",\n            \"curExpDate\": \"2019-06-11\",\n            \"rar\": \"testrar1\",\n            \"autorenew\": false\n        }\n    ]\n}"},{"id":"b6815563-d5c2-46b6-b63f-d57cb6f52d8a","name":"Domain List","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/api/registry/domains/","host":["{{url}}"],"path":["api","registry","domains",""],"query":[{"key":"search","value":"{{search}}","description":"String: Broad search for the string in the domain name or email address of associated contacts","disabled":true},{"key":"name","value":"{{name}}","description":"String: Find the domain name by name, only exact matches returned","disabled":true},{"key":"zone","value":"{{zoneId}}","description":"Integer: Filter the results by zone using the ID","disabled":true},{"key":"autorenew","value":"{{autorenew}}","description":"Boolean: Filter by the autorenew status of the domain","disabled":true},{"key":"contacts__contact__id","value":"{{contactId}}","description":"String: Find domains that are associated with the contact id","disabled":true},{"key":"contacts__type","value":"{{contactType}}","description":"Integer: Limit the contacts types in the contact id filter, only useful in conjuntion with contacts_contact_id search","disabled":true},{"key":"limit","value":"{{limit}}","description":"Integer: Limit the number of responses in the result set up to a maximum of 100","disabled":true},{"key":"offset","value":"{{offset}}","description":"Integer: Set the number of results to skip used for paging the results set","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2716","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 26 Aug 2018 09:01:02 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Sun, 09-Sep-2018 09:01:03 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Sun Sep 09 2018 09:01:02 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"count\": 517,\n    \"next\": \"{{url}}/api/registry/domains/?limit=10&offset=10\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"wid\": 875,\n            \"name\": \"example-domain1.africa\",\n            \"zone\": \"africa\",\n            \"zone_id\": \"44\",\n            \"transport\": \"africa_epp\",\n            \"passthrough\": false,\n            \"registrant\": \"exampleContact\",\n            \"cdate\": \"2016-03-30T12:36:57Z\",\n            \"expiry\": \"2019-03-30T12:36:57Z\",\n            \"curExpDate\": \"2019-03-30\",\n            \"rar\": \"testrar1\",\n            \"autorenew\": false\n        },\n        {\n            \"wid\": 798,\n            \"name\": \"example-domain2.com\",\n            \"zone\": \"com\",\n            \"zone_id\": \"1\",\n            \"transport\": \"com_epp\",\n            \"passthrough\": true,\n            \"registrant\": \"exampleContact\",\n            \"cdate\": \"2016-04-08T11:11:09Z\",\n            \"expiry\": \"2019-04-08T11:11:09Z\",\n            \"curExpDate\": \"2019-04-08\",\n            \"rar\": \"testrar1\",\n            \"autorenew\": false\n        },\n        {\n            \"wid\": 799,\n            \"name\": \"example-domain3.net\",\n            \"zone\": \"net\",\n            \"zone_id\": \"2\",\n            \"transport\": \"net_epp\",\n            \"passthrough\": true,\n            \"registrant\": \"exampleContact\",\n            \"cdate\": \"2016-04-18T12:10:24Z\",\n            \"expiry\": \"2018-04-18T12:10:24Z\",\n            \"curExpDate\": \"2018-04-18\",\n            \"rar\": \"testrar1\",\n            \"autorenew\": true\n        },\n        {\n            \"wid\": 394,\n            \"name\": \"example-domain4.co.za\",\n            \"zone\": \"co.za\",\n            \"zone_id\": \"3\",\n            \"transport\": \"coza_epp\",\n            \"passthrough\": true,\n            \"registrant\": \"exampleContact\",\n            \"cdate\": \"2016-12-06T11:57:34Z\",\n            \"expiry\": \"2018-12-06T11:57:34Z\",\n            \"curExpDate\": \"2018-12-06\",\n            \"rar\": \"testrar1\",\n            \"autorenew\": false\n        },\n        {\n            \"wid\": 1009,\n            \"name\": \"example-domain5.capetown\",\n            \"zone\": \"capetown\",\n            \"zone_id\": \"4\",\n            \"transport\": \"capetown_epp\",\n            \"passthrough\": true,\n            \"registrant\": \"exampleContact\",\n            \"cdate\": \"2017-07-09T07:48:39Z\",\n            \"expiry\": \"2019-07-10T07:48:39Z\",\n            \"curExpDate\": \"2019-07-10\",\n            \"rar\": \"testrar1\",\n            \"autorenew\": true\n        },\n        {\n            \"wid\": 1103,\n            \"name\": \"example-domain6.africa\",\n            \"zone\": \"africa\",\n            \"zone_id\": \"44\",\n            \"transport\": \"africa_epp\",\n            \"passthrough\": true,\n            \"registrant\": \"exampleContact\",\n            \"cdate\": \"2018-02-24T08:01:50Z\",\n            \"expiry\": \"2019-07-24T08:01:50Z\",\n            \"curExpDate\": \"2019-07-24\",\n            \"rar\": \"testrar1\",\n            \"autorenew\": true\n        },\n        {\n            \"wid\": 883,\n            \"name\": \"example-domain7.africa\",\n            \"zone\": \"africa\",\n            \"zone_id\": \"44\",\n            \"transport\": \"africa_epp\",\n            \"passthrough\": true,\n            \"registrant\": \"exampleContact\",\n            \"cdate\": \"2018-06-11T08:38:51Z\",\n            \"expiry\": \"2019-06-11T08:38:51Z\",\n            \"curExpDate\": \"2019-06-11\",\n            \"rar\": \"testrar1\",\n            \"autorenew\": true\n        },\n        {\n            \"wid\": 890,\n            \"name\": \"example-domain8.africa\",\n            \"zone\": \"africa\",\n            \"zone_id\": \"44\",\n            \"transport\": \"africa_epp\",\n            \"passthrough\": true,\n            \"registrant\": \"exampleContact\",\n            \"cdate\": \"2018-06-11T10:37:57Z\",\n            \"expiry\": \"2019-06-11T10:37:57Z\",\n            \"curExpDate\": \"2019-06-11\",\n            \"rar\": \"testrar1\",\n            \"autorenew\": true\n        },\n        {\n            \"wid\": 900,\n            \"name\": \"example-domain9.africa\",\n            \"zone\": \"africa\",\n            \"zone_id\": \"44\",\n            \"transport\": \"africa_epp\",\n            \"passthrough\": true,\n            \"registrant\": \"exampleContact\",\n            \"cdate\": \"2018-06-11T18:44:09Z\",\n            \"expiry\": \"2019-06-11T18:44:09Z\",\n            \"curExpDate\": \"2019-06-11\",\n            \"rar\": \"testrar1\",\n            \"autorenew\": true\n        },\n        {\n            \"wid\": 901,\n            \"name\": \"example-domain10.africa\",\n            \"zone\": \"africa\",\n            \"zone_id\": \"44\",\n            \"transport\": \"africa_epp\",\n            \"passthrough\": true,\n            \"registrant\": \"exampleContact\",\n            \"cdate\": \"2018-06-11T19:00:43Z\",\n            \"expiry\": \"2019-06-11T19:00:43Z\",\n            \"curExpDate\": \"2019-06-11\",\n            \"rar\": \"testrar1\",\n            \"autorenew\": false\n        }\n    ]\n}"},{"id":"e659cf1e-56da-4a43-8741-f5cd0f724765","name":"Search domain list for domain name","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/api/registry/domains/?name=example-domain1.africa","host":["{{url}}"],"path":["api","registry","domains",""],"query":[{"key":"search","value":"{{search}}","description":"String: Broad search for the string in the domain name or email address of associated contacts","disabled":true},{"key":"name","value":"example-domain1.africa","description":"String: Find the domain name by name, only exact matches returned"},{"key":"zone","value":"{{zoneId}}","description":"Integer: Filter the results by zone using the ID","disabled":true},{"key":"autorenew","value":"{{autorenew}}","description":"Boolean: Filter by the autorenew status of the domain","disabled":true},{"key":"contacts__contact__id","value":"{{contactId}}","description":"String: Find domains that are associated with the contact id","disabled":true},{"key":"contacts__type","value":"{{contactType}}","description":"Integer: Limit the contacts types in the contact id filter, only useful in conjuntion with contacts_contact_id search","disabled":true},{"key":"limit","value":"{{limit}}","description":"Integer: Limit the number of responses in the result set up to a maximum of 100","disabled":true},{"key":"offset","value":"{{offset}}","description":"Integer: Set the number of results to skip used for paging the results set","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"314","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 26 Aug 2018 09:02:35 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Sun, 09-Sep-2018 09:02:35 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Sun Sep 09 2018 09:02:35 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"wid\": 875,\n            \"name\": \"example-domain1.africa\",\n            \"zone\": \"africa\",\n            \"zone_id\": \"44\",\n            \"transport\": \"africa_epp\",\n            \"passthrough\": false,\n            \"registrant\": \"exampleContact\",\n            \"cdate\": \"2016-03-30T12:36:57Z\",\n            \"expiry\": \"2019-03-30T12:36:57Z\",\n            \"curExpDate\": \"2019-03-30\",\n            \"rar\": \"testrar1\",\n            \"autorenew\": false\n        }\n    ]\n}"}],"_postman_id":"5774df47-e974-4d30-a707-6ae8b06c274c"},{"name":"Domain View","id":"1d76cb6b-d75b-4464-9f4d-085e33bb782e","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/registry/domains/{{domainWid}}/","description":"<p>View a domain name object</p>\n","urlObject":{"path":["api","registry","domains","{{domainWid}}",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"719dcd69-3387-452d-92cf-4ac0406ec46f","name":"Domain View","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/registry/domains/{{domainWid}}/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2913","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 26 Aug 2018 09:53:04 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Sun, 09-Sep-2018 09:53:04 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Sun Sep 09 2018 09:53:04 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"wid\": 875,\n    \"name\": \"example-domain1.africa\",\n    \"zone\": \"africa\",\n    \"zone_id\": \"44\",\n    \"transport\": \"africa_epp\",\n    \"passthrough\": true,\n    \"cdate\": \"2016-03-30T12:36:57Z\",\n    \"expiry\": \"2019-03-30T12:36:57Z\",\n    \"curExpDate\": \"2019-03-30\",\n    \"rar\": \"testrar1\",\n    \"period\": 1,\n    \"period_unit\": \"y\",\n    \"autorenew\": false,\n    \"authinfo\": \"coza\",\n    \"detail\": null,\n    \"hosts\": [\n        {\n            \"wid\": 822,\n            \"hostname\": \"ns1.spindoctor.mobi\",\n            \"glue\": []\n        },\n        {\n            \"wid\": 823,\n            \"hostname\": \"ns2.spindoctor.mobi\",\n            \"glue\": []\n        }\n    ],\n    \"contacts\": [\n        {\n            \"type\": \"admin\",\n            \"contact\": {\n                \"wid\": 1618,\n                \"id\": \"exampleContact\",\n                \"cdate\": \"2018-03-27T08:21:39Z\",\n                \"phone\": \"+27.1234567890\",\n                \"fax\": \"+27.1234567890\",\n                \"email\": \"rant@test.example\",\n                \"detail\": null,\n                \"contact_address\": [\n                    {\n                        \"real_name\": \"Admin Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Admin Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"loc\"\n                    },\n                    {\n                        \"real_name\": \"Admin Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Admin Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"int\"\n                    }\n                ],\n                \"statuses\": [\n                    {\n                        \"code\": \"linked\"\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"registrant\",\n            \"contact\": {\n                \"wid\": 1619,\n                \"id\": \"exampleContact\",\n                \"cdate\": \"2018-03-27T08:21:39Z\",\n                \"phone\": \"+27.1234567890\",\n                \"fax\": \"+27.1234567890\",\n                \"email\": \"rant@test.example\",\n                \"detail\": null,\n                \"contact_address\": [\n                    {\n                        \"real_name\": \"Rant Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Registrant Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"loc\"\n                    },\n                    {\n                        \"real_name\": \"Rant Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Registrant Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"int\"\n                    }\n                ],\n                \"statuses\": [\n                    {\n                        \"code\": \"linked\"\n                        }\n                ]\n            }\n        },\n        {\n            \"type\": \"billing\",\n            \"contact\": {\n                \"wid\": 1620,\n                \"id\": \"exampleContact\",\n                \"cdate\": \"2018-03-27T08:21:39Z\",\n                \"phone\": \"+27.1234567890\",\n                \"fax\": \"+27.1234567890\",\n                \"email\": \"rant@test.example\",\n                \"detail\": null,\n                \"contact_address\": [\n                    {\n                        \"real_name\": \"Billing Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Billing Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"loc\"\n                    },\n                    {\n                        \"real_name\": \"Billing Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Billing Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"int\"\n                    }\n                ],\n                \"statuses\": [\n                    {\n                        \"code\": \"linked\"\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"tech\",\n            \"contact\": {\n                \"wid\": 1621,\n                \"id\": \"exampleContact\",\n                \"cdate\": \"2018-03-27T08:21:39Z\",\n                \"phone\": \"+27.1234567890\",\n                \"fax\": \"+27.1234567890\",\n                \"email\": \"rant@test.example\",\n                \"detail\": null,\n                \"contact_address\": [\n                    {\n                        \"real_name\": \"Tech Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Tech Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"loc\"\n                    },\n                    {\n                        \"real_name\": \"Tech Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Tech Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"int\"\n                    }\n                ],\n                \"statuses\": [\n                    {\n                        \"code\": \"linked\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"statuses\": [\n        {\n            \"code\": \"ok\",\n            \"message\": null\n        }\n    ],\n    \"events\": null,\n    \"domainsec\": [],\n    \"rgp_statuses\": [],\n    \"fee_commands\": null,\n    \"charge\": null\n}"}],"_postman_id":"1d76cb6b-d75b-4464-9f4d-085e33bb782e"},{"name":"Domain Create","id":"365a54f0-a7d7-4338-9741-7e00270ba74c","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"example-create1.co.za\",\n    \"period\": 1,\n    \"period_unit\": \"y\",\n    \"autorenew\": false,\n    \"authinfo\": \"coza\",\n    \"hosts\": [\n        {\n            \"hostname\": \"ns1.spindoctor.mobi\"\n        },\n        {\n            \"hostname\": \"ns2.spindoctor.mobi\"\n        }\n    ],\n    \"contacts\": [\n        {\n            \"type\": \"registrant\",\n            \"contact\": {\n                \"id\": \"exampleRant\"\n            }\n        },\n        {\n            \"type\": \"admin\",\n            \"contact\": {\n                \"id\": \"exampleAdmin\"\n            }\n        },\n        {\n            \"type\": \"billing\",\n            \"contact\": {\n                \"id\": \"exampleBilling\"\n            }\n        },\n        {\n            \"type\": \"tech\",\n            \"contact\": {\n                \"id\": \"exampleTech\"\n            }\n        }\n    ]\n}"},"url":"{{url}}/api/registry/domains/","description":"<h2 id=\"notes\">Notes</h2>\n<ul>\n<li>To create a domain object, contact objects must be created first.</li>\n<li>The first contact MUST be the registrant contact type the remaining contacts are unordered.</li>\n<li>Due to the restrictions placed on the authInfo paramater by some registries the following format is sugested:<ul>\n<li>The format for auth info requires a minimum length of 8 characters and a maximum length of 32 characters. Additionally, auth info must contain at least one of each of the following three character types:<ul>\n<li>Alphabetic characters: a-z; A-Z</li>\n<li>Numeric characters: 0-9</li>\n<li>Special characters: !;&lt;=$%?&amp;@[()]*^+-,'-{.|/}:~</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>For the creation of premium names the price must be sent in the create command to confirm premium price is accepted.  The price of a domain can be confirmed by the \"domain check\" command.  Please consult the examples for a premium domain create.</li>\n</ul>\n<h2 id=\"dnssec-information\">DNSSEC Information</h2>\n<h3 id=\"supported-digest\">Supported digest:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Digest Number</th>\n<th>Digest Name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>SHA1</td>\n</tr>\n<tr>\n<td>2</td>\n<td>SHA256</td>\n</tr>\n<tr>\n<td>3</td>\n<td>GHOST R 34.11-94</td>\n</tr>\n<tr>\n<td>4</td>\n<td>SHA384</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"supported-algorithms\">Supported Algorithms:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Algorithms Number</th>\n<th>Algorithms Name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>RSA/MD5</td>\n</tr>\n<tr>\n<td>3</td>\n<td>DSA/SHA-1</td>\n</tr>\n<tr>\n<td>5</td>\n<td>RSA/SHA-1</td>\n</tr>\n<tr>\n<td>6</td>\n<td>DSASHA1-NSEC3-SHA1</td>\n</tr>\n<tr>\n<td>7</td>\n<td>RSASHA1-NSEC3-SHA1</td>\n</tr>\n<tr>\n<td>8</td>\n<td>RSA/SHA-256</td>\n</tr>\n<tr>\n<td>10</td>\n<td>RSA/SHA-512</td>\n</tr>\n<tr>\n<td>12</td>\n<td>GOST R 34.10-2001</td>\n</tr>\n<tr>\n<td>13</td>\n<td>ECDSA/SHA-256</td>\n</tr>\n<tr>\n<td>14</td>\n<td>ECDSA/SHA-384</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","registry","domains",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0fe94ae4-317e-4462-8d23-a098edaa51f7","name":"Domain Create with DNSSEC","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"example-create1.africa\",\n    \"period\": 1,\n    \"period_unit\": \"y\",\n    \"autorenew\": false,\n    \"authinfo\": \"co#1*Adfz/a\",\n    \"hosts\": [\n        {\n            \"hostname\": \"ns1.spindoctor.mobi\"\n        },\n        {\n            \"hostname\": \"ns2.spindoctor.mobi\"\n        }\n    ],\n    \"contacts\": [\n        {\n            \"type\": \"registrant\",\n            \"contact\": {\n                \"id\": \"sasha\"\n            }\n        },\n        {\n            \"type\": \"admin\",\n            \"contact\": {\n                \"id\": \"sasha\"\n            }\n        },\n        {\n            \"type\": \"billing\",\n            \"contact\": {\n                \"id\": \"sasha\"\n            }\n        },\n        {\n            \"type\": \"tech\",\n            \"contact\": {\n                \"id\": \"sasha\"\n            }\n        }\n    ],\n    \"domainsec\": [\n        {\n            \"key_tag\": 6827,\n            \"algorithm\": 8,\n            \"digest_type\": 2,\n            \"digest\": \"326FB894CF83655564D5B1A5C105671E09D2AED0054F68581C8B54FF2F3CFAF5\"\n        }\n    ]\n}"},"url":"{{url}}/api/registry/domains/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 May 2019 16:23:11 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Vary","value":"Accept,Cookie"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"Set-Cookie","value":"sessionid=x16jgo69zz9l3br6808afivt7t3x3x2w; expires=Mon, 27-May-2019 16:23:11 GMT; httponly; Max-Age=1209600; Path=/"},{"key":"Content-Length","value":"238"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"wid\": 1755,\n    \"name\": \"example-create1.co.za\",\n    \"zone\": \"co.za\",\n    \"zone_id\": \"44\",\n    \"transport\": \"coza_sld_epp\",\n    \"passthrough\": true,\n    \"cdate\": \"2019-05-21T08:10:34Z\",\n    \"expiry\": \"2020-05-21T08:10:34Z\",\n    \"curExpDate\": \"2020-05-21\",\n    \"rar\": \"testrar1\",\n    \"period\": 1,\n    \"period_unit\": \"y\",\n    \"autorenew\": false,\n    \"authinfo\": \"coza\",\n    \"detail\": \"Domain Create completed successfully\",\n    \"hosts\": [\n        {\n            \"wid\": 822,\n            \"hostname\": \"ns1.spindoctor.mobi\",\n            \"glue\": []\n        },\n        {\n            \"wid\": 823,\n            \"hostname\": \"ns2.spindoctor.mobi\",\n            \"glue\": []\n        }\n    ],\n\t\"contacts\": [\n\t\t{\n\t\t  \"type\": \"admin\",\n\t\t  \"contact\": {\n\t\t    \"wid\": 1618,\n\t\t    \"id\": \"exampleContact\",\n\t\t    \"cdate\": \"2018-03-27T08:21:39Z\",\n\t\t    \"phone\": \"+27.1234567890\",\n\t\t    \"fax\": \"+27.1234567890\",\n\t\t    \"email\": \"rant@test.example\",\n\t\t    \"detail\": null,\n\t\t    \"contact_address\": [\n\t\t      {\n\t\t        \"real_name\": \"Admin Example\",\n\t\t        \"org\": \"\",\n\t\t        \"street\": \"test\",\n\t\t        \"street2\": \"2 Admin Avenue\",\n\t\t        \"street3\": null,\n\t\t        \"city\": \"Somecity\",\n\t\t        \"province\": \"Someplace\",\n\t\t        \"code\": \"0000\",\n\t\t        \"country\": \"ZA\",\n\t\t        \"type\": \"loc\"\n\t\t      },\n\t\t      {\n\t\t        \"real_name\": \"Admin Example\",\n\t\t        \"org\": \"\",\n\t\t        \"street\": \"test\",\n\t\t        \"street2\": \"2 Admin Avenue\",\n\t\t        \"street3\": null,\n\t\t        \"city\": \"Somecity\",\n\t\t        \"province\": \"Someplace\",\n\t\t        \"code\": \"0000\",\n\t\t        \"country\": \"ZA\",\n\t\t        \"type\": \"int\"\n\t\t      }\n\t\t    ],\n\t\t    \"statuses\": [\n\t\t      {\n\t\t        \"code\": \"linked\"\n\t\t      }\n\t\t    ]\n\t\t  }\n\t\t},\n\t\t{\n\t\t  \"type\": \"registrant\",\n\t\t  \"contact\": {\n\t\t    \"wid\": 1619,\n\t\t    \"id\": \"exampleContact\",\n\t\t    \"cdate\": \"2018-03-27T08:21:39Z\",\n\t\t    \"phone\": \"+27.1234567890\",\n\t\t    \"fax\": \"+27.1234567890\",\n\t\t    \"email\": \"rant@test.example\",\n\t\t    \"detail\": null,\n\t\t    \"contact_address\": [\n\t\t      {\n\t\t        \"real_name\": \"Rant Example\",\n\t\t        \"org\": \"\",\n\t\t        \"street\": \"test\",\n\t\t        \"street2\": \"2 Registrant Avenue\",\n\t\t        \"street3\": null,\n\t\t        \"city\": \"Somecity\",\n\t\t        \"province\": \"Someplace\",\n\t\t        \"code\": \"0000\",\n\t\t        \"country\": \"ZA\",\n\t\t        \"type\": \"loc\"\n\t\t      },\n\t\t      {\n\t\t        \"real_name\": \"Rant Example\",\n\t\t        \"org\": \"\",\n\t\t        \"street\": \"test\",\n\t\t        \"street2\": \"2 Registrant Avenue\",\n\t\t        \"street3\": null,\n\t\t        \"city\": \"Somecity\",\n\t\t        \"province\": \"Someplace\",\n\t\t        \"code\": \"0000\",\n\t\t        \"country\": \"ZA\",\n\t\t        \"type\": \"int\"\n\t\t      }\n\t\t    ],\n\t\t    \"statuses\": [\n\t\t      {\n\t\t        \"code\": \"linked\"\n\t\t      }\n\t\t    ]\n\t\t  }\n\t\t},\n\t\t{\n\t\t  \"type\": \"billing\",\n\t\t  \"contact\": {\n\t\t    \"wid\": 1620,\n\t\t    \"id\": \"exampleContact\",\n\t\t    \"cdate\": \"2018-03-27T08:21:39Z\",\n\t\t    \"phone\": \"+27.1234567890\",\n\t\t    \"fax\": \"+27.1234567890\",\n\t\t    \"email\": \"rant@test.example\",\n\t\t    \"detail\": null,\n\t\t    \"contact_address\": [\n\t\t      {\n\t\t        \"real_name\": \"Billing Example\",\n\t\t        \"org\": \"\",\n\t\t        \"street\": \"test\",\n\t\t        \"street2\": \"2 Billing Avenue\",\n\t\t        \"street3\": null,\n\t\t        \"city\": \"Somecity\",\n\t\t        \"province\": \"Someplace\",\n\t\t        \"code\": \"0000\",\n\t\t        \"country\": \"ZA\",\n\t\t        \"type\": \"loc\"\n\t\t      },\n\t\t      {\n\t\t        \"real_name\": \"Billing Example\",\n\t\t        \"org\": \"\",\n\t\t        \"street\": \"test\",\n\t\t        \"street2\": \"2 Billing Avenue\",\n\t\t        \"street3\": null,\n\t\t        \"city\": \"Somecity\",\n\t\t        \"province\": \"Someplace\",\n\t\t        \"code\": \"0000\",\n\t\t        \"country\": \"ZA\",\n\t\t        \"type\": \"int\"\n\t\t      }\n\t\t    ],\n\t\t    \"statuses\": [\n\t\t      {\n\t\t        \"code\": \"linked\"\n\t\t      }\n\t\t    ]\n\t\t  }\n\t\t},\n\t\t{\n\t\t  \"type\": \"tech\",\n\t\t  \"contact\": {\n\t\t    \"wid\": 1621,\n\t\t    \"id\": \"exampleContact\",\n\t\t    \"cdate\": \"2018-03-27T08:21:39Z\",\n\t\t    \"phone\": \"+27.1234567890\",\n\t\t    \"fax\": \"+27.1234567890\",\n\t\t    \"email\": \"rant@test.example\",\n\t\t    \"detail\": null,\n\t\t    \"contact_address\": [\n\t\t      {\n\t\t        \"real_name\": \"Tech Example\",\n\t\t        \"org\": \"\",\n\t\t        \"street\": \"test\",\n\t\t        \"street2\": \"2 Tech Avenue\",\n\t\t        \"street3\": null,\n\t\t        \"city\": \"Somecity\",\n\t\t        \"province\": \"Someplace\",\n\t\t        \"code\": \"0000\",\n\t\t        \"country\": \"ZA\",\n\t\t        \"type\": \"loc\"\n\t\t      },\n\t\t      {\n\t\t        \"real_name\": \"Tech Example\",\n\t\t        \"org\": \"\",\n\t\t        \"street\": \"test\",\n\t\t        \"street2\": \"2 Tech Avenue\",\n\t\t        \"street3\": null,\n\t\t        \"city\": \"Somecity\",\n\t\t        \"province\": \"Someplace\",\n\t\t        \"code\": \"0000\",\n\t\t        \"country\": \"ZA\",\n\t\t        \"type\": \"int\"\n\t\t      }\n\t\t    ],\n\t\t    \"statuses\": [\n\t\t      {\n\t\t        \"code\": \"linked\"\n\t\t      }\n\t\t    ]\n\t\t  }\n\t\t}\n\t],\n    \"statuses\": [\n        {\n            \"code\": \"ok\",\n            \"message\": null\n        }\n    ],\n    \"events\": null,\n    \"domainsec\": [\n        {\n            \"wid\": 54,\n            \"cdate\": \"2019-05-21T08:10:34Z\",\n            \"key_tag\": 6827,\n            \"algorithm\": 8,\n            \"digest_type\": 2,\n            \"digest\": \"326FB894CF83655564D5B1A5C105671E09D2AED0054F68581C8B54FF2F3CFAF5\",\n            \"max_sig_life\": 1209600\n        }\n    ],\n    \"rgp_statuses\": [],\n    \"fee_commands\": null,\n    \"charge\": null\n}"},{"id":"1d864362-a172-427a-83cb-d193a98641d0","name":"Domain Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n    \"name\": \"testingnic12.com\",\n    \"zone\": \"co.za\",\n    \"period\": 1,\n    \"period_unit\": \"y\",\n    \"autorenew\": false,\n    \"authinfo\": \"co#1*Adfz/a\",\n    \"hosts\": [\n        {\n            \"hostname\": \"ns1.spindoctor.mobi\"\n        },\n        {\n            \"hostname\": \"ns2.spindoctor.mobi\"\n        }\n    ],\n    \"contacts\": [\n    \t{\n            \"type\": \"registrant\",\n            \"contact\": {\n                \"id\": \"W0001682\"\n            }\n        },\n        {\n            \"type\": \"admin\",\n            \"contact\": {\n                \"id\": \"W0001577\"\n            }\n        },\n        {\n            \"type\": \"billing\",\n            \"contact\": {\n                \"id\": \"W0001577\"\n            }\n        },\n        {\n            \"type\": \"tech\",\n            \"contact\": {\n                \"id\": \"W0001682\"\n            }\n        }\n    ]\n}"},"url":"{{url}}/api/registry/domains/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"3081","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 26 Aug 2018 10:01:29 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Sun, 09-Sep-2018 10:01:34 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Sun Sep 09 2018 10:01:29 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"wid\": 1177,\n    \"name\": \"example-create.africa\",\n    \"zone\": \"africa\",\n    \"zone_id\": \"44\",\n    \"transport\": \"ryafrica_epp\",\n    \"passthrough\": true,\n    \"cdate\": \"2018-08-26T10:01:30Z\",\n    \"expiry\": \"2019-08-26T10:01:30Z\",\n    \"curExpDate\": \"2019-08-26\",\n    \"rar\": \"testrar1\",\n    \"period\": 1,\n    \"period_unit\": \"y\",\n    \"autorenew\": false,\n    \"authinfo\": \"co#1*Adfz/a\",\n    \"detail\": \"Domain Create completed successfully\",\n    \"hosts\": [\n        {\n            \"wid\": 822,\n            \"hostname\": \"ns1.spindoctor.mobi\",\n            \"glue\": []\n        },\n        {\n            \"wid\": 823,\n            \"hostname\": \"ns2.spindoctor.mobi\",\n            \"glue\": []\n        }\n    ],\n    \"contacts\": [\n        {\n            \"type\": \"admin\",\n            \"contact\": {\n                \"wid\": 1618,\n                \"id\": \"exampleAdmin\",\n                \"cdate\": \"2018-03-27T08:21:39Z\",\n                \"phone\": \"+27.1234567890\",\n                \"fax\": \"+27.1234567890\",\n                \"email\": \"rant@test.example\",\n                \"detail\": null,\n                \"contact_address\": [\n                    {\n                        \"real_name\": \"Admin Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Admin Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"loc\"\n                    },\n                    {\n                        \"real_name\": \"Admin Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Admin Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"int\"\n                    }\n                ],\n                \"statuses\": [\n                    {\n                        \"code\": \"linked\"\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"registrant\",\n            \"contact\": {\n                \"wid\": 1619,\n                \"id\": \"exampleRegistrant\",\n                \"cdate\": \"2018-03-27T08:21:39Z\",\n                \"phone\": \"+27.1234567890\",\n                \"fax\": \"+27.1234567890\",\n                \"email\": \"rant@test.example\",\n                \"detail\": null,\n                \"contact_address\": [\n                    {\n                        \"real_name\": \"Rant Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Registrant Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"loc\"\n                    },\n                    {\n                        \"real_name\": \"Rant Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Registrant Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"int\"\n                    }\n                ],\n                \"statuses\": [\n                    {\n                        \"code\": \"linked\",\n                        \"message\": \"Domain '4rfgb.africa' creation\"\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"billing\",\n            \"contact\": {\n                \"wid\": 1620,\n                \"id\": \"exampleBilling\",\n                \"cdate\": \"2018-03-27T08:21:39Z\",\n                \"phone\": \"+27.1234567890\",\n                \"fax\": \"+27.1234567890\",\n                \"email\": \"rant@test.example\",\n                \"detail\": null,\n                \"contact_address\": [\n                    {\n                        \"real_name\": \"Billing Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Billing Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"loc\"\n                    },\n                    {\n                        \"real_name\": \"Billing Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Billing Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"int\"\n                    }\n                ],\n                \"statuses\": [\n                    {\n                        \"code\": \"linked\"\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"tech\",\n            \"contact\": {\n                \"wid\": 1621,\n                \"id\": \"exampleTech\",\n                \"cdate\": \"2018-03-27T08:21:39Z\",\n                \"phone\": \"+27.1234567890\",\n                \"fax\": \"+27.1234567890\",\n                \"email\": \"rant@test.example\",\n                \"detail\": null,\n                \"contact_address\": [\n                    {\n                        \"real_name\": \"Tech Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Tech Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"loc\"\n                    },\n                    {\n                        \"real_name\": \"Tech Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Tech Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"int\"\n                    }\n                ],\n                \"statuses\": [\n                    {\n                        \"code\": \"linked\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"statuses\": [\n        {\n            \"code\": \"ok\",\n            \"message\": null\n        }\n    ],\n    \"events\": [\n        {\n            \"wid\": 1048896,\n            \"cdate\": \"2018-08-26T10:01:32Z\",\n            \"tdate\": \"2018-08-26T10:01:33Z\",\n            \"event\": \"PendingFSCharge\",\n            \"policy\": \".com\",\n            \"status\": \"0\"\n        }\n    ],\n    \"domainsec\": [],\n    \"rgp_statuses\": [],\n    \"fee_commands\": null,\n    \"charge\": null\n}"},{"id":"c5ca4a01-d097-489f-a0e1-13835371c4f3","name":"Premium Domain Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"example-create.africa\",\n    \"period\": 1,\n    \"period_unit\": \"y\",\n    \"autorenew\": false,\n    \"authinfo\": \"co#1*Adfz/a\",\n    \"hosts\": [\n        {\n            \"hostname\": \"ns1.spindoctor.mobi\"\n        },\n        {\n            \"hostname\": \"ns2.spindoctor.mobi\"\n        }\n    ],\n    \"contacts\": [\n    \t{\n            \"type\": \"registrant\",\n            \"contact\": {\n                \"id\": \"exampleRant\"\n            }\n        },\n        {\n            \"type\": \"admin\",\n            \"contact\": {\n                \"id\": \"exampleAdmin\"\n            }\n        },\n        {\n            \"type\": \"billing\",\n            \"contact\": {\n                \"id\": \"exampleBilling\"\n            }\n        },\n        {\n            \"type\": \"tech\",\n            \"contact\": {\n                \"id\": \"exampleTech\"\n            }\n        }\n    ],\n    \"charge\" {\n    \t\"price\" : 150\t\n    }\n}"},"url":"{{url}}/api/registry/domains/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"3613","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 06 Sep 2018 06:02:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=92fbcffd1dggcbut1xms50ayimdz1bx5; expires=Thu, 20-Sep-2018 06:02:40 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Thu Sep 20 2018 06:02:34 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"92fbcffd1dggcbut1xms50ayimdz1bx5","key":"sessionid"}],"responseTime":null,"body":"{\"wid\":1181,\"name\":\"example-create.africa\",\"zone\":\"africa\",\"zone_id\":\"578\",\"transport\":\"africa_ote_epp\",\"passthrough\":false,\"cdate\":\"2018-09-06T06:02:35Z\",\"expiry\":\"2019-09-06T06:02:35Z\",\"curExpDate\":\"2019-09-06\",\"rar\":\"testrar1\",\"period\":1,\"period_unit\":\"y\",\"autorenew\":false,\"authinfo\":\"co#1*Adfz/a\",\"detail\":\"Domain Create completed successfully\",\"hosts\":[{\"wid\":822,\"hostname\":\"ns1.spindoctor.mobi\",\"glue\":[]},{\"wid\":823,\"hostname\":\"ns2.spindoctor.mobi\",\"glue\":[]}],\"contacts\":[{\"type\":\"registrant\",\"contact\":{\"wid\":4,\"id\":\"Nicol\",\"cdate\":\"2015-11-25T09:57:49Z\",\"phone\":\"+27.125550001\",\"fax\":\"+86.5550000\",\"email\":\"nicol@dnservices.co.za\",\"detail\":null,\"linked\":true,\"contact_address\":[{\"real_name\":\"Nicol (l)\",\"org\":\"999888777\",\"street\":\"1 Registrant-Heights\",\"street2\":\"2 Registrant Avenue\",\"street3\":null,\"city\":\"Registrant Ville\",\"province\":\"Western Cape\",\"code\":\"90210\",\"country\":\"ZA\",\"type\":\"loc\"},{\"real_name\":\"Nicol (I)\",\"org\":\"DNS Africa\",\"street\":\"17\",\"street2\":\"Coastal Rd\",\"street3\":\"Grand Baie\",\"city\":\"Peyreber\",\"province\":\"Grand Baie\",\"code\":\"0001\",\"country\":\"MU\",\"type\":\"int\"}],\"statuses\":[{\"code\":\"ok\",\"message\":null},{\"code\":\"linked\",\"message\":\"Domain 'rgptest2.com' creation\"}]}},{\"type\":\"admin\",\"contact\":{\"wid\":4,\"id\":\"Nicol\",\"cdate\":\"2015-11-25T09:57:49Z\",\"phone\":\"+27.125550001\",\"fax\":\"+86.5550000\",\"email\":\"nicol@dnservices.co.za\",\"detail\":null,\"linked\":true,\"contact_address\":[{\"real_name\":\"Nicol (l)\",\"org\":\"999888777\",\"street\":\"1 Registrant-Heights\",\"street2\":\"2 Registrant Avenue\",\"street3\":null,\"city\":\"Registrant Ville\",\"province\":\"Western Cape\",\"code\":\"90210\",\"country\":\"ZA\",\"type\":\"loc\"},{\"real_name\":\"Nicol (I)\",\"org\":\"DNS Africa\",\"street\":\"17\",\"street2\":\"Coastal Rd\",\"street3\":\"Grand Baie\",\"city\":\"Peyreber\",\"province\":\"Grand Baie\",\"code\":\"0001\",\"country\":\"MU\",\"type\":\"int\"}],\"statuses\":[{\"code\":\"ok\",\"message\":null},{\"code\":\"linked\",\"message\":\"Domain 'rgptest2.com' creation\"}]}},{\"type\":\"billing\",\"contact\":{\"wid\":4,\"id\":\"Nicol\",\"cdate\":\"2015-11-25T09:57:49Z\",\"phone\":\"+27.125550001\",\"fax\":\"+86.5550000\",\"email\":\"nicol@dnservices.co.za\",\"detail\":null,\"linked\":true,\"contact_address\":[{\"real_name\":\"Nicol (l)\",\"org\":\"999888777\",\"street\":\"1 Registrant-Heights\",\"street2\":\"2 Registrant Avenue\",\"street3\":null,\"city\":\"Registrant Ville\",\"province\":\"Western Cape\",\"code\":\"90210\",\"country\":\"ZA\",\"type\":\"loc\"},{\"real_name\":\"Nicol (I)\",\"org\":\"DNS Africa\",\"street\":\"17\",\"street2\":\"Coastal Rd\",\"street3\":\"Grand Baie\",\"city\":\"Peyreber\",\"province\":\"Grand Baie\",\"code\":\"0001\",\"country\":\"MU\",\"type\":\"int\"}],\"statuses\":[{\"code\":\"ok\",\"message\":null},{\"code\":\"linked\",\"message\":\"Domain 'rgptest2.com' creation\"}]}},{\"type\":\"tech\",\"contact\":{\"wid\":4,\"id\":\"Nicol\",\"cdate\":\"2015-11-25T09:57:49Z\",\"phone\":\"+27.125550001\",\"fax\":\"+86.5550000\",\"email\":\"nicol@dnservices.co.za\",\"detail\":null,\"linked\":true,\"contact_address\":[{\"real_name\":\"Nicol (l)\",\"org\":\"999888777\",\"street\":\"1 Registrant-Heights\",\"street2\":\"2 Registrant Avenue\",\"street3\":null,\"city\":\"Registrant Ville\",\"province\":\"Western Cape\",\"code\":\"90210\",\"country\":\"ZA\",\"type\":\"loc\"},{\"real_name\":\"Nicol (I)\",\"org\":\"DNS Africa\",\"street\":\"17\",\"street2\":\"Coastal Rd\",\"street3\":\"Grand Baie\",\"city\":\"Peyreber\",\"province\":\"Grand Baie\",\"code\":\"0001\",\"country\":\"MU\",\"type\":\"int\"}],\"statuses\":[{\"code\":\"ok\",\"message\":null},{\"code\":\"linked\",\"message\":\"Domain 'rgptest2.com' creation\"}]}}],\"statuses\":[{\"code\":\"ok\",\"message\":null}],\"events\":[{\"wid\":1050448,\"cdate\":\"2018-09-06T06:02:35Z\",\"tdate\":\"2018-09-06T06:02:40Z\",\"event\":\"PendingFSCharge\",\"policy\":\"zacr_cities\",\"status\":\"0\"}],\"domainsec\":[],\"rgp_statuses\":[],\"fee_commands\":null,\"charge\":null}"}],"_postman_id":"365a54f0-a7d7-4338-9741-7e00270ba74c"},{"name":"Domain Update","id":"809ccef6-d224-4e62-a655-4a865c6d471e","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"example-create.africa\"\",\n    \"period\": 1,\n    \"period_unit\": \"y\",\n    \"autorenew\": false,\n    \"authinfo\": \"co#1*Adfz/a\",\n    \"hosts\": [\n        {\n            \"hostname\": \"ns1.spindoctor.mobi\"\n        },\n        {\n            \"hostname\": \"ns2.spindoctor.mobi\"\n        }\n    ],\n    \"contacts\": [\n    \t{\n            \"type\": \"registrant\",\n            \"contact\": {\n                \"id\": \"exampleRant\"\n            }\n        },\n        {\n            \"type\": \"admin\",\n            \"contact\": {\n                \"id\": \"exampleAdmin\"\n            }\n        },\n        {\n            \"type\": \"billing\",\n            \"contact\": {\n                \"id\": \"exampleBilling\"\n            }\n        },\n        {\n            \"type\": \"tech\",\n            \"contact\": {\n                \"id\": \"exampleTech\"\n            }\n        }\n    ]\n}"},"url":"{{url}}/api/registry/domains/{{domainWid}}/","description":"<h1 id=\"dnssec-information-for-domain-update\">DNSSEC Information for Domain Update</h1>\n<p>Updating a domain with DNSSEC should be done with caution.</p>\n<p>Submitting a domain update without the \"domainsec\" tag will not change the DNSSEC information, an empty tag \"domainsec\": [] will remove all DNSSEC information for the domain and a completed tag will set the domains DNSSEC information to what was provided making the nessessary deletes and additions.</p>\n<p>Example section for setting DNSSEC information using a domain update:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"domainsec\": [\n    {\n      \"key_tag\": 6827,\n      \"algorithm\": 8,\n      \"digest_type\": 2,\n      \"digest\": \"326FB894CF83655564D5B1A5C105671E09D2AED0054F68581C8B54FF2F3CFAF5\"\n    }\n  ]\n}\n</code></pre>\n<h3 id=\"supported-digest\">Supported digest:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Digest Number</th>\n<th>Digest Name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>SHA1</td>\n</tr>\n<tr>\n<td>2</td>\n<td>SHA256</td>\n</tr>\n<tr>\n<td>3</td>\n<td>GHOST R 34.11-94</td>\n</tr>\n<tr>\n<td>4</td>\n<td>SHA384</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"supported-algorithms\">Supported Algorithms:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Algorithms Number</th>\n<th>Algorithms Name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>RSA/MD5</td>\n</tr>\n<tr>\n<td>3</td>\n<td>DSA/SHA-1</td>\n</tr>\n<tr>\n<td>5</td>\n<td>RSA/SHA-1</td>\n</tr>\n<tr>\n<td>6</td>\n<td>DSASHA1-NSEC3-SHA1</td>\n</tr>\n<tr>\n<td>7</td>\n<td>RSASHA1-NSEC3-SHA1</td>\n</tr>\n<tr>\n<td>8</td>\n<td>RSA/SHA-256</td>\n</tr>\n<tr>\n<td>10</td>\n<td>RSA/SHA-512</td>\n</tr>\n<tr>\n<td>12</td>\n<td>GOST R 34.10-2001</td>\n</tr>\n<tr>\n<td>13</td>\n<td>ECDSA/SHA-256</td>\n</tr>\n<tr>\n<td>14</td>\n<td>ECDSA/SHA-384</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","registry","domains","{{domainWid}}",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"01ba7ed5-64a9-46cd-ae99-f17abbd05192","name":"Domain Update","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n    \"name\": \"example-create.africa\",\n    \"autorenew\": true,\n    \"authinfo\": \"co#1*Adfz/a\",\n    \"hosts\": [\n        {\n            \"hostname\": \"ns3.spindoctor.mobi\"\n        },\n        {\n            \"hostname\": \"ns4.spindoctor.mobi\"\n        }\n    ],\n    \"contacts\": [\n        {\n            \"type\": \"registrant\",\n            \"contact\": {\n                \"id\": \"exampleRant\"\n            }\n        },\n        {\n            \"type\": \"admin\",\n            \"contact\": {\n                \"id\": \"exampleAdmin\"\n            }\n        },\n        {\n            \"type\": \"billing\",\n            \"contact\": {\n                \"id\": \"exampleBilling\"\n            }\n        },\n        {\n            \"type\": \"tech\",\n            \"contact\": {\n                \"id\": \"ExampleOtherTech\"\n            }\n        }\n    ]\n}"},"url":"{{url}}/api/registry/domains/1177/"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2957","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 26 Aug 2018 13:00:38 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Sun, 09-Sep-2018 13:00:39 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Sun Sep 09 2018 13:00:38 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"wid\": 1177,\n    \"name\": \"example-create.africa\",\n    \"zone\": \"africa\",\n    \"zone_id\": \"44\",\n    \"transport\": \"ryafrica_epp\",\n    \"passthrough\": true,\n    \"cdate\": \"2018-08-26T10:01:30Z\",\n    \"expiry\": \"2019-08-26T10:01:30Z\",\n    \"curExpDate\": \"2019-08-26\",\n    \"rar\": \"testrar1\",\n    \"period\": 1,\n    \"period_unit\": \"y\",\n    \"autorenew\": true,\n    \"authinfo\": \"co#1*Adfz/a\",\n    \"hosts\": [\n        {\n            \"wid\": 881,\n            \"hostname\": \"ns3.spindoctor.mobi\",\n            \"glue\": []\n        },\n        {\n            \"wid\": 882,\n            \"hostname\": \"ns4.spindoctor.mobi\",\n            \"glue\": []\n        }\n    ],\n    \"contacts\": [\n        {\n            \"type\": \"admin\",\n            \"contact\": {\n                \"wid\": 1618,\n                \"id\": \"exampleAdmin\",\n                \"cdate\": \"2018-03-27T08:21:39Z\",\n                \"phone\": \"+27.1234567890\",\n                \"fax\": \"+27.1234567890\",\n                \"email\": \"rant@test.example\",\n                \"detail\": null,\n                \"contact_address\": [\n                    {\n                        \"real_name\": \"Admin Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Admin Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"loc\"\n                    },\n                    {\n                        \"real_name\": \"Admin Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Admin Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"int\"\n                    }\n                ],\n                \"statuses\": [\n                    {\n                        \"code\": \"linked\"\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"registrant\",\n            \"contact\": {\n                \"wid\": 1619,\n                \"id\": \"exampleRegistrant\",\n                \"cdate\": \"2018-03-27T08:21:39Z\",\n                \"phone\": \"+27.1234567890\",\n                \"fax\": \"+27.1234567890\",\n                \"email\": \"rant@test.example\",\n                \"detail\": null,\n                \"contact_address\": [\n                    {\n                        \"real_name\": \"Rant Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Registrant Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"loc\"\n                    },\n                    {\n                        \"real_name\": \"Rant Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Registrant Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"int\"\n                    }\n                ],\n                \"statuses\": [\n                    {\n                        \"code\": \"linked\",\n                        \"message\": \"Domain '4rfgb.africa' creation\"\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"billing\",\n            \"contact\": {\n                \"wid\": 1620,\n                \"id\": \"exampleBilling\",\n                \"cdate\": \"2018-03-27T08:21:39Z\",\n                \"phone\": \"+27.1234567890\",\n                \"fax\": \"+27.1234567890\",\n                \"email\": \"rant@test.example\",\n                \"detail\": null,\n                \"contact_address\": [\n                    {\n                        \"real_name\": \"Billing Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Billing Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"loc\"\n                    },\n                    {\n                        \"real_name\": \"Billing Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Billing Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"int\"\n                    }\n                ],\n                \"statuses\": [\n                    {\n                        \"code\": \"linked\"\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"tech\",\n            \"contact\": {\n                \"wid\": 1621,\n                \"id\": \"ExampleOtherTech\",\n                \"cdate\": \"2018-03-27T08:21:39Z\",\n                \"phone\": \"+27.1234567890\",\n                \"fax\": \"+27.1234567890\",\n                \"email\": \"rant@test.example\",\n                \"detail\": null,\n                \"contact_address\": [\n                    {\n                        \"real_name\": \"Tech Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Tech Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"loc\"\n                    },\n                    {\n                        \"real_name\": \"Tech Example\",\n                        \"org\": \"\",\n                        \"street\": \"test\",\n                        \"street2\": \"2 Tech Avenue\",\n                        \"street3\": null,\n                        \"city\": \"Somecity\",\n                        \"province\": \"Someplace\",\n                        \"code\": \"0000\",\n                        \"country\": \"ZA\",\n                        \"type\": \"int\"\n                    }\n                ],\n                \"statuses\": [\n                    {\n                        \"code\": \"linked\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"statuses\": [\n        {\n            \"code\": \"ok\",\n            \"message\": null\n        }\n    ],\n    \"events\": [\n        {\n            \"wid\": 1048896,\n            \"cdate\": \"2018-08-26T10:01:32Z\",\n            \"tdate\": \"2018-08-26T10:01:33Z\",\n            \"event\": \"PendingFSCharge\",\n            \"policy\": \".com\",\n            \"status\": \"0\"\n        }\n    ],\n    \"domainsec\": [],\n    \"rgp_statuses\": [],\n    \"fee_commands\": null,\n    \"charge\": null\n}"}],"_postman_id":"809ccef6-d224-4e62-a655-4a865c6d471e"},{"name":"Domain Renew","id":"b7c2bfdb-92a3-40df-8b29-5a85aa361f09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"exampledomain.africa\",\n    \"curExpDate\": \"2020-12-11\"\n}"},"url":"{{url}}/api/registry/domains/{{domainWid}}/renew/","description":"<p>Advance the domain expiry by 1 year by renewing it.</p>\n","urlObject":{"path":["api","registry","domains","{{domainWid}}","renew",""],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>The current expiry date</p>\n","type":"text/plain"},"key":"curExpDate","value":"{{curExpDate}}"}],"variable":[]}},"response":[{"id":"57f31350-595b-4baa-af2c-2a336b031f5a","name":"Domain Renew","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"exampledomain.africa\",\n    \"curExpDate\": \"2020-12-11\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/registry/domains/{{domainWid}}/renew/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Domain renewed successfully\",\n    \"results\": {\n        \"name\": \"exampledomain.africa\",\n        \"expiry\": \"2021-12-11T12:02:36Z\"\n    }\n}"}],"_postman_id":"b7c2bfdb-92a3-40df-8b29-5a85aa361f09"},{"name":"Domain Delete","id":"9579e324-f412-464f-b159-d3d3d074ba20","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/registry/domains/{{domainWid}}/","description":"<p>Delete a domain</p>\n","urlObject":{"path":["api","registry","domains","{{domainWid}}",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3c318d8a-362b-4a45-9144-96b00c917803","name":"Domain Delete","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/api/registry/domains/1177/"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"85","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 26 Aug 2018 10:05:52 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Sun, 09-Sep-2018 10:05:54 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Sun Sep 09 2018 10:05:52 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"detail\": \"Domain 'example-create.africa' Pending Manual Suspension\"\n}"}],"_postman_id":"9579e324-f412-464f-b159-d3d3d074ba20"},{"name":"Domain Transfer Request","id":"e56c8b38-ab86-44f6-a6b9-00f8a358918d","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-transfer.africa\",\n  \"authinfo\": \"79Sa0NfytWc60H^@^\"\n}"},"url":"{{url}}/api/registry/domains/transfer-request/","urlObject":{"path":["api","registry","domains","transfer-request",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"285d4614-34db-42ce-84f6-6e1a2e187d3d","name":"Domain Transfer Request - Incorrect Password/AuthInfo","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-transfer.africa\",\n  \"authinfo\": \"wrongpassword\"\n}"},"url":"{{url}}/api/registry/domains/transfer-request/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"POST, OPTIONS","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"77","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 28 Aug 2018 09:04:36 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Tue, 11-Sep-2018 09:04:36 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Tue Sep 11 2018 09:04:36 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\"detail\":\"Authorization failed, password does not match or no password set\"}"},{"id":"629d496e-b91a-45ea-89a2-dfc0ca37511b","name":"Domain Transfer Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-transfer.africa\",\n  \"authinfo\": \"79Sa0NfytWc60H^@^\"\n}"},"url":"{{url}}/api/registry/domains/transfer-request/"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"POST, OPTIONS","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"198","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 28 Aug 2018 09:06:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Tue, 11-Sep-2018 09:06:02 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Tue Sep 11 2018 09:06:01 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"detail\": \"Domain 'example-transfer.africa' pending transfer\",\n    \"fee_commands\": null,\n    \"results\": {\n        \"name\": null,\n        \"requester\": null,\n        \"request_date\": null,\n        \"actioner\": null,\n        \"action_date\": null,\n        \"expiry\": null,\n        \"status\": null\n    }\n}"}],"_postman_id":"e56c8b38-ab86-44f6-a6b9-00f8a358918d"},{"name":"Domain Transfer Query","id":"273aeafe-cffb-4b7f-af9f-a099952fbaff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-transfer.africa\",\n}"},"url":"{{url}}/api/registry/domains/transfer-query/","description":"<p>Request the status of the domain transfer</p>\n<p>There is the optional entry in the response containing \"expiry_date\" of the domain after the transfer has been completed.  This will indicate if the domain expiry is going to change on transefer.</p>\n","urlObject":{"path":["api","registry","domains","transfer-query",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9c43ff93-e97d-4492-a794-5173b5796141","name":"Domain Transfer Query","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-transfer.africa\",\n  \"authinfo\": \"79Sa0NfytWc60H^@^\"\n}"},"url":"{{url}}/api/registry/domains/transfer-request/"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"POST, OPTIONS","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"198","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 28 Aug 2018 09:06:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Tue, 11-Sep-2018 09:06:02 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Tue Sep 11 2018 09:06:01 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"detail\": \"Domain Transfer Query Command completed successfully\",\n    \"results\": {\n        \"name\": \"example-transfer.africa\",\n        \"status\": \"pending\",\n        \"requester\": \"registrar1\",\n        \"request_date\": \"2021-03-05T07:55:01Z\",\n        \"actioner\": \"registrar1\",\n        \"action_date\": \"2021-03-10T07:55:01Z\"\n    }\n}"},{"id":"da2181bd-a250-4485-96ba-a869a2469c41","name":"Domain Transfer Query - Not pending transfer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-transfer.africa\",\n  \"authinfo\": \"wrongpassword\"\n}"},"url":"{{url}}/api/registry/domains/transfer-request/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"POST, OPTIONS","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"77","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 28 Aug 2018 09:04:36 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Tue, 11-Sep-2018 09:04:36 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Tue Sep 11 2018 09:04:36 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"detail\": \"Domain not pending transfer\"\n}"}],"_postman_id":"273aeafe-cffb-4b7f-af9f-a099952fbaff"},{"name":"Domain Transfer Cancel","id":"21332e6c-1d4f-4379-a46e-eae1eb48ee5e","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-transfer.africa\"\n}"},"url":"{{url}}/api/registry/domains/transfer-cancel/","urlObject":{"path":["api","registry","domains","transfer-cancel",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"769f9caa-ce0d-48b8-bb3a-8617642badef","name":"Domain Transfer Cancel - Domain not pending transfer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-transfer.africa\"\n}"},"url":"{{url}}/api/registry/domains/transfer-cancel/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"POST, OPTIONS","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"40","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 28 Aug 2018 09:11:06 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Tue, 11-Sep-2018 09:11:07 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Tue Sep 11 2018 09:11:06 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\"detail\":\"Domain not pending transfer\"}"},{"id":"d9c2c69e-f4f6-473c-82e4-ae4cd24bb655","name":"Domain Transfer Cancel","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-transfer.africa\"\n}"},"url":"{{url}}/api/registry/domains/transfer-cancel/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"POST, OPTIONS","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"180","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 28 Aug 2018 09:10:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Tue, 11-Sep-2018 09:10:41 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Tue Sep 11 2018 09:10:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"detail\": \"Domain 'example-transfer.africa' transfer cancelled\",\n    \"results\": {\n        \"name\": null,\n        \"status\": null,\n        \"requester\": null,\n        \"request_date\": null,\n        \"actioner\": null,\n        \"action_date\": null,\n        \"expiry\": null\n    }\n}"}],"_postman_id":"21332e6c-1d4f-4379-a46e-eae1eb48ee5e"},{"name":"Domain Transfer Reject","id":"0f531299-db1e-4a96-a2dd-e622a16e9a76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-transfer.africa\"\n}"},"url":"{{url}}/api/registry/domains/{{domainWid}}/transfer-reject/","description":"<p>Vote against an outgoing transfer.  This does not necessarily cancel the transfer.</p>\n","urlObject":{"path":["api","registry","domains","{{domainWid}}","transfer-reject",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"47b8c71f-63c1-41ea-9d58-ca0003e21643","name":"Domain Transfer Reject - Domain not pending transfer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-transfer.africa\"\n}"},"url":"{{url}}/api/registry/domains/{{domainWid}}/transfer-reject/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"POST, OPTIONS","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"40","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 28 Aug 2018 09:11:06 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Tue, 11-Sep-2018 09:11:07 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Tue Sep 11 2018 09:11:06 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\"detail\":\"Domain not pending transfer\"}"},{"id":"a32acca4-0c81-4783-8a40-bb6619610481","name":"Domain Transfer Reject","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-transfer.africa\"\n}"},"url":"{{url}}/api/registry/domains/{{domainWid}}/transfer-reject/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"POST, OPTIONS","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"180","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 28 Aug 2018 09:10:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Tue, 11-Sep-2018 09:10:41 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Tue Sep 11 2018 09:10:40 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"detail\": \"Domain 'example-transfer.africa' transfer rejected\",\n    \"results\": {\n        \"name\": null,\n        \"status\": null,\n        \"requester\": null,\n        \"request_date\": null,\n        \"actioner\": null,\n        \"action_date\": null\n    }\n}"}],"_postman_id":"0f531299-db1e-4a96-a2dd-e622a16e9a76"},{"name":"Domain Transfer Approve","id":"dd659b32-3fee-4178-b51f-1843876162cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-transfer.africa\"\n}"},"url":"{{url}}/api/registry/domains/{{domainWid}}/transfer-approve/","description":"<p>Vote for an outgoing transfer.  This does not necessarily complete the transfer.</p>\n","urlObject":{"path":["api","registry","domains","{{domainWid}}","transfer-approve",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd659b32-3fee-4178-b51f-1843876162cc"},{"name":"Domain Check","id":"4476dd70-bd71-43da-bda2-e00f655d605a","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-check.africa\"\n}"},"url":"{{url}}/api/registry/domains/check/","urlObject":{"path":["api","registry","domains","check",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"74b8dd63-f321-4b1a-8335-b5fcef588ae0","name":"Domain Check - Premium domain","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-premium.africa\"\n}"},"url":"{{url}}/api/registry/domains/check/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"POST, OPTIONS","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"270","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 28 Aug 2018 09:20:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Tue, 11-Sep-2018 09:20:17 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Tue Sep 11 2018 09:20:16 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"detail\": \"Domain Check Command completed successfully\",\n    \"results\": [\n        {\n            \"avail\": \"1\",\n            \"reason\": \"Domain reserved. Reason: 'Premium'\",\n            \"name\": \"example-premium.africa\"\n        }\n    ],\n    \"charge\": {\n        \"action\": {\n            \"transfer\": \"14.5000\",\n            \"create\": \"161.0000\",\n            \"renew\": \"14.5000\",\n            \"restore\": \"14.5000\"\n        },\n        \"category\": \"premium\"\n    }\n}"},{"id":"b05caa94-208d-47e2-96e8-401b19dade87","name":"Domain Check - In Use","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-check.africa\"\n}"},"url":"{{url}}/api/registry/domains/check/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"POST, OPTIONS","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"243","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 28 Aug 2018 09:16:43 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Tue, 11-Sep-2018 09:16:44 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Tue Sep 11 2018 09:16:43 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"detail\": \"Domain Check Command completed successfully\",\n    \"results\": [\n        {\n            \"avail\": \"0\",\n            \"reason\": \"In Use\",\n            \"name\": \"example-check.africa\"\n        }\n    ],\n    \"charge\": {\n        \"action\": {\n            \"transfer\": \"9.5000\",\n            \"create\": \"9.5000\",\n            \"renew\": \"9.5000\",\n            \"restore\": \"9.5000\"\n        },\n        \"category\": \"standard\"\n    }\n}"},{"id":"e96771c6-294f-402c-a6a9-1a558b8561a5","name":"Domain Check - Available domain","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-check.africa\"\n}"},"url":"{{url}}/api/registry/domains/check/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"POST, OPTIONS","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"233","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 28 Aug 2018 09:18:56 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Tue, 11-Sep-2018 09:18:57 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Tue Sep 11 2018 09:18:56 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"detail\": \"Domain Check Command completed successfully\",\n    \"results\": [\n        {\n            \"avail\": \"1\",\n            \"reason\": \"\",\n            \"name\": \"example-check.africa\"\n        }\n    ],\n    \"charge\": {\n        \"action\": {\n            \"transfer\": \"9.5000\",\n            \"create\": \"9.5000\",\n            \"renew\": \"9.5000\",\n            \"restore\": \"9.5000\"\n        },\n        \"category\": \"standard\"\n    }\n}"}],"_postman_id":"4476dd70-bd71-43da-bda2-e00f655d605a"},{"name":"Domain Info","id":"f5c1839f-b516-43bd-ad4c-227a632d05a1","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-info.africa\",\n  \"authinfo\": \"79Sa0NfytWc60H^@^\"\n}"},"url":"{{url}}/api/registry/domains/info/","urlObject":{"path":["api","registry","domains","info",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c7af9b74-8399-4456-b978-ce06e2c70b8d","name":"Domain Info","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-info.africa\"\n}"},"url":"{{url}}/api/registry/domains/info/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"POST, OPTIONS","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"396","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 28 Aug 2018 09:21:12 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Tue, 11-Sep-2018 09:21:14 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Tue Sep 11 2018 09:21:12 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"detail\": \"Domain Info Command completed successfully\",\n    \"results\": {\n        \"name\": \"example-info.africa\",\n        \"cdate\": null,\n        \"expiry\": \"2019-07-11T07:13:24Z\",\n        \"rar\": \"testrar2\",\n        \"authinfo\": null,\n        \"hosts\": [\n            {\n                \"hostname\": \"ns1.spindoctor.mobi\"\n            },\n            {\n                \"hostname\": \"ns2.spindoctor.mobi\"\n            }\n        ],\n        \"contacts\": [],\n        \"statuses\": []\n    },\n    \"charge\": {\n        \"action\": {\n            \"transfer\": \"9.5000\",\n            \"create\": \"9.5000\",\n            \"renew\": \"9.5000\",\n            \"restore\": \"9.5000\"\n        },\n        \"category\": \"standard\"\n    }\n}"},{"id":"ca70e5bc-6f8a-4795-aea7-c931d17e0f6e","name":"Domain Info - With authinfo","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"example-info.africa\",\n  \"authinfo\": \"79Sa0NfytWc60H^@^\"\n}"},"url":"{{url}}/api/registry/domains/info/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"POST, OPTIONS","name":"Allow","description":"Valid actions for a specified resource. To be used for a 405 Method not allowed"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"396","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 28 Aug 2018 09:22:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"sessionid=vuqgh75ekgh2vs79yxxhyqxwmw3jh40l; expires=Tue, 11-Sep-2018 09:22:15 GMT; httponly; Max-Age=1209600; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Vary","value":"Accept,Cookie","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Tue Sep 11 2018 09:22:11 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"gateway-otande.dns.net.za","path":"/","secure":false,"value":"vuqgh75ekgh2vs79yxxhyqxwmw3jh40l","key":"sessionid"}],"responseTime":null,"body":"{\n    \"detail\": \"Domain Info Command completed successfully\",\n    \"results\": {\n        \"name\": \"example-info.africa\",\n        \"cdate\": null,\n        \"expiry\": \"2019-07-11T07:13:24Z\",\n        \"rar\": \"testrar2\",\n        \"authinfo\": null,\n        \"hosts\": [\n            {\n                \"hostname\": \"ns1.spindoctor.mobi\"\n            },\n            {\n                \"hostname\": \"ns2.spindoctor.mobi\"\n            }\n        ],\n        \"contacts\": [],\n        \"statuses\": []\n    },\n    \"charge\": {\n        \"action\": {\n            \"transfer\": \"9.5000\",\n            \"create\": \"9.5000\",\n            \"renew\": \"9.5000\",\n            \"restore\": \"9.5000\"\n        },\n        \"category\": \"standard\"\n    }\n}"}],"_postman_id":"f5c1839f-b516-43bd-ad4c-227a632d05a1"},{"name":"Domain Restore","id":"8c40ef94-c2e2-43d1-997e-8f56cfc3196a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/registry/domains/{{domainWid}}/restore/","description":"<p>The response to the request here must be posted to the same URL to start the restore.</p>\n","urlObject":{"path":["api","registry","domains","{{domainWid}}","restore",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b3ae8601-9122-43d1-8b0b-054cd8e96bd0","name":"Domain Restore Request","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/registry/domains/{{domainWid}}/restore/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn"},{"key":"Date","value":"Tue, 08 Jun 2021 10:03:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Origin, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"56"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"example-restore.africa\",\n    \"restore_op\": \"request\"\n}"}],"_postman_id":"8c40ef94-c2e2-43d1-997e-8f56cfc3196a"},{"name":"Domain Restore","id":"ae72ebbe-07cd-4f25-b922-92c57f64a313","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"example-restore.africa\",\n    \"restore_op\": \"request\"\n}"},"url":"{{url}}/api/registry/domains/{{domainWid}}/restore/","urlObject":{"path":["api","registry","domains","{{domainWid}}","restore",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f13d7c87-75a5-4f9b-abec-7516275a6f08","name":"Domain Restore Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"example-restore.africa\",\n    \"restore_op\": \"request\"\n}"},"url":"{{url}}/api/registry/domains/{{domainWid}}/restore/"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn"},{"key":"Date","value":"Tue, 08 Jun 2021 10:05:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Origin, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"62"},{"key":"Set-Cookie","value":"csrftoken=7vQG6Mm6jXbWgTh4SG334KxeeF8PwJDPTJbRFbRf22cwHlh4XsH0timbLPx5K4AC; expires=Tue, 07 Jun 2022 10:05:34 GMT; Max-Age=31449600; Path=/; SameSite=Lax"},{"key":"Set-Cookie","value":"sessionid=uinfjfzek0txy1poymhcee1m3rbq24te; expires=Tue, 22 Jun 2021 10:05:34 GMT; HttpOnly; Max-Age=1209600; Path=/; SameSite=Lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Domain restored successfully\"\n}"}],"_postman_id":"ae72ebbe-07cd-4f25-b922-92c57f64a313"},{"name":"Suspend","id":"6f4eee12-98f3-4d39-b5de-11fdcef5df36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"exampledomain.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/registry/domains/{{domainWid}}/suspend/","urlObject":{"path":["api","registry","domains","{{domainWid}}","suspend",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f4eee12-98f3-4d39-b5de-11fdcef5df36"},{"name":"Unsuspend","id":"6a793fb1-5c7b-4ada-bddb-60b6cfc90f4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"exampledomain.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/registry/domains/{{domainWid}}/unsuspend/","urlObject":{"path":["api","registry","domains","{{domainWid}}","unsuspend",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a793fb1-5c7b-4ada-bddb-60b6cfc90f4b"}],"id":"d4e3b126-34eb-4cd1-ae42-8c8612e184d2","description":"<p>See WHMCS/Domains for more friendly API urls</p>\n","_postman_id":"d4e3b126-34eb-4cd1-ae42-8c8612e184d2"}],"event":[{"listen":"prerequest","script":{"id":"076ca4f3-2def-42b1-8b0e-5b9408ea57f1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c1736092-f998-477a-9666-0542dd1be887","type":"text/javascript","exec":[""]}}]}