Skip to main content
GET
Get current user
Returns the currently-authenticated user’s account information including balance, credit limit, current liability, default odds format, and access flags.

Request

GET /user/getMe This endpoint takes no parameters. Authentication is required (see Authentication).

Response

object

Example

Authorizations

Authorization
string
header
required

Pass your auth token in the Authorization header. The Bearer prefix is optional; the server also accepts a signed auth cookie or a token field in the request body.

Response

Current user info

data
object