Authentication
All Sym APIs require a Sym Token as a Bearer Token in the Authorization Header.
Authorization: Bearer {SYM_JWT}
If your organization does not yet have a Bot User, create one with
symflow bots create [bot-name]
then issue a new Token with the desired expiry length
symflow tokens issue -u [bot-name] -e [expiry] --label "Sym API Token"
Don't Forget to Save your Token!
The
symflow tokens issue
command will output a JWT for you to use, and this will be the only time the token is displayed! Make sure to save it somewhere secure.
For more information, please visit Bot Users and Tokens
Updated over 1 year ago