Quick Start
Authenication
First, you need an authorized access token for your bot to connect. You can get this token by creating a bot on teamly.one/developers. Once you have the token you must include it in all API requests in the Authorization header as a bearer token
Example Request
curl -H "Authorization: Bot YOUR_BOT_ACCESS_TOKEN" \
"https://api.teamly.one/api/v1/me"
Last modified: 8 days ago