To start with our API you need a valid API token. You can generate API tokens in your TeamGrid settings. Tokens are only valid for a specific team. It will be possible to limit the permissions for tokens in the near future. Responses will only include data, that is associated with the team in which the token was created.

To authenticate with our API, you have to provide your bearer token in the "Authorization" header. If the authentication fails, our API responds with a 401 status code.

GET /teams HTTPS/1.1
Host: api.teamgrid.app
Authorization: Bearer <your_token>