APIEndpoint referenceUser

/user/{id}/favorite-players

GET
/api/v2/user/{id}/favorite-players

Path Parameters

id*string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/user/string/favorite-players"
{  "$schema": "https://example.com/schemas/FavoritePlayersListOKBody.json",  "data": [    "string"  ]}