# User Feedback via API

1 min read

The contents of the Feedback are explained here: [Feedback](https://docs.unique.ai/administrators/insights-measurement/feedback)

# Access Token & URL [Copy link to this section](https://docs.unique.ai/developers/software-development-kit-sdk/apis-graphql-internal-apis-for-admins/analytics-apis/user-feedback-via-api#access-token-url "Copy link to this section")

You can see here how to get an access token and the URL: [How to get a Token for the GraphQL APIs](https://docs.unique.ai/developers/software-development-kit-sdk/apis-graphql-internal-apis-for-admins/how-to-get-a-token-for-the-graphql-apis)

# Feedback API: [Copy link to this section](https://docs.unique.ai/developers/software-development-kit-sdk/apis-graphql-internal-apis-for-admins/analytics-apis/user-feedback-via-api#feedback-api "Copy link to this section")

```
curl '<HOST OF URL>/chat-gen2/feedback?startDate=2024-05-03' \
  -X GET \
  -H 'content-type: application/json' \
  -H 'Authorization: Bearer <ACCESS_TOKEN>'
```
