{ "opencollection": "1.0.0", "info": { "name": "API Reference Accounts Auth API", "version": "0.0.0" }, "items": [ { "info": { "name": "Auth", "type": "folder" }, "items": [ { "info": { "name": "Validate current API key", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/auth/validate", "headers": [ { "name": "Lightfield-Version", "value": "2026-03-01" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns metadata for the current API key, including the subject type and granted public scopes. Use this endpoint to confirm a key is active before making scoped API requests.\n\n**[Required scope](/using-the-api/scopes/):** None\n\n**[Rate limit category](/using-the-api/rate-limits/):** Read" } ] } ], "bundled": true }