Bots

Authenticate as Bot

Exchange a bot ID and secret token for a JWT access token.

post/bots/login

Request body

botIdstring uuid required
tokenstring required

Response

accessTokenstring required
refreshTokenstring nullable

If the refresh token is not provided, you can continue using the same refresh token.