Authentication
All API requests require Bearer token authentication. Create a token in Settings > Developer of your workspace. The token shown on creation is the complete token to use — copy it entirely in Authorization: Bearer, it's only shown once.
Authentication header
Authorization: Bearer YOUR_TOKEN
Obtain an API token
- Register on LetsLigo if you don't have an account yet.
- Go to your workspace > Settings > Developer, then create a token. Copy the complete token shown (it's shown only once) — this is what you use in Authorization: Bearer.
- Use the token in the Authorization header.