Verify Organization
Developing
PATCH
/organizations/{organizationId}/verification
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://api.aladia.io/v2/organizations//verification' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"domain": "string",
"country": {
"name": "string",
"alpha2Code": "string"
},
"pictureUrl": "string"
}'
Response Response Example
200 - Example 1
{
"id": "3bdaddc6ad5cde8f3c4c808b",
"name": "string",
"bio": "string",
"description": "string",
"contactsVisibility": {
"email": true,
"phoneNumber": true,
"sites": true,
"birthDate": true
},
"stripeConnectOnboard": "completed",
"phoneNumber": "string",
"email": "string",
"socialLinks": [
{
"platform": "string",
"displayText": "string",
"url": "string",
"show": true
}
],
"sites": [
{
"streetAddress": "string",
"city": "string",
"state": "string",
"country": "string",
"zipCode": "string",
"formattedAddress": "string",
"streetNumber": 0,
"lat": 0,
"lng": 0,
"isHeadQuarter": true,
"timezone": "string",
"name": "string",
"organizationPageLink": "string"
}
],
"status": "string",
"picture": "string",
"cover": "string",
"setupProcess": {
"step": 0,
"section": 0
},
"review": {
"totalReviews": 0,
"globalRating": 0,
"ratings": [
{
"star": 0,
"count": 0,
"percentage": 0
}
]
},
"domain": "string",
"settings": {
"theme": "dark",
"language": "string",
"autoPost": true
},
"completion": 0,
"branches": [
{
"id": "string",
"status": "active"
}
],
"createdAt": "2019-08-24",
"updatedAt": "2019-08-24",
"owner": {
"id": "670775694daebf393b266ea1",
"username": "string",
"firstName": "string",
"lastName": "string",
"email": "user@example.com",
"phoneNumber": "string",
"numberOf": {
"followers": 0,
"followings": 0,
"reviews": 0,
"posts": 0,
"solved": 0
}
},
"followers": [
{
"id": "6660c7e81f0e3b1cf2c7d687",
"type": "user",
"story": {
"status": "active",
"nextStoryId": "string"
},
"entityType": "profile",
"name": "string",
"picture": "string",
"createdAt": "string",
"lastActivity": "string",
"mainExperience": "string",
"bio": "string"
}
],
"following": [
{
"id": "6660c7e81f0e3b1cf2c7d687",
"type": "user",
"story": {
"status": "active",
"nextStoryId": "string"
},
"entityType": "profile",
"name": "string",
"picture": "string",
"createdAt": "string",
"lastActivity": "string",
"mainExperience": "string",
"bio": "string"
}
],
"members": [
{
"id": "670775694daebf393b266ea1",
"status": "pending",
"profile": {
"id": "670775694daebf393b266ea1",
"username": "string",
"firstName": "string",
"lastName": "string",
"picture": "string",
"email": "user@example.com",
"type": "user",
"address": {
"streetAddress": "string",
"city": "string",
"state": "string",
"country": "string",
"zipCode": "string",
"formattedAddress": "string",
"lat": "string",
"lon": "string"
},
"lastActivity": "string",
"online": true
},
"organization": {
"id": "670775694daebf393b266ea1",
"name": "string",
"sites": [
{
"streetAddress": "string",
"city": "string",
"state": "string",
"country": "string",
"zipCode": "string",
"formattedAddress": "string",
"streetNumber": 0,
"lat": 0,
"lng": 0,
"isHeadQuarter": true,
"timezone": "string",
"name": "string",
"organizationPageLink": "string"
}
],
"picture": "string",
"branches": [
{
"id": "string",
"status": "active"
}
]
},
"role": "organization-owner",
"invited": true,
"invitedAt": "2019-08-24",
"secondaryRoles": [
"string"
],
"expiresAt": "string"
}
],
"industry": {
"id": "string",
"name": "string",
"language": "string"
},
"entityType": "profile",
"accountlink": {
"ownerId": "6664875f427d21851ad83798",
"onboardUrl": "string",
"expiresAt": 0,
"clientSecret": "string"
}
}
Request
Path Params
organizationId
stringÂ
required
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Body Params application/json
Responses
Modified at 2025-04-09 12:20:48