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

# Overview

> Provision and manage Allo accounts for your customers as a reseller.

A **partner** is an account authorized by Allo to resell Allo as part of its own product — a white-label reseller.

## Getting partner access

The `PARTNER` scope is granted manually to approved resellers — it cannot be self-issued. To become a reseller and receive a `PARTNER`-scoped key, see the [Partner Program](/en/support/partner-program) or reach out to [partnership@themobilefirst.co](mailto:partnership@themobilefirst.co).

## Billing

Every account you provision adds one seat to your subscription (your reseller rate applies). Nothing is charged to your customer by Allo — you bill them yourself, and Allo invoices you once per month for all of your accounts together.

## Endpoints

| Method   | Path                            | Description                                                |
| -------- | ------------------------------- | ---------------------------------------------------------- |
| `POST`   | `/v2/api/partner/accounts`      | Create an account, provision a number, return a scoped key |
| `GET`    | `/v2/api/partner/accounts/{id}` | Get an account's status and activation state               |
| `DELETE` | `/v2/api/partner/accounts/{id}` | Deactivate an account (releases the seat at period end)    |
