# REST APIs

- [OAuth](https://developer.acquire.io/master/rest-apis/oauth.md)
- [Authorization](https://developer.acquire.io/master/rest-apis/oauth/authorization.md)
- [Tracklog](https://developer.acquire.io/master/rest-apis/oauth/tracklog.md)
- [Profiles API](https://developer.acquire.io/master/rest-apis/profiles-api.md)
- [Profile List](https://developer.acquire.io/master/rest-apis/profiles-api/user.md)
- [Thread](https://developer.acquire.io/master/rest-apis/profiles-api/thread.md)
- [Feedback](https://developer.acquire.io/master/rest-apis/profiles-api/feedback.md)
- [Profile Details](https://developer.acquire.io/master/rest-apis/profiles-api/profile-details.md)
- [Message](https://developer.acquire.io/master/rest-apis/profiles-api/message.md)
- [Tags](https://developer.acquire.io/master/rest-apis/profiles-api/tags.md)
- [Profile Agents](https://developer.acquire.io/master/rest-apis/profiles-api/profile-agents.md)
- [Campaigns](https://developer.acquire.io/master/rest-apis/profiles-api/campaigns.md)
- [Profile Add Update](https://developer.acquire.io/master/rest-apis/profiles-api/profile-add-update.md)
- [Profile Delete](https://developer.acquire.io/master/rest-apis/profiles-api/profile-delete.md)
- [Profile Visit History](https://developer.acquire.io/master/rest-apis/profiles-api/profile-visit-history.md)
- [Sender Emails](https://developer.acquire.io/master/rest-apis/profiles-api/sender-emails.md)
- [Chat](https://developer.acquire.io/master/rest-apis/chat.md)
- [Chat Notes](https://developer.acquire.io/master/rest-apis/chat/chat-notes.md)
- [Analytics](https://developer.acquire.io/master/rest-apis/analytics.md)
- [Chat Statistics](https://developer.acquire.io/master/rest-apis/analytics/chat-statistics.md)
- [Team Analytics](https://developer.acquire.io/master/rest-apis/analytics/team-analytics.md)
- [Conversion Rate](https://developer.acquire.io/master/rest-apis/analytics/conversion-rate.md)
- [Chat Tag](https://developer.acquire.io/master/rest-apis/analytics/chat-tag.md)
- [Co browsing](https://developer.acquire.io/master/rest-apis/analytics/co-browsing.md)
- [Agent](https://developer.acquire.io/master/rest-apis/agent.md)
- [Agents List](https://developer.acquire.io/master/rest-apis/agent/agents-list.md)
- [Agent add](https://developer.acquire.io/master/rest-apis/agent/agent-add.md)
- [Edit / Get-agent](https://developer.acquire.io/master/rest-apis/agent/edit-get-agent.md)
- [Update](https://developer.acquire.io/master/rest-apis/agent/update.md)
- [Trigger](https://developer.acquire.io/master/rest-apis/trigger.md)
- [Triggers List](https://developer.acquire.io/master/rest-apis/trigger/triggers-list.md)
- [Triggers Detail](https://developer.acquire.io/master/rest-apis/trigger/triggers-detail.md)
- [Operating Hours](https://developer.acquire.io/master/rest-apis/operating-hours.md)
- [Save Operating Hours](https://developer.acquire.io/master/rest-apis/operating-hours/save-operating-hours.md)
- [Get Operating Hours](https://developer.acquire.io/master/rest-apis/operating-hours/get-operating-hours.md)
- [Cobrowse](https://developer.acquire.io/master/rest-apis/cobrwose-endpoints.md): Access your cobrowse analytics.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.acquire.io/master/rest-apis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
