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

# Endpoints

> Full API Reference

<CardGroup cols={2}>
  <Card title="Customers" icon="user" href="/docs/api-reference/endpoint/create">
    Manage customer data
  </Card>

  <Card title="Subscriptions" icon="rotate" href="/docs/api-reference/endpoint/get">
    Manage recurring billing
  </Card>
</CardGroup>

## Customers

<OpenApiMethod method="get" path="/customers" />

<OpenApiMethod method="post" path="/customers" />

## Subscriptions

<OpenApiMethod method="post" path="/subscriptions" />
