app.bsky.graph.getStarterPacksWithMembership
#main
Enumerates the starter packs created by the session user, and includes membership information about actor in those starter packs. Requires auth.
Parameters
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| actor | string (at-identifier) | - | ✅ | The account (actor) to check for membership. |
| limit | integer | - | ❌ | - |
| cursor | string | - | ❌ | - |
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| cursor | string | - | ❌ | - |
| starterPacksWithMembership | array of #starterPackWithMembership | - | ✅ | - |
#starterPackWithMembership
A starter pack and an optional list item indicating membership of a target user to that starter pack.
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| starterPack | app.bsky.graph.defs#starterPackView | - | ✅ | - |
| listItem | app.bsky.graph.defs#listItemView | - | ❌ | - |