Server-Side-Auth
All server-side API requests must be made over HTTPS using a base64 encoded API key. You can generate an API key by creating a team in settings page.
- Authentication: HTTP Basic Auth.
- Username: Your API key as the basic auth username.
- Password: You do not need to provide a password. However, some REST clients expect a username:password pair separated by a colon. If so, you can use a colon as the password.
Security Scheme Type: HTTP
HTTP Authorization Scheme: basic