Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Maximum length:
100
Available options:
text
, image
, file
, custom
, video
, audio
, imagemap
Maximum length:
150
isDeleted:
null(default)
- Show both message is actived and message is inactived.true
- Show message is inactived only.false
- Show message is actived only.
Used for querying messages by matching all specified tags. When a query includes multiple tags (e.g., tags=['tag1', 'tag2', 'tag3']
), the system will return all messages that have all the specified tags.
Maximum length:
10
Used for querying messages by excluding all specified tags. When a query includes multiple tags (e.g., excludeTags=['tag1', 'tag2', 'tag3']
), the system will return all messages that do not have any of the specified tags.
Maximum length:
10