Snapto

Manage your Snapto link-in-bio page: create and edit links, reorder them, set social icons, and read visit and click analytics.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data

What it can do

  • Profile List: List link-in-bio profiles owned by the authenticated user. Paginated: returns at most `limit` profiles plus the total count; pass `offset` to fetch the next page. Use profile_get for the
  • Profile Get: Get a single profile including its ordered elements (links) and template.
  • Profile Schema: Discover, at runtime, the valid element types, element and profile field constraints, and available templates. Call this before creating or updating elements so you do not need documen

What data it sees

Do you need an account

No: the server works without sign-in

Manage your Snapto link-in-bio page: create and edit links, reorder them, set social icons, and read visit and click analytics.

Server tool list (12)

Raw names from tools/list. Only developers need these.

profile_listList link-in-bio profiles owned by the authenticated user. Paginated: returns at most `limit` profiles plus the total count; pass `offset` to fetch the next page. Use profile_get for the full details of one profile.
profile_getGet a single profile including its ordered elements (links) and template.
profile_schemaDiscover, at runtime, the valid element types, element and profile field constraints, and available templates. Call this before creating or updating elements so you do not need documentation in context.
profile_createCreate a new link-in-bio profile. The url is the public handle (snapto.link/{url}) and must be unique. Subject to the plan's profile limit. Call profile_schema for field constraints and available templates.
profile_updateUpdate a profile: publish or unpublish it (enabled), change its title, bio, public url, template, or design options. Some fields require a paid plan and will return an error on lower plans. Call profile_schema for constraints and template ids.
element_listList the elements (links) of a profile, ordered by their display order.
element_createCreate a new element (link) on a profile. Call profile_schema first to learn the valid types and field constraints.
element_updateUpdate an existing element (link). type, enabled_for_display and enabled_for_download are required by the underlying validator; send the element's current values for any you are not changing.
element_deleteDelete an element (link) from a profile. This is irreversible - confirm with a human first.
element_reorderReorder a profile's elements. Pass the element ids in the desired order; positions are assigned from the array order.
social_link_setSet (create or update) a social or contact link on a profile. Pass a platform key and the bare handle - the destination URL prefix is applied server-side. Call profile_schema for the list of platform keys and their expected handle format. Setting the same platform twice updates the existing link.
analytics_summaryRead visit, click and top-link analytics for a profile over a recent window. The window is clamped to the plan's allowed range and reporting delay.