Tags colors
Method#
/business/tags/colors#
GET https://api.z-api.io/instances/{{instanceId}}/token/{{instanceToken}}/business/tags/colors
Header#
| Key | Value |
|---|---|
| Client-Token | ACCOUNT SECURITY TOKEN |
Concept#
This method allows you to list available tags colors.
Important
This method is only available for WhatsApp Business accounts.
Response#
200#
| Attributes | Type | Description |
|---|---|---|
| {{COLOR_INDEX}} | string | Hexadecimal of color |
Example
Tip
Colors may vary between different platforms (Android/iPhone).
405#
In this case, make sure you are correctly sending the method specification, i.e., check if you sent POST or PUT as specified at the beginning of this topic.
415#
If you receive a 415 error, make sure to add the "Content-Type" header to the request object you are sending, which in most cases is "application/json".