DeveloperAPI ReferenceProfiles
/api/profiles
Response Body
application/json
curl -X GET "https://example.com/api/profiles"{
"profiles": [
{
"id": "string",
"userId": "string",
"name": "string",
"avatarUrl": "string",
"libraryAccess": [
{
"libraryId": "string",
"maxRating": "string"
}
],
"isDefault": true,
"hasPin": true,
"createdAt": "string",
"updatedAt": "string"
}
]
}