> For the complete documentation index, see [llms.txt](https://docs.enclave.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enclave.money/integrate-with-enclave-money/api-reference/passkey-account.md).

# Passkey Account

**Base URL**

```
https://api.enclave.money
```

**Authorization**

```
Headers: {
    ...
    Authorization: <YOUR_API_KEY>
}
```

{% openapi src="<https://hyperapp.in/api-docs.json>" path="/v3/webauthn/register/generate-options" method="get" %}
<https://hyperapp.in/api-docs.json>
{% endopenapi %}

{% openapi src="<https://hyperapp.in/api-docs.json>" path="/v3/webauthn/register/verify" method="post" %}
<https://hyperapp.in/api-docs.json>
{% endopenapi %}

{% openapi src="<https://enclave-b2b-api-wgltufiroq-el.a.run.app/api-docs.json>" path="/webauthn/authenticate/generate-options" method="get" %}
<https://enclave-b2b-api-wgltufiroq-el.a.run.app/api-docs.json>
{% endopenapi %}

{% openapi src="<https://enclave-b2b-api-wgltufiroq-el.a.run.app/api-docs.json>" path="/webauthn/authenticate/verify" method="post" %}
<https://enclave-b2b-api-wgltufiroq-el.a.run.app/api-docs.json>
{% endopenapi %}

{% openapi src="<https://hyperapp.in/api-docs.json>" path="/v3/webauthn/transaction/generate-options" method="post" %}
<https://hyperapp.in/api-docs.json>
{% endopenapi %}

{% openapi src="<https://hyperapp.in/api-docs.json>" path="/v3/webauthn/transaction/verify" method="post" %}
<https://hyperapp.in/api-docs.json>
{% endopenapi %}
