curl --request GET \
--url https://api.getsly.ai/v1/v1/reputation/{identifier}/sources \
--header 'Authorization: Bearer <token>'{
"data": [
{
"type": "platform_rating",
"weight": 123,
"raw_data": {}
}
]
}Per-source breakdown — useful when partners want to display weighted contributions.
curl --request GET \
--url https://api.getsly.ai/v1/v1/reputation/{identifier}/sources \
--header 'Authorization: Bearer <token>'{
"data": [
{
"type": "platform_rating",
"weight": 123,
"raw_data": {}
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.getsly.ai/llms.txt
Use this file to discover all available pages before exploring further.