Users
Get me
This API will get user's infomation.
This response provides user details such as personal information (name, email), wallet information (address, balance, connection), video quality settings, and timestamps for account.
Field Descriptions:
-
id: The unique identifier of the user.
-
first_name: The user's first name.
-
last_name: The user's last name.
-
email: The user's email address.
-
wallet_address: The blockchain wallet address associated with the user.
-
balance: The current balance of the user's account.
-
wallet_connection: The blockchain wallet address that link to user's account.
-
video_qualities_config: Describes the last configuration set for video quality transcoding.
-
created_at: Timestamp of when the user account was created, formatted in ISO 8601.
-
updated_at: Timestamp of the most recent update to the user's profile, formatted in ISO 8601.
Headers
Response
curl --location 'https://api.aiozstream.network/api/user/me' \
--header 'accept: application/json' \
--header 'Authorization: Bearer <YOUR_JWT_TOKEN>'