List followers of a profile
Returns users following the specified profile. Only returned if the profile is public, or if the authenticated user owns the profile.
path Parameters
profile_idPrefixed unique identifier of the profile (e.g., prf_8f3ab21e49c44c8baf7b5e4a1b2c3d4e).
query Parameters
cursorOpaque cursor returned from a previous list response.
limitMaximum number of items to return per page. Range 1-100, default 20.
List followers of a profile › Responses
Page
has_morenext_cursorList follows
Returns follows owned by the authenticated user (i.e., who the caller is following).
query Parameters
cursorOpaque cursor returned from a previous list response.
limitMaximum number of items to return per page. Range 1-100, default 20.
List follows › Responses
Page
has_morenext_cursorCreate follow
Creates a follow relationship from the authenticated user to a profile, series, or event. Duplicate follows are not created; calling again returns the existing follow.
Headers
Idempotency-KeyA client-generated identifier (UUIDv4 recommended; 8–255 chars, alphanumeric/underscore/hyphen) for the request. The header is validated and logged, but server-side deduplication is not enforced: resubmitting a create with the same key produces a second resource. Treat creates as non-idempotent and design retries accordingly. Deduplication is planned for a future API version.
Create follow › Request Body
following_typetarget_idPrefixed ID of the target resource.
Create follow › Responses
Created
idfollowing_typecreated_at