> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hostrox.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Getting Started

> Introduction to the Hostrox Reseller API

With the **Reseller API** service, your resellers can easily perform a wide range of operations over the API.

## Requirements

* The API service can only be used by customers with **reseller** status.
* To use the API service, you must have your **API Key** and **API URL**. (How to find these is explained on the next page.)
* The customer account must have **sufficient credit**. (Required for purchase, renewal, and upgrade operations performed via the API.)

## What can you do over the API?

<CardGroup cols={2}>
  <Card title="List Products & Services" icon="box" href="/reseller-api/actions/list-products">
    List the products and services available to your reseller account.
  </Card>

  <Card title="Purchase a New Service" icon="cart-plus" href="/reseller-api/actions/create-order">
    Place a new order for a hosting, domain, or other service.
  </Card>

  <Card title="Renew Service Period" icon="rotate" href="/reseller-api/actions/renew-order">
    Renew an active service for another billing cycle.
  </Card>

  <Card title="Upgrade Service Package" icon="arrow-up-right-dots" href="/reseller-api/actions/upgrade-service">
    Move a service to a higher (or different) package.
  </Card>

  <Card title="View Service Details" icon="file-magnifying-glass" href="/reseller-api/actions/order-details">
    Fetch the full details of an existing service.
  </Card>

  <Card title="Create Cancellation Request" icon="ban" href="/reseller-api/actions/cancel-request">
    Submit a cancellation request for an active service.
  </Card>

  <Card title="Change Service Domain" icon="globe" href="/reseller-api/actions/change-domain">
    Change the primary domain associated with a service.
  </Card>

  <Card title="Web Hosting Password Change" icon="lock" href="/reseller-api/actions/change-hosting-password">
    Update the control panel password of a hosting service.
  </Card>

  <Card title="List Existing Services" icon="list" href="/reseller-api/actions/list-orders">
    List all services placed through your reseller account.
  </Card>

  <Card title="View Account Balance" icon="wallet" href="/reseller-api/actions/check-balance">
    View your current account balance information.
  </Card>
</CardGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="Access & Authorization" icon="key" href="/reseller-api/access-and-authorization">
    Find your API Key and API URL, and authorize requests.
  </Card>

  <Card title="Usage Examples" icon="code" href="/reseller-api/usage-examples">
    Working request examples in multiple languages.
  </Card>
</CardGroup>
