Account
Get user's streaming platforms
Fetch the current user's subscribed streaming platform IDs.
Authorization
session better-auth.session_token<token>
Better Auth session cookie
In: cookie
Response Body
application/json
curl -X GET "http://localhost:3000/api/v1/account/platforms"{
"platformIds": [
"string"
]
}