### GET /websites/share_apidog_fe2420a6-d929-409f-9b1d-35122923316d Source: https://share.apidog.com/fe2420a6-d929-409f-9b1d-35122923316d/config-11675720e0 Retrieves the configuration settings for the share_apidog_fe2420a6-d929-409f-9b1d-35122923316d website. ```APIDOC ## GET /websites/share_apidog_fe2420a6-d929-409f-9b1d-35122923316d ### Description Retrieves the configuration settings for the share_apidog_fe2420a6-d929-409f-9b1d-35122923316d website. This includes various URLs, feature flags, and advertising-related parameters. ### Method GET ### Endpoint /websites/share_apidog_fe2420a6-d929-409f-9b1d-35122923316d ### Parameters #### Query Parameters None #### Request Body None ### Request Example None ### Response #### Success Response (200) - **spurl** (string) - Share URL. - **ytburl** (string) - YouTube URL. - **twitterurl** (string) - Twitter URL. - **twitchurl** (string) - Twitch URL. - **disurl** (string) - Discord URL. - **isfe** (boolean) - Feature flag for frontend. - **ad** (object) - Advertising configuration. - **k** (array of strings) - Ad keywords. - **t** (integer) - Ad type. - **icu** (string) - ICU identifier. - **sobt** (object) - Some other boolean type (empty object in example). - **il** (boolean) - In-app link flag. - **cpi** (string) - CPI (Cost Per Install) value. #### Response Example ```json { "lis": "string", "lie": "string", "cps": [ { "cpi": "string", "lis": "string", "lie": "string", "rcn": "string", "b": 0, "ntb": 0, "tv": 0, "cpt": 0, "il": true } ], "rsc": { "sk": "string", "t": "string", "sut": "string" }, "lcud": "string", "rurl": "string", "dapurl": "string", "terms": "string", "pturl": "string", "surl": "string", "insturl": "string", "fburl": "string", "spurl": "string", "ytburl": "string", "twitterurl": "string", "twitchurl": "string", "disurl": "string", "isfe": true, "ad": { "k": [ "string" ], "t": 0 }, "icu": "string", "sobt": {}, "il": true, "cpi": "string" } ``` ``` -------------------------------- ### GET /v4/leagues/{leagueId}/overview Source: https://share.apidog.com/fe2420a6-d929-409f-9b1d-35122923316d/overview-11675726e0 Retrieves the overview of a specific league. You can optionally include manager and battle information. ```APIDOC ## GET /v4/leagues/{leagueId}/overview ### Description Retrieves the overview of a specific league. You can optionally include manager and battle information. ### Method GET ### Endpoint /v4/leagues/{leagueId}/overview ### Parameters #### Path Parameters - **leagueId** (string) - Required - The ID of the league. #### Query Parameters - **includeManagersAndBattles** (string) - Required - Default false, set true to see managers and battle. #### Header Parameters - **Content-Type** (string) - Required - Example: application/json - **Accept** (string) - Required - Example: application/json ### Response #### Success Response (200) - **i** (string) - League ID. - **lnm** (string) - League name. - **cpi** (string) - League creator ID. - **cpn** (string) - League creator name. - **dt** (string) - League creation date. - **isr** (boolean) - Indicates if the league is restricted. - **mgc** (integer) - Manager count. - **mid** (array of strings) - List of manager IDs. - **gpm** (integer) - Gold per match. - **b** (integer) - Battles count. - **mppu** (integer) - Maximum players per unit. - **mpst** (integer) - Maximum players per stage. - **amd** (boolean) - Indicates if auto-mode is enabled. - **isp** (boolean) - Indicates if the league is private. - **mgm** (integer) - Maximum managers. - **ism** (boolean) - Indicates if the league is shared. - **adm** (boolean) - Indicates if auto-draft is enabled. - **us** (array of objects) - List of users. Each object has: - **i** (string) - User ID. - **n** (string) - User name. - **btls** (array of objects) - List of battles. Each object has: - **t** (integer) - Battle type. - **n** (string) - Battle name. - **d** (string) - Battle description. - **u** (object) - User details for the battle: - **i** (string) - User ID. - **n** (string) - User name. #### Response Example ```json { "i": "string", "lnm": "string", "cpi": "string", "cpn": "string", "dt": "string", "isr": true, "mgc": 0, "mid": [ "string" ], "gpm": 0, "b": 0, "mppu": 0, "mpst": 0, "amd": true, "isp": true, "mgm": 0, "ism": true, "adm": true, "us": [ { "i": "string", "n": "string" } ], "btls": [ { "t": 0, "n": "string", "d": "string", "u": { "i": "string", "n": "string" } } ] } ``` ``` -------------------------------- ### Get Challenge Description - OpenAPI Source: https://share.apidog.com/fe2420a6-d929-409f-9b1d-35122923316d/challenge-description-11675781e0 This snippet defines the OpenAPI 3.0.1 specification for the 'Challenge Description' endpoint. It details the GET request for retrieving challenge details, including path parameters, headers, and the expected JSON response structure. The endpoint requires authentication via a bearer token. ```yaml openapi: 3.0.1 info: title: '' description: '' version: 1.0.0 paths: /v4/challenges/{challengeId}/profile: get: summary: Challenge Description deprecated: false description: '' tags: - Challenges parameters: - name: challengeId in: path description: '' required: true example: '{{challengeId}}' schema: type: string - name: Content-Type in: header description: '' required: true example: application/json schema: type: string - name: Accept in: header description: '' required: true example: application/json schema: type: string responses: '200': description: '' content: application/json: schema: type: object properties: cpi: type: string 'n': type: string fo: type: string ft: type: string fb: type: string d: type: string uc: type: integer pz: type: array items: type: object properties: ti: type: string d: type: string url: type: string x-apidog-orders: - ti - d - url uj: type: boolean ruls: type: object properties: mpst: type: integer b: type: integer required: - mpst - b x-apidog-orders: - mpst - b mds: type: array items: type: integer usfp: type: array items: type: object properties: {} x-apidog-orders: [] required: - cpi - 'n' - fo - ft - fb - d - uc - pz - uj - ruls - mds - usfp x-apidog-orders: - cpi - 'n' - fo - ft - fb - d - uc - pz - uj - ruls - mds - usfp example: cpi: string 'n': string fo: string ft: string fb: string d: string uc: 0 pz: - ti: string d: string url: string uj: true ruls: mpst: 0 b: 0 mds: - 0 usfp: - {} headers: {} x-apidog-name: Challenge Description security: - bearer: [] x-apidog-folder: Challenges x-apidog-status: released x-run-in-apidog: https://app.apidog.com/web/project/735195/apis/api-11675781-run components: schemas: {} securitySchemes: bearer: type: http scheme: bearer servers: - url: https://api.kickbase.com description: Kickbase v4 security: - bearer: [] ``` -------------------------------- ### GET /v4/challenges/overview Source: https://share.apidog.com/fe2420a6-d929-409f-9b1d-35122923316d/all-challanges-11675779e0 Retrieves a list of all challenges with their details. ```APIDOC ## GET /v4/challenges/overview ### Description Retrieves a list of all challenges with their associated details. ### Method GET ### Endpoint /v4/challenges/overview ### Parameters #### Header Parameters - **Content-Type** (string) - Required - Specifies the content type of the request, typically 'application/json'. - **Accept** (string) - Required - Specifies the desired response content type, typically 'application/json'. ### Request Example ```json { "example": "No request body needed for this GET request." } ``` ### Response #### Success Response (200) - **it** (array) - An array of challenge objects. - **ch** (string) - Challenge identifier. - **cpi** (string) - Challenge CPI. - **fo** (string) - Challenge FO. - **fb** (string) - Challenge FB. - **t** (integer) - Challenge T value. - **lis** (string) - Challenge LIS. #### Response Example ```json { "it": [ { "ch": "string", "cpi": "string", "fo": "string", "fb": "string", "t": 0, "lis": "string" } ] } ``` ``` -------------------------------- ### Get Player List for Lineup Selection (OpenAPI) Source: https://share.apidog.com/fe2420a6-d929-409f-9b1d-35122923316d/player-list-for-lineup-selection-11675793e0 This snippet defines the OpenAPI 3.0.1 specification for the GET endpoint `/v4/challenges/{challengeId}/lineup/selection`. It details required path and query parameters like `challengeId`, `position`, `sorting`, `query`, `start`, and `max`, along with request headers for content type and accept. The response schema describes the structure of the returned player list, including properties like player ID (`pi`), name (`n`), status (`st`), position (`pos`), team ID (`tid`), and more. ```yaml openapi: 3.0.1 info: title: '' description: '' version: 1.0.0 paths: /v4/challenges/{challengeId}/lineup/selection: get: summary: Player List for Lineup Selection deprecated: false description: '' tags: - Challenges/Lineup parameters: - name: challengeId in: path description: '' required: true example: '{{challengeId}}' schema: type: string - name: position in: query description: '' required: true example: '{{position}}' schema: type: string - name: sorting in: query description: '' required: true example: '{{sorting}}' schema: type: string - name: query in: query description: '' required: true example: '{{query}}' schema: type: string - name: start in: query description: '' required: true example: '{{start}}' schema: type: string - name: max in: query description: '' required: true example: '{{max}}' schema: type: string - name: Content-Type in: header description: '' required: true example: application/json schema: type: string - name: Accept in: header description: '' required: true example: application/json schema: type: string responses: '200': description: '' content: application/json: schema: type: object properties: it: type: array items: type: object properties: pi: type: string 'n': type: string st: type: integer pos: type: integer tid: type: string ap: type: integer tp: type: integer mv: type: integer t1: type: string t2: type: string if: type: boolean dis: type: boolean mpst: type: integer mdst: type: integer x-apidog-orders: - pi - 'n' - st - pos - tid - ap - tp - mv - t1 - t2 - if - dis - mpst - mdst required: - it x-apidog-orders: - it example: it: - pi: string 'n': string st: 0 pos: 0 tid: string ap: 0 tp: 0 mv: 0 t1: string t2: string if: true dis: true mpst: 0 mdst: 0 headers: {} x-apidog-name: Player List for Lineup Selection security: - bearer: [] x-apidog-folder: Challenges/Lineup x-apidog-status: released x-run-in-apidog: https://app.apidog.com/web/project/735195/apis/api-11675793-run components: schemas: {} securitySchemes: bearer: type: http scheme: bearer servers: - url: https://api.kickbase.com description: Kickbase v4 security: - bearer: [] ``` -------------------------------- ### GET /v4/base/overview Source: https://share.apidog.com/fe2420a6-d929-409f-9b1d-35122923316d/base-overview-11675722e0 Retrieves base overview information. This endpoint returns a list of strings and a URL. ```APIDOC ## GET /v4/base/overview ### Description Retrieves base overview information. This endpoint returns a list of strings and a URL. ### Method GET ### Endpoint /v4/base/overview ### Parameters #### Header Parameters - **Content-Type** (string) - Required - Description: - **Accept** (string) - Required - Description: ### Request Example ```json { "example": "" } ``` ### Response #### Success Response (200) - **it** (array of strings) - Description: A list of strings. - **url** (string) - Description: A URL. #### Response Example ```json { "it": [], "url": "https://go.kickbase.com/tipicodailybonus" } ``` ``` -------------------------------- ### GET /v4/challenges/{challengeId}/profile Source: https://share.apidog.com/fe2420a6-d929-409f-9b1d-35122923316d/challenge-description-11675781e0 Retrieves the description and profile information for a specific challenge. ```APIDOC ## GET /v4/challenges/{challengeId}/profile ### Description Retrieves the description and profile information for a specific challenge. ### Method GET ### Endpoint /v4/challenges/{challengeId}/profile ### Parameters #### Path Parameters - **challengeId** (string) - Required - The unique identifier of the challenge. #### Header Parameters - **Content-Type** (string) - Required - Specifies the content type of the request, typically 'application/json'. - **Accept** (string) - Required - Specifies the desired content type for the response, typically 'application/json'. ### Request Example ```json { "example": "No request body for this GET request" } ``` ### Response #### Success Response (200) - **cpi** (string) - Challenge's primary identifier. - **n** (string) - Name of the challenge. - **fo** (string) - Field of the challenge. - **ft** (string) - Format of the challenge. - **fb** (string) - Feedback mechanism for the challenge. - **d** (string) - Description of the challenge. - **uc** (integer) - User count related to the challenge. - **pz** (array) - Array of challenge-specific items, each with 'ti' (item title), 'd' (item description), and 'url' (item URL). - **uj** (boolean) - Indicates if the challenge is user-joinable. - **ruls** (object) - Rules object containing 'mpst' (minimum participants) and 'b' (boolean flag). - **mds** (array) - Array of integers representing miscellaneous data. - **usfp** (array) - Array of objects for user-specific features (details depend on implementation). #### Response Example ```json { "cpi": "string", "n": "string", "fo": "string", "ft": "string", "fb": "string", "d": "string", "uc": 0, "pz": [ { "ti": "string", "d": "string", "url": "string" } ], "uj": true, "ruls": { "mpst": 0, "b": 0 }, "mds": [ 0 ], "usfp": [ {} ] } ``` ``` -------------------------------- ### Get Player Details API Source: https://share.apidog.com/fe2420a6-d929-409f-9b1d-35122923316d/llms API endpoint to retrieve detailed information about a specific player. Requires player ID. Returns player details. ```HTTP GET /competitions/players/{player_id}/details ``` -------------------------------- ### Example API Configuration Structure Source: https://share.apidog.com/fe2420a6-d929-409f-9b1d-35122923316d/config-11675720e0 This snippet illustrates the hierarchical structure of the API configuration object, showing various fields like URLs, boolean flags, and nested objects for ads and other settings. It serves as a reference for understanding the expected data format. ```json { "lis": "string", "lie": "string", "cps": { "cpi": "string", "lis": "string", "lie": "string", "rcn": "string", "b": 0, "ntb": 0, "tv": 0, "cpt": 0, "il": true }, "rsc": { "sk": "string", "t": "string", "sut": "string" }, "lcud": "string", "rurl": "string", "dapurl": "string", "terms": "string", "pturl": "string", "surl": "string", "insturl": "string", "fburl": "string", "spurl": "string", "ytburl": "string", "twitterurl": "string", "twitchurl": "string", "disurl": "string", "isfe": true, "ad": { "k": [ "string" ], "t": 0 }, "icu": "string", "sobt": {}, "il": true, "cpi": "string" } ``` -------------------------------- ### GET /v4/leagues/{leagueId}/activitiesFeed Source: https://share.apidog.com/fe2420a6-d929-409f-9b1d-35122923316d/activity-feed-11675731e0 Retrieves the activity feed for a given league. You can specify the starting point and the maximum number of activities to return. ```APIDOC ## GET /v4/leagues/{leagueId}/activitiesFeed ### Description Retrieves the activity feed for a given league. You can specify the starting point and the maximum number of activities to return. ### Method GET ### Endpoint /v4/leagues/{leagueId}/activitiesFeed ### Parameters #### Path Parameters - **leagueId** (string) - Required - The ID of the league for which to retrieve the activity feed. #### Query Parameters - **start** (string) - Required - The starting point for fetching activities (e.g., timestamp or cursor). - **max** (string) - Required - The maximum number of activities to return. #### Header Parameters - **Content-Type** (string) - Required - Specifies the content type of the request, typically 'application/json'. - **Accept** (string) - Required - Specifies the acceptable content type for the response, typically 'application/json'. ### Request Example ```json { "example": "" } ``` ### Response #### Success Response (200) - **af** (array) - An array of activity feed items. - **i** (string) - Activity item identifier. - **t** (integer) - Timestamp of the activity. - **coc** (integer) - Some code related to the activity type. - **data** (object) - Detailed data specific to the activity. - **bn** (integer) - A numerical value. - **day** (integer) - The day associated with the activity. - **byr** (string) - A string identifier. - **pi** (string) - A string identifier. - **pn** (string) - A string identifier. - **tid** (string) - Team ID. - **t** (integer) - Timestamp related to the data. - **trp** (integer) - A numerical value. - **dt** (string) - Date string of the activity. #### Response Example ```json { "af": [ { "i": "string", "t": 0, "coc": 0, "data": { "bn": 0, "day": 0, "byr": "string", "pi": "string", "pn": "string", "tid": "string", "t": 0, "trp": 0 }, "dt": "string" } ] } ``` ``` -------------------------------- ### Get User Achievements (OpenAPI) Source: https://share.apidog.com/fe2420a6-d929-409f-9b1d-35122923316d/achievements-11675728e0 This snippet defines the OpenAPI 3.0.1 specification for an API endpoint that retrieves all available achievements for the currently authenticated user and a specified league. It details the GET request, path parameters (leagueId), header parameters (Content-Type, Accept), and the structure of the JSON response, including an example. ```yaml openapi: 3.0.1 info: title: '' description: '' version: 1.0.0 paths: /v4/leagues/{leagueId}/user/achievements: get: summary: Achievements deprecated: false description: >- Returns all available achievements for the current authenticated user and league. tags: - Leagues/Achivements parameters: - name: leagueId in: path description: '' required: true example: '{{leagueId}}' schema: type: string - name: Content-Type in: header description: '' required: true example: application/json schema: type: string - name: Accept in: header description: '' required: true example: application/json schema: type: string responses: '200': description: '' content: application/json: schema: type: object properties: it: type: array items: type: object properties: t: type: integer 'n': type: string ac: type: integer ise: type: boolean x-apidog-orders: - t - 'n' - ac - ise required: - it x-apidog-orders: - it example: it: - t: 0 'n': name ac: 0 ise: false headers: {} x-apidog-name: User Achievements security: - bearer: [] x-apidog-folder: Leagues/Achivements x-apidog-status: released x-run-in-apidog: https://app.apidog.com/web/project/735195/apis/api-11675728-run components: schemas: {} securitySchemes: bearer: type: http scheme: bearer servers: - url: https://api.kickbase.com description: Kickbase v4 security: - bearer: [] ``` -------------------------------- ### GET /v4/config Source: https://share.apidog.com/fe2420a6-d929-409f-9b1d-35122923316d/config-11675720e0 Retrieves the configuration settings for a website. This endpoint returns a comprehensive set of parameters including links, social media URLs, and other operational settings. ```APIDOC ## GET /v4/config ### Description Retrieves the configuration settings for a website. This endpoint returns a comprehensive set of parameters including links, social media URLs, and other operational settings. ### Method GET ### Endpoint /v4/config ### Parameters #### Header Parameters - **Content-Type** (string) - Required - Specifies the content type of the request, typically 'application/json'. - **Accept** (string) - Required - Specifies the acceptable content type for the response, typically 'application/json'. ### Request Example ```json { "example": "No request body for GET request" } ``` ### Response #### Success Response (200) - **lis** (string) - Description of the 'lis' field. - **lie** (string) - Description of the 'lie' field. - **cps** (array) - An array of configuration objects, each containing: - **cpi** (string) - Configuration item identifier. - **lis** (string) - Description of the configuration item. - **lie** (string) - Extended description of the configuration item. - **rcn** (string) - Reason code name. - **b** (integer) - Boolean flag represented as an integer. - **ntb** (integer) - Not-to-be flag represented as an integer. - **tv** (integer) - True value. - **cpt** (integer) - Count per type. - **il** (boolean) - Indicates if the item is included. - **rsc** (object) - Resource information, containing: - **sk** (string) - Resource key. - **t** (string) - Resource type. - **sut** (string) - Resource sub-type. - **lcud** (string) - Last configuration update date. - **rurl** (string) - Resource URL. - **dapurl** (string) - Direct access URL. - **terms** (string) - Terms and conditions. - **pturl** (string) - Privacy policy URL. - **surl** (string) - Support URL. - **insturl** (string) - Installation URL. - **fburl** (string) - Facebook URL. - **spurl** (string) - Support page URL. - **ytburl** (string) - YouTube URL. - **twitterurl** (string) - Twitter URL. - **twitchurl** (string) - Twitch URL. - **disurl** (string) - Disclaimer URL. - **isfe** (boolean) - Indicates if it's a front-end feature. - **ad** (object) - Ad configuration, containing: - **k** (array) - Array of ad keys. - **t** (integer) - Ad type. - **icu** (string) - Item creation user. - **sobt** (object) - Some other boolean type (empty object in this schema). - **il** (boolean) - Indicates if the item is listed. - **cpi** (string) - Configuration item identifier. #### Response Example ```json { "lis": "Example List", "lie": "Example List Extended", "cps": [ { "cpi": "123", "lis": "Config Item 1", "lie": "Extended Config Item 1", "rcn": "REASON_CODE", "b": 1, "ntb": 0, "tv": 1, "cpt": 10, "il": true } ], "rsc": { "sk": "resource_key", "t": "resource_type", "sut": "resource_sub_type" }, "lcud": "2023-10-27T10:00:00Z", "rurl": "http://example.com/resource", "dapurl": "http://example.com/resource/direct", "terms": "Terms and Conditions text.", "pturl": "http://example.com/privacy", "surl": "http://example.com/support", "insturl": "http://example.com/install", "fburl": "http://facebook.com/page", "spurl": "http://example.com/supportpage", "ytburl": "http://youtube.com/channel", "twitterurl": "http://twitter.com/user", "twitchurl": "http://twitch.tv/channel", "disurl": "http://example.com/disclaimer", "isfe": true, "ad": { "k": ["ad_key_1", "ad_key_2"], "t": 1 }, "icu": "user_id", "sobt": {}, "il": false, "cpi": "main_config" } ``` ``` -------------------------------- ### GET /v4/leagues/{leagueId}/players/{playerId}/transferHistory Source: https://share.apidog.com/fe2420a6-d929-409f-9b1d-35122923316d/transfer-history-11675760e0 Retrieves the transfer history for a specified player within a league. This endpoint requires the league ID, player ID, and a start date for the history. ```APIDOC ## GET /v4/leagues/{leagueId}/players/{playerId}/transferHistory ### Description Retrieves the transfer history for a specified player within a league. This endpoint requires the league ID, player ID, and a start date for the history. ### Method GET ### Endpoint /v4/leagues/{leagueId}/players/{playerId}/transferHistory ### Parameters #### Path Parameters - **leagueId** (string) - Required - The unique identifier for the league. - **playerId** (string) - Required - The unique identifier for the player. #### Query Parameters - **start** (string) - Required - The starting point for the transfer history data (e.g., a date). #### Header Parameters - **Content-Type** (string) - Required - Specifies the content type of the request, typically 'application/json'. - **Accept** (string) - Required - Specifies the acceptable content type for the response, typically 'application/json'. ### Request Example ```json { "example": "" } ``` ### Response #### Success Response (200) - **n** (string) - Description of the 'n' field. - **oui** (string) - Description of the 'oui' field. - **iposl** (boolean) - Indicates if 'iposl' is true or false. - **iotm** (boolean) - Indicates if 'iotm' is true or false. - **mv** (integer) - Represents the 'mv' value. - **prc** (integer) - Represents the 'prc' value. - **ipl** (boolean) - Indicates if 'ipl' is true or false. - **ofs** (array) - An array of objects, each representing an item in 'ofs'. #### Response Example ```json { "n": "string", "oui": "string", "iposl": true, "iotm": true, "mv": 0, "prc": 0, "ipl": true, "ofs": [ {} ] } ``` ``` -------------------------------- ### GET /v4/leagues/{leagueId}/activitiesFeed/{activityId}/comments Source: https://share.apidog.com/fe2420a6-d929-409f-9b1d-35122923316d/feed-item-comments-11675733e0 Retrieves a list of comments for a given activity feed item within a league. Supports fetching comments starting from a specific point and limiting the number of results. ```APIDOC ## GET /v4/leagues/{leagueId}/activitiesFeed/{activityId}/comments ### Description Retrieves comments for a specific activity feed item in a league. You can specify the starting point and the maximum number of comments to retrieve. ### Method GET ### Endpoint /v4/leagues/{leagueId}/activitiesFeed/{activityId}/comments ### Parameters #### Path Parameters - **leagueId** (string) - Required - The ID of the league. - **activityId** (string) - Required - The ID of the activity. #### Query Parameters - **start** (string) - Required - The starting point for fetching comments (e.g., timestamp or ID). - **max** (string) - Required - The maximum number of comments to return. #### Header Parameters - **Content-Type** (string) - Required - Must be `application/json`. - **Accept** (string) - Required - Must be `application/json`. ### Request Example ```json { "example": "GET /v4/leagues/{{leagueId}}/activitiesFeed/{{activityId}}/comments?start={{start}}&max={{max}}" } ``` ### Response #### Success Response (200) - **coc** (integer) - A code indicating the result of the operation. - **it** (array) - An array of comment objects. - **dt** (string) - The timestamp of the comment. - **ui** (string) - The user ID of the commenter. - **unm** (string) - The username of the commenter. - **prurl** (string) - The profile URL of the commenter. - **comm** (string) - The content of the comment. #### Response Example ```json { "example": { "coc": 0, "it": [ { "dt": "string", "ui": "string", "unm": "string", "prurl": "string", "comm": "string" } ] } } ``` ``` -------------------------------- ### OpenAPI Specification for Base Overview Source: https://share.apidog.com/fe2420a6-d929-409f-9b1d-35122923316d/base-overview-11675722e0 This snippet provides the OpenAPI 3.0.1 specification for the Base Overview API endpoint. It details the GET request, including required headers like 'Content-Type' and 'Accept', and defines the structure of the 200 OK response, which includes an array of strings ('it') and a URL ('url'). ```yaml openapi: 3.0.1 info: title: '' description: '' version: 1.0.0 paths: /v4/base/overview: get: summary: Base Overview deprecated: false description: '' tags: [] parameters: - name: Content-Type in: header description: '' required: true example: application/json schema: type: string - name: Accept in: header description: '' required: true example: application/json schema: type: string responses: '200': description: '' content: application/json: schema: type: object properties: it: type: array items: type: string url: type: string required: - it - url x-apidog-orders: - it - url example: it: [] url: https://go.kickbase.com/tipicodailybonus headers: {} x-apidog-name: Bonus Collection security: - bearer: [] x-apidog-folder: '' x-apidog-status: released x-run-in-apidog: https://app.apidog.com/web/project/735195/apis/api-11675722-run components: schemas: {} securitySchemes: bearer: type: http scheme: bearer servers: - url: https://api.kickbase.com description: Kickbase v4 security: - bearer: [] ``` -------------------------------- ### OpenAPI Specification for Manager Transfers Source: https://share.apidog.com/fe2420a6-d929-409f-9b1d-35122923316d/transfers-11675755e0 This OpenAPI 3.0.1 specification defines the GET /v4/leagues/{leagueId}/managers/{userId}/transfer endpoint. It includes details on path parameters (leagueId, userId), query parameters (start, Content-Type, Accept), and the expected JSON response structure for manager transfer data. ```yaml openapi: 3.0.1 info: title: '' description: '' version: 1.0.0 paths: /v4/leagues/{leagueId}/managers/{userId}/transfer: get: summary: Transfers deprecated: false description: '' tags: - Leagues/Managers parameters: - name: leagueId in: path description: '' required: true example: '{{leagueId}}' schema: type: string - name: userId in: path description: '' required: true example: '{{userId}}' schema: type: string - name: start in: query description: '' required: true example: '{{start}}' schema: type: string - name: Content-Type in: header description: '' required: true example: application/json schema: type: string - name: Accept in: header description: '' required: true example: application/json schema: type: string responses: '200': description: '' content: application/json: schema: type: object properties: u: type: string unm: type: string it: type: array items: type: object properties: pi: type: string pn: type: string tid: type: string tty: type: integer trp: type: integer dt: type: string x-apidog-orders: - pi - pn - tid - tty - trp - dt required: - u - unm - it x-apidog-orders: - u - unm - it example: u: string unm: string it: - pi: string pn: string tid: string tty: 0 trp: 0 dt: string headers: {} x-apidog-name: Manager Profile Transfers security: - bearer: [] x-apidog-folder: Leagues/Managers x-apidog-status: released x-run-in-apidog: https://app.apidog.com/web/project/735195/apis/api-11675755-run components: schemas: {} securitySchemes: bearer: type: http scheme: bearer servers: - url: https://api.kickbase.com description: Kickbase v4 security: - bearer: [] ```