Jump to Content
Home
Guides
API Reference
Announcements
Discussions
v1.0
LiveSwitch Exchange
Log In
API Reference
LiveSwitch Exchange
Log In
v1.0
Home
Guides
API Reference
Announcements
Discussions
Retrieves a list of tags
Search
All
Pages
Start typing to search…
JUMP TO
Getting Started
Authentication
My Requests
LiveSwitch Public API
Contacts
Creates a new contact
post
Gets a list of contacts
get
Gets a contact by id.
get
Gets a contact by phone. Make sure you use the same format you used to create the initial contact. While we make every effort to avoid duplication and consistent lookups, if poor data is stored in the first place, this lookup will be poor as well.
get
Updates a contact, given its ID. Supports partial updates.
put
Deletes a contact.
del
Conversations
Creates a conversation
post
Retrieves a list of conversations
get
Gets a conversation by id
get
Documents
Gets a document by id.
get
Gets documents by conversation id.
get
Gets documents by project id.
get
Gets snapshots by conversation id.
get
Gets snapshots by project id.
get
Gets files by conversation id.
get
Gets files by project id.
get
Me
Gets the current user based on the access token.
get
Organizations
Gets your currently logged in organization settings.
get
Projects
Creates a project
post
Retrieves a list of projects
get
Gets a project by id
get
Updates a project. Supports partial updates.
put
Recordings
Gets a recording by id.
get
Gets recordings by conversation id.
get
Gets recordings by project id.
get
Webhooks
Creates a webhook.
post
Gets a webhook by id.
get
Gets a list of all webhooks for this organization
get
Gets a list of all webhooks for this organization and the specific app
get
Updates a webhoook
put
Deletes a webhook
del
Deletes all webhooks by app id
del
Tags
Creates a tag
post
Retrieves a list of tags
get
Updates a tag. Supports partial updates.
put
Powered by
Retrieves a list of tags
get
https://public-api.production.liveswitch.com/v1/tags
Required scope:
tags
Language
Shell
Node
Ruby
PHP
Python
Credentials
OAuth2
OAuth2
Bearer
Log in to use your API keys
RESPONSE
Click
Try It!
to start a request and see the response here!