List All Profiles
Developing
GET
/profiles
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/profiles?username&scope=&scopeId=&limit=50&sortDirection=asc' \
--header 'apikey: '
Response Response Example
200 - Success
{
"data": [
{
"id": "670775694daebf393b266ea1",
"username": "Christy_Blick0",
"firstName": "Sasha",
"lastName": "Morar",
"picture": null,
"cover": null,
"email": "Lukas_Baumbach49@gmail.com",
"phoneNumber": "276-308-5278",
"type": "teacher",
"contactsVisibility": {
"email": false,
"phoneNumber": true,
"sites": true,
"birthDate": false
},
"setupProcess": {
"step": 22286212.18014033,
"section": 34478530.7337538
},
"lastActivity": "consectetur et exercitation sed incididunt",
"timezone": "America/Caracas",
"online": true,
"birthAddress": {
"country": "Turkmenistan",
"city": "Meridian",
"state": "exercitation fugiat in voluptate pariatur"
},
"settings": {
"theme": "dark",
"language": "proident cillum officia",
"autoPost": true
},
"preferences": {
"payements": {
"transactions": {
"columns": {
"name": "transaction-id",
"visibility": true
}
},
"subscriptions": {
"columns": {
"name": "qty",
"visibility": true
}
},
"payouts": {
"columns": {
"name": "status",
"visibility": true
}
},
"customers": {
"columns": {
"name": "customer-since",
"visibility": true
}
}
},
"chats": {
"color": "purple",
"width": 85389789.87586853
},
"calenders": {
"viewMode": "partial"
}
},
"createdAt": "1979-03-02",
"updatedAt": "1994-02-15",
"fullName": "Clayton Schimmel",
"isFollowing": false,
"entityType": "organization",
"story": {
"status": "viewed",
"nextStoryId": "ad pariatur"
}
}
],
"cursor": {
"next": "mollit ex",
"prev": "mollit culpa",
"totalItems": 90868461
}
}
Request
Query Params
username
stringÂ
optional
scope
stringÂ
optional
scopeId
stringÂ
optional
limit
integerÂ
optional
Default:
50
sortDirection
enum<string>Â
optional
Allowed values:
ascdesc
Default:
asc
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Responses
Modified at 2025-04-12 09:40:24