# Authentication Endpoints related to authentication and authorization ## Authenticate with API key to obtain bearer token - [POST /v1/auth/public/login](https://developers.corksy.io/openapi/authentication/authenticate.md): Authenticate using your API key to obtain a JWT bearer token for accessing protected endpoints. Rate Limit: 10 requests / minute Note: The returned token expires after 30 minutes. You'll need to call this endpoint again to get a new token.