- Social
- Comments
- Posts
- Reactions
- Story Groups
- Stories
- Social Views
- Social Collections
- Saved Posts
- Hidden Socials
- Calendar
- Calendars
- Events
- Event Rooms
- Authentication
- Global
- Profile
- Organizations
- Search Brand Fetch BrandsGET
- Verify OrganizationPATCH
- Remove a SitePATCH
- Create a SitePATCH
- Invite Organization BranchPATCH
- List All BranchesGET
- Accept Branch InvitationPATCH
- Decline Branch InvitationPATCH
- List All Organization CollaboratorsGET
- List All OrganizationsGET
- Search OrganizationsGET
- Retrieve an OrganizationGET
- Update an OrganizationPATCH
- Delete an OrganizationDELETE
- Create an OrganizationPOST
- Search Brands GET
- List All Social LinksGET
- Members
- List All Members
- Search Members
- Invite Organization Members
- Delete Invitation
- Update a Member
- Retrieve a Member
- Delete a Member
- Delete Multiple Members
- Accept Organization Invitation
- Decline Organization Invitation
- Check Member Existence
- Retrieve Invitation Link
- Retrieve Invitation Object
- Retrieve Non-Paginated Organization Members
- List All Resources of an Organization
- Update Member Resource Roles-V1
- Update Member Resource Roles-V2
- Followers
- Groups
- Profiles
- Experiences
- Group Members
- Profile Search History
- Alumni
- Favorites
- Retrieve an Invitation linkGET
- Notification
- Storage
- Space
- Folders
- Space Members
- Check Member Existence
- List All Members
- Search Members
- Search Potential Members
- Add a Member
- Invite Members
- Retrieve an Invitation Link
- Accept an Invitation
- Decline an Invitation
- Update a Member
- Assign License
- Assign License to an Organization Group
- Remove a License
- Search License-Assigned Members and Groups
- Remove a Member
- Delete an Invitation
- Leave a Space
- Spaces
- Health
- Course
- Course Versions
- Completions
- Certificates
- Courses
- List All Courses
- Publish a Course
- Delete a Course
- Retrieve a Course
- Create a Course
- Update a Course
- Search a Course
- Delete All Course
- Review a Course
- Start a Course
- Create a Cycle
- Delete a Cycle
- Clone a Course
- Update Cycles
- List All Courses With Published Verifying Status
- Search Courses With Published Verifying Status
- List All Languages Course Count
- List All Skills Course Count
- Update a Course Certificate
- Create a Coupon
- Update a Coupon
- Delete a Coupon
- Update Version
- Compare Latest Course
- Categories
- Course Members
- Chapters
- Lectures
- Subjects
- Webhook
- Analytics
Search Brands
Developing
GET
/brands
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/brands?name=google' \
--header 'apikey: '
Response Response Example
200 - Success
{
"data": [
{
"id": "culpa nostrud voluptate aliqua",
"name": "quis voluptates dolor",
"domain": "speedy-syndicate.com",
"picture": "https://loremflickr.com/640/480/transport",
"aladiaOrganization": false
},
{
"id": "adipisicing minim dolore aute in",
"name": "rem iusto voluptas",
"domain": "canine-contract.info",
"picture": "https://loremflickr.com/640/480/fashion",
"aladiaOrganization": true
}
]
}
Request
Query Params
name
stringÂ
optional
Example:
google
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Responses
🟢200Success
application/json
Body
data
array[object (brand.rto) {5}]Â
required
id
stringÂ
optional
Example:
670775694daebf393b266ea1
name
stringÂ
optional
domain
string <hostname>
optional
picture
stringÂ
optional
aladiaOrganization
booleanÂ
optional
🟠422Parameter Error
Modified at 2025-04-09 15:57:41