Skip to main content
GET
/
app.rocksky.feed.describeFeedGenerator
Get information about a feed generator
curl --request GET \
  --url https://api.rocksky.app/xrpc/app.rocksky.feed.describeFeedGenerator \
  --header 'Authorization: Bearer <token>'
{
  "did": "<string>",
  "feeds": [
    {
      "uri": "<string>"
    }
  ]
}

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.

Response

OK

did
string<at-identifier>

The DID of the feed generator.

feeds
object[]