AI Studio Resource Centre
Api referencesTags

List tags

This request retrieves a list of existing tags.

GET https://api-v7.express-chat.com/inbox/tags

Headers

NameValue
Content-Typeapplication/json
AuthorizationBearer <token>
authtypeKey

Responses

Sample Requests

Replace <token> in the below example requests with your valid Bearer token

curl 'https://api-v7.express-chat.com/inbox/tags' 
  -X 'GET' 
  -H 'Authorization: Bearer <token>' 
  -H 'Content-Type: application/json' 
  -H 'authtype: Key' 
  --compressed

❓ Got any questions?

If you have any questions, you can look into our repository of FAQs, most likely, you will find your answer here, If not, write us at production@S10U.co.za.

On this page