# Get a list of interaction sources for account

```http
GET https://api.synup.com/api/v4/reviews/site-config
```

Use this endpoint to list the interaction sources for a particular account as per the account's subscription.

Source: https://developer.synup.com/api/reviews/get-a-list-of-interaction-sources-for-account

## Example request

```bash
curl -X GET 'https://api.synup.com/api/v4/reviews/site-config' \
  -H 'Authorization: API YOUR_API_KEY' \
  -H 'Content-Type: application/json'
```

## Responses

| Status | Description |
| --- | --- |
| `200` |  |
