Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://app.myhero.so/api-key \ --header 'Authorization: Bearer <token>'
{ "data": [ { "_id": "<string>", "userId": "<string>", "name": "<string>", "workspaceIds": [ "<string>" ], "accessTokenExpiresAt": 123, "createdAt": 123, "lastUsedAt": 123 } ] }
Returns the calling user’s REST API keys (active only).
Hashed tokens are never returned.
HERO personal access token
200 response
Show child attributes