Authentication Endpoints¶
Issue an API key¶
No authentication required.
Request:
Response:
{
"api_key": "fsri_a1b2c3d4...",
"name": "my-production-app",
"expires_at": "2027-04-23T00:00:00Z",
"note": "Store this key securely. It will NOT be shown again."
}
Danger
The key is only shown once. Store it immediately.
Inspect current key¶
Requires authentication.
Response: