Skip to main content
GET
/
app.rocksky.apikey.getApikeys
Get a list of API keys for the authenticated user
curl --request GET \
  --url https://api.rocksky.app/xrpc/app.rocksky.apikey.getApikeys \
  --header 'Authorization: Bearer <token>'
{
  "apiKeys": [
    "<unknown>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.rocksky.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Query Parameters

offset
integer

The number of API keys to skip before starting to collect the result set.

limit
integer

The number of API keys to return per page.

Response

OK

apiKeys
any[]