# Partners

Manage partner integrations.

## List sub-accounts

 - [GET /companies](https://developers.signable.app/openapi/partners/getcompanies.md): Returns a paginated list of sub-accounts associated with the Partner account.

This endpoint is only available to Signable Partners.

## Create a sub-account

 - [POST /companies](https://developers.signable.app/openapi/partners/createcompany.md): Creates a new sub-account under the Partner account.

This endpoint is only available to Signable Partners.

## Get a sub-account

 - [GET /companies/{company_id}](https://developers.signable.app/openapi/partners/getcompany.md): Returns details about a specific sub-account associated with the Partner account.

This endpoint is only available to Signable Partners.

## Update a sub-account

 - [PUT /companies/{company_id}](https://developers.signable.app/openapi/partners/updatecompany.md): Updates details of a specific sub-account associated with the authenticated Partner account.

This endpoint is only available to Signable Partners.

## Delete a sub-account

 - [DELETE /companies/{company_id}](https://developers.signable.app/openapi/partners/deletecompany.md): Permanently deletes a sub-account (company) from the Partner account.

This operation is irreversible and can only be performed by Signable Partners.

## View usage for all sub-accounts

 - [GET /usage](https://developers.signable.app/openapi/partners/getcompaniesusage.md): Retrieves usage data for all sub-accounts under a Partner account, including current and previous period comparisons.

This endpoint is only available to Signable Partners.

