Skip to main content
GET
/
v1
/
apikeys
List API Keys.
curl --request GET \
  --url https://api.runloop.ai/v1/apikeys \
  --header 'Authorization: Bearer <token>'
{
  "api_keys": [
    {
      "id": "<string>",
      "name": "<string>",
      "ctime_ms": 123,
      "account_id": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

OK

api_keys
object[]
I