Auth Check
Verify API key validity before use. Clients/scripts call this to get clear status:
- key valid/expired/invalid
- plan & quota info
- human-readable messages Accepts key via x-api-key header, Authorization: Bearer header, or JSON body {"api_key": "..."}.
post/v1/auth/check
Response
Successful Response
{"stackTrail":"paths:/v1/auth/check:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.