This API endpoint /en/api-client/user-center/profile provides detailed information about the user's profile.

Overview

  • Endpoint: /en/api-client/user-center/profile
  • Method: GET
  • Description: Retrieve user profile details.

Response Fields

  • id: Unique identifier for the user.
  • name: Full name of the user.
  • email: Email address of the user.
  • phone: Phone number of the user.
  • address: User's address information.
  • created_at: Date and time when the user account was created.

Example Usage

{
  "id": 12345,
  "name": "John Doe",
  "email": "john.doe@example.com",
  "phone": "+1234567890",
  "address": "123 Main St, Anytown, USA",
  "created_at": "2021-09-01T12:00:00Z"
}

For more information on how to use this API, check out our API Documentation.

User Profile