> For the complete documentation index, see [llms.txt](https://docs.patascore.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.patascore.com/financial-education/subscribe-customer-to-a-module.md).

# Customer Subscription

## Customer Subscription

<mark style="color:green;">`POST`</mark> `{{BASE_URL}}/api/v1/fe/program/customer/add`

This endpoint allows you to get free cakes.

#### Headers

| Name           | Type   | Description                                                    |
| -------------- | ------ | -------------------------------------------------------------- |
| Authentication | string | Authentication token to track down who is emptying our stocks. |

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```
{
    "status": 200,
    "message": "Session created successfully",
    "data": {
        "customer_uuid": "508fb56e-9578-4b99-83b6-ebff46e2db30",
        "session_uuid": "7ba802b0-4ac8-4288-8047-dad3046ac738"
    }
}

```

{% endtab %}

{% tab title="404 Could not find a cake matching this query." %}

```
{    "message": "Ain't no cake like that."}
```

{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="Request Body" %}

```
{
    "program_identifier": 49,
    "customer_uuid": "508fb56e-9578-4b99-83b6-ebff46e2db30",
    "module": "1ea7759a-6d49-488e-b8df-364f720707d8"
}

```

{% endtab %}
{% endtabs %}
