List topics created by a user
Users
List topics created by a user
Respects the target user’s privacy settings: when the created list is
hidden, data is empty and hidden is true (an empty list with
hidden: false really is empty).
GET
List topics created by a user
Authorizations
Personal API key issued per SeeSaw user account:
Authorization: Bearer sspat_…. Manage keys on the app API
(/v1/users/me/api-keys). Revocation propagates within ~60 seconds
(validation cache window).
Path Parameters
The user's handle, without the @ prefix (a leading @ is tolerated).
Query Parameters
Available options:
prediction, poll Opaque pagination cursor from a previous response's next_cursor.
Page size (max 100).
Required range:
1 <= x <= 100