Appearance
List Snapchat profiles
For headless flows. Returns Snapchat Public Profiles the user can post to. Use X-Connect-Token from the redirect URL.
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.
Parameters
X-Connect-Token(header, string) required — Short-lived connect token from the OAuth redirectprofileId(query, string) required — Your Zernio profile IDtempToken(query, string) required — Temporary Snapchat access token from the OAuth callback redirect
Responses
200 — List of Snapchat Public Profiles available for connection
publicProfiles(array)
400 — Missing required parameters (profileId or tempToken)
401
403 — No access to profile
500 — Failed to fetch public profiles