List Labels
List all labels associated to a conversation.
Settings:
URL | https://online.99digital.co.il/api/v1/accounts/{account_id}/conversations/{conversation_id}/labels |
Method | JSON via GET |
Authorization:
Header Parameter | Description |
api_access_token | user API key |
The user API key provides access to endpoints based on the user permissions levels and can be obtained by visiting the profile page.
Path Parameters:
Parameter | Description | Required |
account_id | The numeric id of the account | yes |
conversation_id | The numeric id of the conversation | yes |
Response:
{
"payload": ["string"]
}
Response-Explain:
Parameter | Description |
payload | Array of strings (label) |