cURL
curl --request GET \ --url https://api.infyn.dev/v1/api-keys \ --header 'Authorization: Bearer <token>'
{ "keys": [ { "id": "<string>", "name": "<string>", "active": true, "created_at": "2023-11-07T05:31:56Z", "last_used": "2023-11-07T05:31:56Z" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.infyn.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.infyn.dev/llms.txt
Use this file to discover all available pages before exploring further.
Supply Authorization: Bearer <token>. The token can be either a JWT (from supported auth vendors) or an API key generated via /v1/api-key/generate.
Authorization: Bearer <token>
/v1/api-key/generate
List of API keys
Show child attributes