> For the complete documentation index, see [llms.txt](https://apidocs.extraaedge.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidocs.extraaedge.com/master.md).

# API Integration

## Add a new Lead

<mark style="color:green;">`POST`</mark> `https://thirdpartyapi.extraaedge.com/api/SaveRequest`

This endpoint allows you to add a lead in ExtraaEdge CRM

#### Request Body

| Name         | Type   | Description                                 |
| ------------ | ------ | ------------------------------------------- |
| AuthToken    | string | Token to be collected from ExtraaEdge team  |
| Source       | string | Source to be collected from Extraaedge team |
| FirstName    | string | First name of the student                   |
| LastName     | string | Last name of the student                    |
| Email        | string | The email address of the student            |
| MobileNumber | string | Mobile number of the student                |
| Course       | string | The Course of the student                   |
| Center       | string | The center selected by the student          |

{% tabs %}
{% tab title="200 Lead added successfully" %}

```
Success
```

{% endtab %}
{% endtabs %}
