/user//assets
Description:
The /user/{userId}/assets
endpoint retrieves the assets associated with a specific user identified by their unique userId.
Method:
GET
Path Parameter:
Parameter | Type | Description |
---|---|---|
userId | string | The unique identifier of the user. |
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
User ID
Success
The response is of type object[]
.