# Get Instance Info

## to get instance data

<mark style="color:blue;">`GET`</mark> `https://api.cartat.net/instance`

#### Headers

| Name                                            | Type             | Description                                                                           |
| ----------------------------------------------- | ---------------- | ------------------------------------------------------------------------------------- |
| Accept<mark style="color:red;">\*</mark>        | application/json |                                                                                       |
| Content-Type<mark style="color:red;">\*</mark>  | application/json |                                                                                       |
| Authorization<mark style="color:red;">\*</mark> | Bearer {{token}} | you can find your access token [here](https://docs.cartat.net/cartat-api/get-started) |

{% tabs %}
{% tab title="200: OK " %}
{% code lineNumbers="true" fullWidth="true" %}

```json
{
    "instance_id": "11111346",
    "user": "96653000000",
    "phase": "كارتات",
    "profile_pic": "https://pps.whatsapp.net/v/t61.24694-24/3286603766002126697_n.jpg?ccb=11-4&oh=01_AdS4Jw6yxv9cn2F5chSUOrQQqCngGLoY-tMzgA6QNY4Z-A&oe=64E53AF0"
}
```

{% endcode %}
{% endtab %}
{% endtabs %}
