cURL
curl --request GET \ --url https://app.lettr.com/api/auth/check \ --header 'Authorization: Bearer <token>'
200
Example
{ "message": "API key is valid.", "data": { "team_id": 123, "timestamp": "2024-01-15T10:30:00.000Z" } }
Validate the provided API key and return associated team information. Use this endpoint to verify API key validity in client libraries.
API key for authentication
API key is valid
"API key is valid."
Show child attributes
Was this page helpful?