Retrieve an Alumni
Developing
GET
/alumni/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/alumni/6761105a280cb998c773ebfa?type=profile' \
--header 'apikey: '
Response Response Example
{
"data": [
{
"user": {
"profileId": "enim officia ut Duis ut",
"firstName": "Sage",
"lastName": "Leuschke",
"email": "Tremaine_Little72@yahoo.com",
"picture": "https://loremflickr.com/400/400?lock=5924317085711027",
"bio": "swordfish lover",
"skills": [
"labore",
"voluptate culpa quis tempor ut"
],
"mainExperience": {
"id": "6761105a280cb998c773ebfa",
"name": "Angelina Schiller",
"authority": "Eloise Schaefer",
"startDate": "2025-02-20",
"endDate": "2026-01-18"
},
"mutualFollowers": {
"data": [
{
"profileId": "6761105a280cb998c773ebfa",
"firstName": "Misty",
"lastName": "Bashirian",
"picture": "https://loremflickr.com/400/400?lock=3933417688129079"
}
],
"cursor": {
"totalItems": 1,
"prev": null,
"next": null
}
},
"address": {
"city": "West Ubaldofurt",
"state": "Louisiana",
"country": "Aruba"
}
},
"educationExperiences": [
{
"experienceId": "6761105a280cb998c773ebfa",
"courseId": "6861105a280cb998c773ebfa",
"thumbnail": "https://loremflickr.com/400/400?lock=2317411968520486"
}
],
"certificates": [
{
"certificateId": "6761105a280cb998c773ebfa",
"issueDate": "2025-07-15"
}
]
}
],
"cursor": {
"next": null,
"prev": null,
"totalItems": 2
}
}
Request
Path Params
id
stringÂ
required
Example:
6761105a280cb998c773ebfa
Query Params
type
stringÂ
optional
Example:
profile
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Responses
Modified at 2025-04-09 13:35:38