Skip to main content
GET
/
platforms
/
{platform}
/
profiles
/
{profile_id}
/
email
Get creator email
curl --request GET \
  --url https://external-api.streamforge.com/platforms/{platform}/profiles/{profile_id}/email \
  --header 'x-api-key: <api-key>'
{
  "payload": {
    "email": "[email protected]"
  },
  "meta": {
    "source": "<string>",
    "received_at": "2023-11-07T05:31:56Z",
    "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
}

Authorizations

x-api-key
string
header
required

Your API key. Include it in the x-api-key header for all requests.

Path Parameters

platform
enum<string>
required

Platform identifier

Available options:
twitch,
youtube,
tiktok
Example:

"twitch"

profile_id
string
required

Platform-specific creator ID

Example:

"484563826"

Response

Creator email found

payload
object
meta
object