RelayAPI

List Snapchat Public Profiles after OAuth

GET
/v1/connect/snapchat/profiles
AuthorizationBearer <token>

API key (rlay_live_* or rlay_test_). Invite redemption also accepts a server-derived rlay_session_ bearer for a current user session.

In: header

Query Parameters

connect_token*string

Operation-scoped token returned by the OAuth callback

Length1 <= length

Response Body

application/json

curl -X GET "https://example.com/v1/connect/snapchat/profiles?connect_token=string"
{  "profiles": [    {      "display_name": "string",      "id": "string",      "profile_image_url": "string",      "subscriber_count": 0,      "username": "string"    }  ]}

Found something wrong? Help us improve this page.