Skip to main content
GET
/
user
/
{id}
/
assets
Get User Assets
curl --request GET \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/user/{id}/assets \
  --header 'Authorization: Bearer <token>'
[
  {}
]
/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:
ParameterTypeDescription
userIdstringThe unique identifier of the user.

Authentication

This endpoint requires authentication. Include your bearer token in the Authorization header.

Path Parameters

ParameterTypeInRequiredDescription
idstringpathUser ID

Responses

✅ 200 - Success

⚠️ 401 - Unauthorized

⚠️ 404 - Not Found

❌ 500 - Internal Server Error

Tags

User

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string
required

User ID

Response

Success

The response is of type object[].

I