- Accounts
- Account Users
- AgentBots
- Users
- Inbox API
- Contacts API
- Conversations API
- Messages API
- Contact Labels
- CSAT Survey Page
- Account AgentBots
- Agents
- Canned Responses
- Canned Response
- Custom Attributes
- Contacts
- Contact
- Automation Rule
- Help Center
- Conversations
- Conversation Assignment
- Conversation Labels
- Inboxes
- Messages
- Integrations
- Profile
- Teams
- Custom Filters
- Webhooks
- Reports
List Labels
GET
/api/v1/accounts/{account_id}/conversations/{conversation_id}/labels
Conversation Labels
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/accounts//conversations//labels'
Response Response Example
200 - Example 1
{
"payload": [
"string"
]
}
Request
Path Params
account_id
stringÂ
required
conversation_id
stringÂ
required
Responses
🟢200OK
application/json; charset=utf-8
Body
payload
array[string]
optional
🟠401Unauthorized
🟠404Record Not Found