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

# Customer details API

> Endpoint for doing various actions connected to the customer domain

# Introduction

Enfuce API offers ways to operation on account, card and customer level.

<CardGroup cols={2}>
  <Card title="Download OpenAPI specification" href="https://enfuce-public-resources.s3.eu-central-1.amazonaws.com/public/api/cia/external/customer/customer.json" />
</CardGroup>

For any questions, contact us:

* [Enfuce Support Portal](https://enfuce.atlassian.net/servicedesk/customer/portal/6)
* [Enfuce website](https://enfuce.com)

## Authentication

Basic authentication is used to authenticate towards Enfuce API. It is described in more detail in RFC 7617.

|                            |       |
| :------------------------- | :---- |
| Security Scheme Type:      | HTTP  |
| HTTP Authorization Scheme: | basic |

<CardGroup cols={2}>
  <Card title="Get customer information" icon="arrow-right" href="/payment/api/get-customer-information" horizontal />

  <Card title="Create a customer" icon="arrow-right" href="/payment/api/create-a-customer" horizontal />

  <Card title="Update a customer" icon="arrow-right" href="/payment/api/update-a-customer" horizontal />

  <Card title="Customer hierarchy" icon="arrow-right" href="/payment/api/customer-hierarchy" horizontal />
</CardGroup>
