Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/rest-api/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,19 @@ List of Endpoints (GET/POST/PUT)
| ------- | ------------------------------------------------ | ----------- |
| GET | https://api.helpshift.com/v1/ `<domain>` /agents | get agents |

### User Hub Bulk APIs

| Command | Request URL | Description |
| ------- | ------------------------------------------------------------------------------------ | ------------------------------ |
| POST | https://api.helpshift.com/v2/ `<domain>` /identity/bulk_actions/ | create bulk tasks |
| GET | https://api.helpshift.com/v2/ `<domain>` /identity/bulk_actions/`{task-id}` | retrieve task information |
| GET | https://api.helpshift.com/v2/ `<domain>` /identity/bulk_actions/`{task-id}`/errors | retrieve task errors (if any) |
| GET | https://api.helpshift.com/v2/ `<domain>` /identity/bulk_actions/`{task-id}`/results | retrieve task results |

<Admonition type="info" title="Note">
User Hub Bulk APIs are in Beta Phase, please contact customer success to know more about it.
</Admonition>

## Webhooks

Helpshift Webhooks allow you to set up an integration with a third party service, such as Slack, PowerBI, a bot engine, and others, based on Helpshift events.
Expand Down