Skip to main content
GET
/
auth
/
account
Get account
curl --request GET \
  --url https://sandbox.api.fantasyfutbol.app/v1/auth/account
{
  "statusCode": 200,
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "tier": "<string>",
    "is_active": true,
    "api_key_active": true,
    "config": {
      "pricing": {
        "currency": "USD",
        "per_year": 0,
        "per_month": 0
      },
      "features": {
        "users": {
          "max": 1,
          "used": 1,
          "remaining": 1,
          "state": "ok",
          "is_blocked": true
        },
        "squads": {
          "max": 1,
          "used": 1,
          "remaining": 1,
          "state": "ok",
          "is_blocked": true
        },
        "contests": {
          "max": 1,
          "used": 1,
          "remaining": 1,
          "state": "ok",
          "is_blocked": true
        },
        "mini_leagues": {
          "max": 1,
          "used": 1,
          "remaining": 1,
          "state": "ok",
          "is_blocked": true
        },
        "fantasy_leagues": {
          "max": 1,
          "used": 1,
          "remaining": 1,
          "state": "ok",
          "is_blocked": true
        }
      },
      "rate_limit": {
        "per_day": {
          "limit": 1,
          "window": "day",
          "used": 1,
          "remaining": 1,
          "reset_at": "2023-11-07T05:31:56Z"
        },
        "per_minute": {
          "limit": 1,
          "window": "minute",
          "used": 1,
          "remaining": 1,
          "reset_at": "2023-11-07T05:31:56Z"
        }
      }
    }
  }
}

Headers

x-api-key
string

Response

200 - application/json

Get account

statusCode
integer
default:200
required
data
object
required