APILogin
POST/public/v1/api/login
Usage Plan
| Type | Requests | Time limit (seconds) |
|---|---|---|
| Rate | 1500 | 60 |
| Burst | 1500 | 60 |
Learn more about rate limits and usage plans in the Rate Limiting guide.
Authenticates a service account using an API JWT token. The token is decoded to identify the service account, and a session is created upon successful authentication. Session cookies are set in the response for subsequent authenticated requests. Optionally, a default project code can be provided to scope the session.
Request
Responses
- 200
- default
A successful response.
An unexpected error response.