/me
GET/tournaments/me
/me
Request
Header Parameters
x-futbolprode-company string
Optional tenant override - for resellers only.
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
country objectrequired
alpha2Code string
flagUrl string
id numberrequired
name stringrequired
teams string[]required
tournaments string[]required
defaultRssFeeds string[]
externalId string
hasPenalties boolean
hasTwoWayMatches booleanrequired
id numberrequired
importNewMatchesWithPenalties booleanrequired
isActive boolean
logoUrl string
matchDuration number
name stringrequired
owner object
[Circular reference to Company]
rounds object[]required
season string
showNoMoreRoundsWarning booleanrequired
startDate string
[
{
"country": {
"alpha2Code": "string",
"flagUrl": "string",
"id": 0,
"name": "string",
"teams": [
"string"
],
"tournaments": [
"string"
]
},
"defaultRssFeeds": [
"bolavip_argentina",
"direct_tv_sports"
],
"externalId": "string",
"hasPenalties": true,
"hasTwoWayMatches": true,
"id": 0,
"importNewMatchesWithPenalties": true,
"isActive": true,
"logoUrl": "string",
"matchDuration": 0,
"name": "string",
"owner": {},
"rounds": [
{}
],
"season": "string",
"showNoMoreRoundsWarning": true,
"startDate": "string"
}
]
Loading...