Skip to main content
GET
/
api-key
List API keys
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
    }
  ]
}

Authorizations

Authorization
string
header
required

HERO personal access token

Response

200 - application/json

200 response

data
object[]
required