StatsHub Docs
APIEndpoint referenceAccount

/v2/me/favorite-teams

List the caller's favorite teams

GET
/api/v2/me/favorite-teams

List the caller's favorite teams

Authorization

AuthorizationBearer <token>

Supabase access token.

In: header

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/me/favorite-teams"
{  "data": [    {      "notes": "string",      "team": {        "colors": {          "primary": "string",          "secondary": "string",          "text": "string"        },        "country": {          "alpha2": "string",          "name": "string",          "slug": "string"        },        "gender": "string",        "id": "string",        "name": "string",        "national": true,        "shortName": "string",        "slug": "string"      }    }  ]}