Create a Profile
Developing
POST
/profiles
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.aladia.io/v2/profiles' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": "Camilla",
"lastName": "Green"
}'
Response Response Example
201 - Success
{
"id": "670775694daebf393b266ea1",
"username": "Buster30",
"firstName": "Laverna",
"lastName": "Stamm",
"picture": "670775694daebf393b266ea1",
"cover": "670775694daebf393b266ea1",
"email": "Deborah.Stroman8@gmail.com",
"phoneNumber": "381-826-2449",
"type": "teacher",
"contactsVisibility": {
"email": false,
"phoneNumber": true,
"address": true,
"birthDate": false
},
"setupProcess": {
"step": -85108281.44263557,
"section": 87084522.77004221
},
"lastActivity": "et tempor",
"timezone": "Europe/Bucharest",
"online": false,
"birthAddress": {
"country": "Angola",
"city": "Portland",
"state": "commodo in deserunt"
},
"settings": {
"theme": "light",
"language": "occaecat aute in"
},
"preferences": {
"payements": {
"transactions": {
"columns": {
"name": "seller",
"visibility": true
}
},
"subscriptions": {
"columns": {
"name": "ends-on",
"visibility": false
}
},
"payouts": {
"columns": {
"name": "status",
"visibility": false
}
},
"customers": {
"columns": {
"name": "subscription-enrolled",
"visibility": false
}
}
},
"chats": {
"color": "tan",
"width": 19052289.618220538
},
"calenders": {
"viewMode": "partial"
}
},
"numberOf": {
"followers": 66346691.135256946,
"followings": -92815802.51351418,
"reviews": 82940464.46386215,
"posts": 35506327.30228841,
"solved": -69501844.01835927
},
"createdAt": "1985-12-26",
"updatedAt": "1952-09-11",
"fullName": "Archie Hintz",
"hasActiveStory": false,
"isFollowing": true,
"entityType": "organization"
}
Request
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Body Params application/json
Responses
Modified at 2025-04-09 12:47:12