---
title: "List Snapchat profiles"
method: GET
path: "/v1/connect/snapchat/select-profile"
tags: ["Connect"]
---

# List Snapchat profiles

`GET /v1/connect/snapchat/select-profile`

For headless flows. Returns Snapchat Public Profiles the user can post to. Use X-Connect-Token from the redirect URL.

## Query parameters

- `profileId` string, required
- `tempToken` string, required

## Headers

- `X-Connect-Token` string, required

## Response `200`

List of Snapchat Public Profiles available for connection

- object
  - `publicProfiles` object[]
    - `id` string — Snapchat Public Profile ID
    - `display_name` string — Public profile display name
    - `username` string — Public profile username/handle
    - `profile_image_url` string — Profile image URL
    - `subscriber_count` integer — Number of subscribers

## Other responses

- `400` — Missing required parameters (profileId or tempToken)
- `401` — Unauthorized
- `403` — No access to profile
- `500` — Failed to fetch public profiles

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/versions/f81ca70ea6b9/schema)
