# Introduction

Register, transfer, renew, and manage domains programmatically as a Hostraha reseller.

The Hostraha Domain Reseller API lets you resell domains from your own systems. Once you order and activate the Domain Reseller module, you authenticate with your reseller credentials and drive the full domain lifecycle over HTTPS.

With the API you can:

- Check availability and get name suggestions across the supported TLDs.
- Order domains: register, transfer in, and renew.
- Manage contacts, nameservers (including child/glue records), and the registrar lock.
- Manage DNS records, email forwarding, and ID protection.
- Retrieve EPP codes, release domains for transfer out, and request deletion.
- Read your prepaid credit balance before you order.

## Base URL

All requests go to a single endpoint, with the action appended to the path:

```
https://portal.hostraha.com/modules/addons/DomainsReseller/api/index.php
```

For example, `GET /version` is a request to `.../index.php/version`.

## Get started

<Columns cols={2}>
  <Card title="Quickstart" href="/quickstart">
    Go from activation to your first registration in four steps.
  </Card>
  <Card title="Authentication" href="/guides/authentication">
    Compute the hourly HMAC token and set the two request headers.
  </Card>
  <Card title="Order and activate" href="/guides/ordering-and-activation">
    Order the reseller module, verify your email, and find your API key.
  </Card>
  <Card title="API reference" href="/api-reference/introduction">
    Every endpoint, parameter, and captured response.
  </Card>
</Columns>

## Explore the API

<Columns cols={2}>
  <Card title="Availability & pricing" href="/api-reference/availability">
    Look up domains, get suggestions, and read TLD pricing.
  </Card>
  <Card title="Ordering" href="/api-reference/register">
    Register, transfer, and renew domains.
  </Card>
  <Card title="Domain management" href="/api-reference/information">
    Contacts, nameservers, DNS, locks, EPP, and deletion.
  </Card>
  <Card title="Account" href="/api-reference/account">
    Read your credit balance and the API version.
  </Card>
</Columns>
