Kickbase API v4 Documentation
  1. User
Kickbase API v4 Documentation
  • User
    • Login
      POST
    • Account Settings
      GET
  • Leagues
    • Achivements
      • Achievements
      • Achievements by Type
      • Battle by Type
    • Activities
      • Activity Feed
      • Feed Item
      • Feed Item Comments
      • Send Feed Item Comment
    • Admin
      • Members (Admin Only)
      • Settings (Admin Only)
    • Market
      • Players On Transfer
      • Remove Player From Market
      • Set Player Transfer Price
      • Place An Offer
      • Accept Kickbase Offer
      • Accept Manager Offer
      • Decline Manager Offer
      • Withdraw Offer
    • Me
      • My Budget
      • My Stats
      • My Players
      • My Eleven
      • My Lineup
      • Update My Lineup
    • Managers
      • Team Center
      • Profile
      • Squad Details
      • Performance
      • Transfers
    • Players
      • Player
      • Market Value
      • Performance
      • Transfers
      • Transfer History
    • Scouted Players
      • Scouted Players List
      • Add Player To Scouted Players List
      • Remove Player To Scouted Players List
      • Clear Scouted Players List
    • Teams
      • Profile
    • List
      GET
    • Overview
      GET
    • Ranking
      GET
  • Matches
    • Match Details
      GET
    • Match Betlink
      GET
  • Competitions
    • Players
      • Players
      • Search
      • Details
      • Details
      • Performance
      • Market Value
      • Event History
    • Teams
      • All Players
      • Matchday Players
    • Fixtures
      GET
    • Table
      GET
    • Team Ranking
      GET
  • Challenges
    • Favorites
      • Favorite Managers
      • Search Favorite Managers
      • Add Manager To Favorites
      • Remove Manager From Favorites
    • Lineup
      • Overview
      • Club List
      • Live Pitch
      • Player List for Lineup Selection
      • Autofill
      • Reset
    • Managers
      • Detail
      • Ranking
      • Top 10 Managers
    • All Challanges
      GET
    • Selection
      GET
    • Challenge Description
      GET
    • Past Challenges
      GET
    • Recommended Challenges
      GET
    • Ranking
      GET
    • Performance
      GET
  • Chat
    • League Selection
    • Refresh Token
  • Live
    • Event Types
  • Config
    GET
  • Bonus Collection
    GET
  • Base Overview
    GET
  1. User

Login

POST
/v4/user/login

Request

Header Params

Body Params application/json

Examples

Responses

🟢200Login
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.kickbase.com/v4/user/login' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
    "em": "username@toplevel.domain",
    "loy": false,
    "pass": "password",
    "rep": {}
}'
Response Response Example
{
  "u": {
    "email": "string",
    "notifications": 0,
    "cover": "string",
    "flags": 0,
    "proExpiry": "string",
    "vemail": "string",
    "perms": [
      {}
    ],
    "id": "string",
    "name": "string",
    "profile": "string"
  },
  "srvl": [
    {
      "id": "string",
      "cpi": "string",
      "name": "string",
      "creator": "string",
      "creatorId": "string",
      "creation": "string",
      "ai": 0,
      "t": 0,
      "au": 0,
      "mu": 0,
      "ap": 0,
      "pub": true,
      "gm": 0,
      "mpl": true,
      "pl": 0,
      "ci": "string",
      "amd": true,
      "mpst": 0,
      "vr": 0,
      "adm": true
    }
  ],
  "tkn": "string",
  "tknex": "string",
  "chttkn": "string",
  "chtknex": "string",
  "isnu": true
}
Modified at 2024-12-11 15:27:10
Next
Account Settings
Built with