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

# API Reference

> The three REST APIs behind didx:me — onboarding, credentials, and wallet.

didx:me exposes three REST APIs. They share one access token, but each has its own base URL and OpenAPI spec. Every endpoint page below has a live "Try it" playground that calls the test environment — paste a token and send a real request.

<CardGroup cols={2}>
  <Card title="Consumer Onboarding" icon="user-plus" href="/products/didx-me/api-reference/v1/consumer-onboarding/users/onboard-a-user-in-the-authenticated-tenant">
    Onboard users into your authenticated tenant and look them up by username or external identifier.
  </Card>

  <Card title="Credentials" icon="id-card" href="/products/didx-me/api-reference/v1/me-creds/legacy-credentials/create-a-new-issuance">
    Issue and revoke credentials, manage templates and presets, and configure endpoints, trusted entities, and
    certificates.
  </Card>

  <Card title="Presentations" icon="badge-check" href="/products/didx-me/api-reference/v1/me-creds/presentations/create-a-new-presentation">
    Request presentations and read the proofs holders share back, with reusable templates and presets.
  </Card>

  <Card title="Wallet" icon="wallet" href="/products/didx-me/api-reference/v1/me-wallet/tenants/create-a-new-tenant-for-a-user">
    Holder-side integration: tenants, wallet credentials, presentations, and organisation flows.
  </Card>
</CardGroup>

## Base URLs

| API                         | Base URL                                            |
| --------------------------- | --------------------------------------------------- |
| Consumer Onboarding         | `https://test.didxtech.com/consumer-onboarding/api` |
| Credentials & Presentations | `https://test.didxtech.com/me-creds/api`            |
| Wallet                      | `https://test.didxtech.com/me-wallet/api`           |

## Before you start

<Card title="Authentication" icon="key" href="/products/didx-me/getting-started/authentication">
  Every request needs a Bearer access token. Here's how to get one.
</Card>

<Tip>
  New to didx:me? The [Quickstart](/products/didx-me/getting-started/quickstart) issues your first credential in 10
  minutes.
</Tip>
