Referência de API
Academies
Classrooms
Memberships
Users
Comments
Rankings
Obtém ranking
Retorna uma lista de ranking dos membros.
GET
/
api
/
v1
/
rankings
curl --request GET \
--url https://memberkit.com.br/api/v1/rankings
[
{
"position": 123,
"score": 123,
"user": {
"id": 123,
"full_name": "<string>",
"email": "jsmith@example.com",
"profile_image_url": "<string>",
"sign_in_count": 123,
"current_sign_in_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}
]
Authorizations
Response
200 - application/json
The response is of type object[]
.
Was this page helpful?
curl --request GET \
--url https://memberkit.com.br/api/v1/rankings
[
{
"position": 123,
"score": 123,
"user": {
"id": 123,
"full_name": "<string>",
"email": "jsmith@example.com",
"profile_image_url": "<string>",
"sign_in_count": 123,
"current_sign_in_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}
]