# API

## Save Contact

{% hint style="info" %}
You can get the account ID and group ID by raising a support ticket.
{% endhint %}

<mark style="color:green;">`POST`</mark> `https://webapi.chatio.io/api/contact/save-contacts`

**Select Payload Type**

Raw Json

**Data**

{ "accountId": 0, "countryCode": "string", "groupId": 0, "groupName": "string", "contactDetails": \[ { "id": 0, "accountId": 0, "firstName": "string", "middleName": "string", "lastName": "string", "companyName": "string", "mobileNumber": "string", "nationalNumber": "string", "countryCode": "string", "emailId": "string", "address": "string", "city": "string", "state": "string", "country": "string", "zipCode": "string", "weddingDate": "2023-06-17T14:43:40.357Z", "anniversaryDate": "2023-06-17T14:43:40.357Z", "birthDate": "2023-06-17T14:43:40.357Z", "website": "string", "nickName": "string", "column1": "string", "column2": "string", "column3": "string", "column4": "string", "column5": "string", "column6": "string", "column7": "string", "column8": "string", "column9": "string", "column10": "string", "column11": "string", "column12": "string", "column13": "string", "column14": "string", "column15": "string", "doc": "2023-06-17T14:43:40.357Z", "dom": "2023-06-17T14:43:40.357Z", "isdeleted": 0, "isArchived": 0, "source": "string", "countryName": "string", "isSubscribed": 0 } ] }

{% tabs %}
{% tab title="200: OK " %}

{% endtab %}

{% tab title="400: Bad Request " %}

{% endtab %}

{% tab title="401: Unauthorized " %}

{% endtab %}
{% endtabs %}
