{"info":{"_postman_id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","name":"GateHills Reseller API","description":"<html><head></head><body><p>Official Postman collection to integrate the GateHills Reseller API.</p>\n<p><strong>Setup:</strong></p>\n<ol>\n<li>Set the <code>baseUrl</code>, <code>apiKey</code> and <code>apiSecret</code> variables (collection variables or environment).</li>\n<li>All endpoints use the <code>X-API-Key</code> and <code>X-API-Secret</code> headers (configured at collection level).</li>\n</ol>\n<p><strong>Environments:</strong></p>\n<ul>\n<li>Production: <code>https://api.gatehills.com/registrar/api/remote</code></li>\n<li>Test/Sandbox: <code>https://api-test.gatehills.com/registrar/api/remote</code></li>\n</ul>\n<p><strong>Response format:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">// Success\n{ \"success\": true, \"data\": { ... } }\n// Error\n{ \"success\": false, \"message\": \"error description\" }\n</code></pre>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"53364564","collectionId":"14ba474e-95ff-4e27-b087-aa81b4be8e31","publishedId":"2sBXqMGeDm","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-05-05T14:00:12.000Z"},"item":[{"name":"Domain Lifecycle","item":[{"name":"Register Domain","id":"c1002971-f14b-4539-a6cd-743875766bc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"YOUR_API_KEY"},{"key":"X-API-Secret","value":"YOUR_API_SECRET"}],"body":{"mode":"raw","raw":"{\n  \"domain\": \"example.com\",\n  \"period\": 2,\n  \"nameservers\": [\n    \"ns1.acmehosting.com\",\n    \"ns2.acmehosting.com\"\n  ],\n  \"contacts\": {\n    \"registrant\": {\n      \"first_name\": \"John\",\n      \"last_name\": \"Doe\",\n      \"organization\": \"Acme Inc.\",\n      \"email\": \"john.doe@acme.com\",\n      \"phone\": \"+1.4155550100\",\n      \"fax\": \"\",\n      \"address1\": \"123 Market Street\",\n      \"address2\": \"Suite 400\",\n      \"city\": \"San Francisco\",\n      \"state\": \"CA\",\n      \"postcode\": \"94103\",\n      \"country\": \"US\"\n    },\n    \"admin\": {\n      \"first_name\": \"Jane\",\n      \"last_name\": \"Smith\",\n      \"organization\": \"Acme Inc.\",\n      \"email\": \"jane.smith@acme.com\",\n      \"phone\": \"+1.4155550101\",\n      \"fax\": \"\",\n      \"address1\": \"123 Market Street\",\n      \"address2\": \"\",\n      \"city\": \"San Francisco\",\n      \"state\": \"CA\",\n      \"postcode\": \"94103\",\n      \"country\": \"US\"\n    },\n    \"tech\": {\n      \"first_name\": \"Mark\",\n      \"last_name\": \"Brown\",\n      \"organization\": \"Acme Inc.\",\n      \"email\": \"noc@acme.com\",\n      \"phone\": \"+1.4155550102\",\n      \"fax\": \"\",\n      \"address1\": \"123 Market Street\",\n      \"address2\": \"\",\n      \"city\": \"San Francisco\",\n      \"state\": \"CA\",\n      \"postcode\": \"94103\",\n      \"country\": \"US\"\n    },\n    \"billing\": {\n      \"first_name\": \"Alice\",\n      \"last_name\": \"Black\",\n      \"organization\": \"Acme Inc.\",\n      \"email\": \"billing@acme.com\",\n      \"phone\": \"+1.4155550103\",\n      \"fax\": \"\",\n      \"address1\": \"123 Market Street\",\n      \"address2\": \"\",\n      \"city\": \"San Francisco\",\n      \"state\": \"CA\",\n      \"postcode\": \"94103\",\n      \"country\": \"US\"\n    }\n  },\n  \"privacy\": true,\n  \"epp_code\": \"\",\n  \"additional_fields\": {}\n}"},"url":"https://api.gatehills.com/registrar/api/remote/domains/register","description":"<p>Register a new domain.</p>\n<p><strong>Success response:</strong> <code>{ \"success\": true, \"data\": { \"domain\": \"example.com\" } }</code></p>\n<p><strong>Error response:</strong> <code>{ \"success\": false, \"message\": \"Domain not available\" }</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","name":"GateHills Reseller API","type":"collection"}},"urlObject":{"path":["domains","register"],"host":["https://api.gatehills.com/registrar/api/remote"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1002971-f14b-4539-a6cd-743875766bc3"},{"name":"Transfer Domain","id":"0505847b-81a6-4c17-b386-3ea65d3e598c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"YOUR_API_KEY"},{"key":"X-API-Secret","value":"YOUR_API_SECRET"}],"body":{"mode":"raw","raw":"{\n  \"domain\": \"example.com\",\n  \"period\": 1,\n  \"epp_code\": \"AUTH-CODE-XYZ123\",\n  \"nameservers\": [\n    \"ns1.acmehosting.com\",\n    \"ns2.acmehosting.com\"\n  ],\n  \"contacts\": {\n    \"registrant\": {\n      \"first_name\": \"John\",\n      \"last_name\": \"Doe\",\n      \"organization\": \"Acme Inc.\",\n      \"email\": \"john.doe@acme.com\",\n      \"phone\": \"+1.4155550100\",\n      \"fax\": \"\",\n      \"address1\": \"123 Market Street\",\n      \"address2\": \"\",\n      \"city\": \"San Francisco\",\n      \"state\": \"CA\",\n      \"postcode\": \"94103\",\n      \"country\": \"US\"\n    },\n    \"admin\":   { \"first_name\": \"John\", \"last_name\": \"Doe\", \"organization\": \"Acme Inc.\", \"email\": \"john.doe@acme.com\", \"phone\": \"+1.4155550100\", \"fax\": \"\", \"address1\": \"123 Market Street\", \"address2\": \"\", \"city\": \"San Francisco\", \"state\": \"CA\", \"postcode\": \"94103\", \"country\": \"US\" },\n    \"tech\":    { \"first_name\": \"John\", \"last_name\": \"Doe\", \"organization\": \"Acme Inc.\", \"email\": \"john.doe@acme.com\", \"phone\": \"+1.4155550100\", \"fax\": \"\", \"address1\": \"123 Market Street\", \"address2\": \"\", \"city\": \"San Francisco\", \"state\": \"CA\", \"postcode\": \"94103\", \"country\": \"US\" },\n    \"billing\": { \"first_name\": \"John\", \"last_name\": \"Doe\", \"organization\": \"Acme Inc.\", \"email\": \"john.doe@acme.com\", \"phone\": \"+1.4155550100\", \"fax\": \"\", \"address1\": \"123 Market Street\", \"address2\": \"\", \"city\": \"San Francisco\", \"state\": \"CA\", \"postcode\": \"94103\", \"country\": \"US\" }\n  },\n  \"privacy\": false\n}"},"url":"https://api.gatehills.com/registrar/api/remote/domains/transfer","description":"<p>Initiate an inbound domain transfer.</p>\n<p><strong>Success response:</strong> <code>{ \"success\": true, \"data\": { \"transfer_id\": \"...\" } }</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","name":"GateHills Reseller API","type":"collection"}},"urlObject":{"path":["domains","transfer"],"host":["https://api.gatehills.com/registrar/api/remote"],"query":[],"variable":[]}},"response":[],"_postman_id":"0505847b-81a6-4c17-b386-3ea65d3e598c"},{"name":"Renew Domain","id":"24d13725-9bc8-438b-b83b-9482d8934b3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"YOUR_API_KEY"},{"key":"X-API-Secret","value":"YOUR_API_SECRET"}],"body":{"mode":"raw","raw":"{\n  \"domain\": \"example.com\",\n  \"period\": 1,\n  \"current_expiry_date\": \"2026-05-08\"\n}"},"url":"https://api.gatehills.com/registrar/api/remote/domains/renew","description":"<p>Renew a domain for the given period.</p>\n<p><strong>Success response:</strong> <code>{ \"success\": true }</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","name":"GateHills Reseller API","type":"collection"}},"urlObject":{"path":["domains","renew"],"host":["https://api.gatehills.com/registrar/api/remote"],"query":[],"variable":[]}},"response":[],"_postman_id":"24d13725-9bc8-438b-b83b-9482d8934b3f"},{"name":"Request Delete","id":"2fe423dd-0627-4406-b328-0639849fd357","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"YOUR_API_KEY"},{"key":"X-API-Secret","value":"YOUR_API_SECRET"}],"body":{"mode":"raw","raw":"{\n  \"domain\": \"example.com\"\n}"},"url":"https://api.gatehills.com/registrar/api/remote/domains/delete","description":"<p>Request the deletion of a domain.</p>\n<p><strong>Success response:</strong> <code>{ \"success\": true }</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","name":"GateHills Reseller API","type":"collection"}},"urlObject":{"path":["domains","delete"],"host":["https://api.gatehills.com/registrar/api/remote"],"query":[],"variable":[]}},"response":[],"_postman_id":"2fe423dd-0627-4406-b328-0639849fd357"},{"name":"Get Domain Info","id":"a82d1009-cc1a-4215-905b-5af07b3f2743","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"YOUR_API_KEY"},{"key":"X-API-Secret","value":"YOUR_API_SECRET"}],"url":"https://api.gatehills.com/registrar/api/remote/domains/example.com","description":"<p>Retrieve the status and dates of a domain.</p>\n<p><strong>Success response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"data\": {\n    \"domain\": \"example.com\",\n    \"status\": \"active\",\n    \"expiry_date\": \"2027-05-08\",\n    \"created_date\": \"2020-05-08\",\n    \"next_due_date\": \"2027-05-08\"\n  }\n}\n</code></pre>\n<p>Recognized <code>status</code> values: <code>active</code>, <code>expired</code>, <code>cancelled</code>, <code>transferred_away</code>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","name":"GateHills Reseller API","type":"collection"}},"urlObject":{"path":["domains","example.com"],"host":["https://api.gatehills.com/registrar/api/remote"],"query":[],"variable":[]}},"response":[],"_postman_id":"a82d1009-cc1a-4215-905b-5af07b3f2743"},{"name":"Get Transfer Status","id":"ca06aa4d-1d06-48df-977e-0717e819607e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"YOUR_API_KEY"},{"key":"X-API-Secret","value":"YOUR_API_SECRET"}],"url":"https://api.gatehills.com/registrar/api/remote/domains/example.com/transfer","description":"<p>Check the status of an in-progress transfer.</p>\n<p><strong>Success response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ \"success\": true, \"data\": { \"status\": \"pending\" }, \"message\": \"\" }\n</code></pre>\n<p>Statuses: <code>pending</code>, <code>completed</code>, <code>success</code>, <code>failed</code>, <code>rejected</code>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","name":"GateHills Reseller API","type":"collection"}},"urlObject":{"path":["domains","example.com","transfer"],"host":["https://api.gatehills.com/registrar/api/remote"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca06aa4d-1d06-48df-977e-0717e819607e"}],"id":"80e2a8fb-d198-4acd-a392-6f779c92a4c8","_postman_id":"80e2a8fb-d198-4acd-a392-6f779c92a4c8","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","name":"GateHills Reseller API","type":"collection"}}},{"name":"Nameservers","item":[{"name":"Get Nameservers","id":"b66230e9-eef1-47f3-9a6d-23fdbf261d70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"YOUR_API_KEY"},{"key":"X-API-Secret","value":"YOUR_API_SECRET"}],"url":"https://api.gatehills.com/registrar/api/remote/domains/example.com/nameservers","description":"<p><strong>Success response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ \"success\": true, \"data\": { \"nameservers\": [\"ns1.example.com\", \"ns2.example.com\"] } }\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","name":"GateHills Reseller API","type":"collection"}},"urlObject":{"path":["domains","example.com","nameservers"],"host":["https://api.gatehills.com/registrar/api/remote"],"query":[],"variable":[]}},"response":[],"_postman_id":"b66230e9-eef1-47f3-9a6d-23fdbf261d70"},{"name":"Save Nameservers","id":"95cd0f93-3700-4060-bad6-189983646edf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"YOUR_API_KEY"},{"key":"X-API-Secret","value":"YOUR_API_SECRET"}],"body":{"mode":"raw","raw":"{\n  \"nameservers\": [\n    \"ns1.acmehosting.com\",\n    \"ns2.acmehosting.com\",\n    \"ns3.acmehosting.com\"\n  ]\n}"},"url":"https://api.gatehills.com/registrar/api/remote/domains/example.com/nameservers","description":"<p>Update the list of nameservers (max 5).</p>\n<p><strong>Success response:</strong> <code>{ \"success\": true }</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","name":"GateHills Reseller API","type":"collection"}},"urlObject":{"path":["domains","example.com","nameservers"],"host":["https://api.gatehills.com/registrar/api/remote"],"query":[],"variable":[]}},"response":[],"_postman_id":"95cd0f93-3700-4060-bad6-189983646edf"}],"id":"cdc49741-db94-4ed6-991a-a92c74478c0c","_postman_id":"cdc49741-db94-4ed6-991a-a92c74478c0c","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","name":"GateHills Reseller API","type":"collection"}}},{"name":"Contacts","item":[{"name":"Get Contacts","id":"f81e79bc-40e8-4bc4-ba54-e3ff94f52b25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"YOUR_API_KEY"},{"key":"X-API-Secret","value":"YOUR_API_SECRET"}],"url":"https://api.gatehills.com/registrar/api/remote/domains/example.com/contacts","description":"<p><strong>Success response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"data\": {\n    \"contacts\": {\n      \"registrant\": { \"first_name\": \"...\", ... },\n      \"admin\":      { ... },\n      \"tech\":       { ... },\n      \"billing\":    { ... }\n    }\n  }\n}\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","name":"GateHills Reseller API","type":"collection"}},"urlObject":{"path":["domains","example.com","contacts"],"host":["https://api.gatehills.com/registrar/api/remote"],"query":[],"variable":[]}},"response":[],"_postman_id":"f81e79bc-40e8-4bc4-ba54-e3ff94f52b25"},{"name":"Save Contacts","id":"a292ff38-7b71-46d4-ab95-4b97718048d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"YOUR_API_KEY"},{"key":"X-API-Secret","value":"YOUR_API_SECRET"}],"body":{"mode":"raw","raw":"{\n  \"contacts\": {\n    \"registrant\": {\n      \"first_name\": \"John\",\n      \"last_name\": \"Doe\",\n      \"organization\": \"Acme Inc.\",\n      \"email\": \"john.doe@acme.com\",\n      \"phone\": \"+1.4155550100\",\n      \"fax\": \"\",\n      \"address1\": \"123 Market Street\",\n      \"address2\": \"\",\n      \"city\": \"San Francisco\",\n      \"state\": \"CA\",\n      \"postcode\": \"94103\",\n      \"country\": \"US\"\n    },\n    \"admin\":   { \"first_name\": \"John\", \"last_name\": \"Doe\", \"organization\": \"Acme Inc.\", \"email\": \"john.doe@acme.com\", \"phone\": \"+1.4155550100\", \"fax\": \"\", \"address1\": \"123 Market Street\", \"address2\": \"\", \"city\": \"San Francisco\", \"state\": \"CA\", \"postcode\": \"94103\", \"country\": \"US\" },\n    \"tech\":    { \"first_name\": \"John\", \"last_name\": \"Doe\", \"organization\": \"Acme Inc.\", \"email\": \"john.doe@acme.com\", \"phone\": \"+1.4155550100\", \"fax\": \"\", \"address1\": \"123 Market Street\", \"address2\": \"\", \"city\": \"San Francisco\", \"state\": \"CA\", \"postcode\": \"94103\", \"country\": \"US\" },\n    \"billing\": { \"first_name\": \"John\", \"last_name\": \"Doe\", \"organization\": \"Acme Inc.\", \"email\": \"john.doe@acme.com\", \"phone\": \"+1.4155550100\", \"fax\": \"\", \"address1\": \"123 Market Street\", \"address2\": \"\", \"city\": \"San Francisco\", \"state\": \"CA\", \"postcode\": \"94103\", \"country\": \"US\" }\n  }\n}"},"url":"https://api.gatehills.com/registrar/api/remote/domains/example.com/contacts","description":"<p>Update the four domain contacts.</p>\n<p><strong>Success response:</strong> <code>{ \"success\": true }</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","name":"GateHills Reseller API","type":"collection"}},"urlObject":{"path":["domains","example.com","contacts"],"host":["https://api.gatehills.com/registrar/api/remote"],"query":[],"variable":[]}},"response":[],"_postman_id":"a292ff38-7b71-46d4-ab95-4b97718048d4"}],"id":"28b99724-98ed-40aa-b9d2-0f14f117d831","_postman_id":"28b99724-98ed-40aa-b9d2-0f14f117d831","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","name":"GateHills Reseller API","type":"collection"}}},{"name":"Lock & Privacy","item":[{"name":"Get Registrar Lock","id":"dd4a1713-b13a-4fec-abc5-5bffe536ab89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"YOUR_API_KEY"},{"key":"X-API-Secret","value":"YOUR_API_SECRET"}],"url":"https://api.gatehills.com/registrar/api/remote/domains/example.com/lock","description":"<p><strong>Success response:</strong> <code>{ \"success\": true, \"data\": { \"locked\": true } }</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","name":"GateHills Reseller API","type":"collection"}},"urlObject":{"path":["domains","example.com","lock"],"host":["https://api.gatehills.com/registrar/api/remote"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd4a1713-b13a-4fec-abc5-5bffe536ab89"},{"name":"Save Registrar Lock","id":"f7032d52-3b1c-4535-a30e-177808fe2bf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"YOUR_API_KEY"},{"key":"X-API-Secret","value":"YOUR_API_SECRET"}],"body":{"mode":"raw","raw":"{\n  \"locked\": true\n}"},"url":"https://api.gatehills.com/registrar/api/remote/domains/example.com/lock","description":"<p>Enable or disable the transfer lock.</p>\n<p><strong>Success response:</strong> <code>{ \"success\": true }</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","name":"GateHills Reseller API","type":"collection"}},"urlObject":{"path":["domains","example.com","lock"],"host":["https://api.gatehills.com/registrar/api/remote"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7032d52-3b1c-4535-a30e-177808fe2bf4"},{"name":"Toggle ID Protection","id":"31ade64e-a5e5-4170-b928-975a03764c43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"YOUR_API_KEY"},{"key":"X-API-Secret","value":"YOUR_API_SECRET"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": true\n}"},"url":"https://api.gatehills.com/registrar/api/remote/domains/example.com/id-protection","description":"<p>Enable or disable WHOIS privacy.</p>\n<p><strong>Success response:</strong> <code>{ \"success\": true }</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","name":"GateHills Reseller API","type":"collection"}},"urlObject":{"path":["domains","example.com","id-protection"],"host":["https://api.gatehills.com/registrar/api/remote"],"query":[],"variable":[]}},"response":[],"_postman_id":"31ade64e-a5e5-4170-b928-975a03764c43"}],"id":"dd299bdc-6f5d-409c-ad89-5d19050db3ed","_postman_id":"dd299bdc-6f5d-409c-ad89-5d19050db3ed","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","name":"GateHills Reseller API","type":"collection"}}},{"name":"EPP","item":[{"name":"Get EPP Code","id":"06f43c2f-0de5-47ec-bcdd-36c9f15a3633","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"YOUR_API_KEY"},{"key":"X-API-Secret","value":"YOUR_API_SECRET"}],"url":"https://api.gatehills.com/registrar/api/remote/domains/example.com/epp","description":"<p><strong>Success response:</strong> <code>{ \"success\": true, \"data\": { \"epp_code\": \"AUTH-CODE-XYZ\" } }</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","name":"GateHills Reseller API","type":"collection"}},"urlObject":{"path":["domains","example.com","epp"],"host":["https://api.gatehills.com/registrar/api/remote"],"query":[],"variable":[]}},"response":[],"_postman_id":"06f43c2f-0de5-47ec-bcdd-36c9f15a3633"}],"id":"1cf284ba-75e3-44cf-9b9d-8e0ad2c5cbb2","_postman_id":"1cf284ba-75e3-44cf-9b9d-8e0ad2c5cbb2","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","name":"GateHills Reseller API","type":"collection"}}},{"name":"Child Nameservers (Hosts)","item":[{"name":"Register Host","id":"5b61b4a0-9e26-433c-bd3a-7ea799dfdee3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"YOUR_API_KEY"},{"key":"X-API-Secret","value":"YOUR_API_SECRET"}],"body":{"mode":"raw","raw":"{\n  \"hostname\": \"ns1.example.com\",\n  \"ip\": \"192.0.2.10\"\n}"},"url":"https://api.gatehills.com/registrar/api/remote/domains/example.com/hosts","description":"<p>Register a child nameserver (glue record).</p>\n<p><strong>Success response:</strong> <code>{ \"success\": true }</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","name":"GateHills Reseller API","type":"collection"}},"urlObject":{"path":["domains","example.com","hosts"],"host":["https://api.gatehills.com/registrar/api/remote"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b61b4a0-9e26-433c-bd3a-7ea799dfdee3"},{"name":"Modify Host","id":"fcd15486-3cdd-404a-a380-24611d53f8ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"YOUR_API_KEY"},{"key":"X-API-Secret","value":"YOUR_API_SECRET"}],"body":{"mode":"raw","raw":"{\n  \"new_hostname\": \"ns1new.example.com\",\n  \"ip\": \"192.0.2.20\"\n}"},"url":"https://api.gatehills.com/registrar/api/remote/domains/example.com/hosts/ns1.example.com","description":"<p>Modify hostname or IP of an existing child nameserver.</p>\n<p><strong>Success response:</strong> <code>{ \"success\": true }</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","name":"GateHills Reseller API","type":"collection"}},"urlObject":{"path":["domains","example.com","hosts","ns1.example.com"],"host":["https://api.gatehills.com/registrar/api/remote"],"query":[],"variable":[]}},"response":[],"_postman_id":"fcd15486-3cdd-404a-a380-24611d53f8ad"},{"name":"Delete Host","id":"e3076778-4fa2-42dc-8398-7e75eb66122e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"YOUR_API_KEY"},{"key":"X-API-Secret","value":"YOUR_API_SECRET"}],"url":"https://api.gatehills.com/registrar/api/remote/domains/example.com/hosts/ns1.example.com","description":"<p>Delete a child nameserver.</p>\n<p><strong>Success response:</strong> <code>{ \"success\": true }</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","name":"GateHills Reseller API","type":"collection"}},"urlObject":{"path":["domains","example.com","hosts","ns1.example.com"],"host":["https://api.gatehills.com/registrar/api/remote"],"query":[],"variable":[]}},"response":[],"_postman_id":"e3076778-4fa2-42dc-8398-7e75eb66122e"}],"id":"501e05f0-b054-4133-94af-3e6256012804","_postman_id":"501e05f0-b054-4133-94af-3e6256012804","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","name":"GateHills Reseller API","type":"collection"}}},{"name":"Search & Suggest","item":[{"name":"Check Single Domain","id":"ad2ab899-de48-4c14-9aa4-4a84cee80c1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"YOUR_API_KEY"},{"key":"X-API-Secret","value":"YOUR_API_SECRET"}],"body":{"mode":"raw","raw":"{\n  \"domain\": \"example.com\"\n}"},"url":"https://api.gatehills.com/registrar/api/remote/domains/check","description":"<p><strong>Success response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"data\": {\n    \"results\": [\n      { \"domain\": \"example.com\", \"available\": true, \"premium\": false, \"price\": null, \"currency\": \"\" }\n    ]\n  }\n}\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","name":"GateHills Reseller API","type":"collection"}},"urlObject":{"path":["domains","check"],"host":["https://api.gatehills.com/registrar/api/remote"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad2ab899-de48-4c14-9aa4-4a84cee80c1f"},{"name":"Check Bulk Domains","id":"bdb6fca8-44f0-40f5-a1d2-a6ef788c6c3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"YOUR_API_KEY"},{"key":"X-API-Secret","value":"YOUR_API_SECRET"}],"body":{"mode":"raw","raw":"{\n  \"domains\": [\n    \"example.com\",\n    \"example.net\",\n    \"example.org\",\n    \"example.io\"\n  ]\n}"},"url":"https://api.gatehills.com/registrar/api/remote/domains/check/bulk","description":"<p>Check availability for multiple domains in a single call.</p>\n<p><strong>Success response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"data\": {\n    \"results\": [\n      { \"domain\": \"example.com\", \"available\": true,  \"premium\": false, \"price\": null,   \"currency\": \"\" },\n      { \"domain\": \"example.net\", \"available\": false, \"premium\": false, \"price\": null,   \"currency\": \"\" },\n      { \"domain\": \"example.org\", \"available\": true,  \"premium\": true,  \"price\": 199.0, \"currency\": \"USD\" }\n    ]\n  }\n}\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","name":"GateHills Reseller API","type":"collection"}},"urlObject":{"path":["domains","check","bulk"],"host":["https://api.gatehills.com/registrar/api/remote"],"query":[],"variable":[]}},"response":[],"_postman_id":"bdb6fca8-44f0-40f5-a1d2-a6ef788c6c3b"},{"name":"Suggest Domains","id":"352b9fe9-a198-4714-82da-54d5fc2de953","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"YOUR_API_KEY"},{"key":"X-API-Secret","value":"YOUR_API_SECRET"}],"body":{"mode":"raw","raw":"{\n  \"keyword\": \"example\",\n  \"tlds\": [\"com\", \"net\", \"io\", \"app\"]\n}"},"url":"https://api.gatehills.com/registrar/api/remote/domains/suggest","description":"<p>Domain suggestions based on a keyword.</p>\n<p><strong>Response:</strong> same format as <code>/domains/check/bulk</code>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","name":"GateHills Reseller API","type":"collection"}},"urlObject":{"path":["domains","suggest"],"host":["https://api.gatehills.com/registrar/api/remote"],"query":[],"variable":[]}},"response":[],"_postman_id":"352b9fe9-a198-4714-82da-54d5fc2de953"}],"id":"3bec1baf-0878-4d64-87b4-f85517a734d3","_postman_id":"3bec1baf-0878-4d64-87b4-f85517a734d3","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","id":"14ba474e-95ff-4e27-b087-aa81b4be8e31","name":"GateHills Reseller API","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"YOUR_API_KEY"}]}},"variable":[{"key":"baseUrl","value":"https://api.gatehills.com/registrar/api/remote"},{"key":"apiKey","value":"YOUR_API_KEY"},{"key":"apiSecret","value":"YOUR_API_SECRET"},{"key":"domain","value":"example.com"}]}