BotService
Methods
[POST]
login
Generating jwt token.
/api/v3/botService/login example
Parameters
domain:
string
Your account name
access_token:
string
Your api token
channel_uuid:
string
Your custom channel uuid
Returns
A couple of tokens
default:
Command execution error
[POST]
refreshToken
Refreshing jwt token.
/api/v3/botService/refreshToken example
Parameters
refresh_token:
string
Your refresh token.
Returns
A couple of tokens
default:
Command execution error
[POST]
/{channel_uuid} - Send event to channel
Send event to channel
/{channel_uuid} example
Parameters
channel_uuid:
string
Your channel uuid. Set in query path. See an example.
JWT:
string
It is a header and must be in queries headers. See an example.
request:
Send event to channel
Returns
200:
Event processing result
default:
Command execution error