Socios.com Connect
Chiliz ChainChiliz Labs
  • Socios.com Connect
  • INTERACT WITH CHILIZ CHAIN
    • Overview
    • Prerequisites
    • Working with Tokens
    • Working with NFTs
    • Working with Transactions
    • Working with Polls
    • Working with Staking
  • Partner API
    • Overview
    • 2025 API Update Overview
    • Prerequisites
    • Quick start
    • Authentication
    • API Reference
      • Data API
        • Data API endpoints
      • NFT API
        • NFT API endpoints
      • Ping API
      • Polls API
        • Polls API endpoints
      • Rewards API
        • Rewards API endpoints
      • User API
        • User API endpoints
      • Wallet API
        • Wallet API endpoints
  • Partner web app
    • Overview
    • Integration
    • URL parameters
    • On-Ramp Fan Tokens
Powered by GitBook
On this page
  1. Partner API
  2. API Reference
  3. User API

User API endpoints

PreviousUser APINextWallet API

Last updated 1 year ago

The latest documentation for endpoints is always on the DevPortal:

https://partner.socios.com/devportal/apis/682c4c5a-dab5-4793-a82f-134aac530844/test

Endpoint to get user data for currently logged in user

get
Authorizations
Responses
200
Successfully retrieved user
application/json
get
GET /user/1.0.0/user/me HTTP/1.1
Host: api-public.socios.com
Accept: */*
200

Successfully retrieved user

{
  "data": {
    "id": "d6f09e6f-bea5-4db2-9e27-87c42ec08e00",
    "username": "test",
    "mobileNumber": "test",
    "email": "test",
    "avatar": "test",
    "favoritePartnerId": "907987eb-c4ce-4879-b06a-a6d2cf0ffb11"
  }
}