RelayAPI

List Snapchat Public Profiles after OAuth

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

API key (rlay_live_* or rlay_test_*)

In: header

Response Body

application/json

curl -X GET "https://api.relayapi.dev/v1/connect/snapchat/profiles"
{
  "profiles": [
    {
      "id": "string",
      "display_name": "string",
      "username": "string",
      "profile_image_url": "string",
      "subscriber_count": 0
    }
  ]
}

Found something wrong? Help us improve this page.

Submit an Issue
Requires a GitHub account.View repo