- 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
- Retrieve All BranchesGET
- Accept Branch InvitationPATCH
- Decline Branch InvitationPATCH
- Retrieve All Organization CollaboratorsGET
- Retrieve All OrganizationsGET
- Search OrganizationsGET
- Retrieve an OrganizationGET
- Update an OrganizationPATCH
- Delete an OrganizationDELETE
- Create an OrganizationPOST
- Search Brands GET
- Retrieve All Social LinksGET
- Members
- Retrieve All Members
- Search Members
- Create a Member
- 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
- Retrieve 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
- Retrieve 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
- Retrieve 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
- Retrieve All Courses With Published Verifying Status
- Search Courses With Published Verifying Status
- Retrieve All Languages Course Count
- Retrieve 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
Retrieve All Branches
Developing
GET
/organizations/{organizationId}/branches
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/organizations//branches?limit=50' \
--header 'apikey: '
Response Response Example
{
"data": [
{
"id": "adipisicing ipsum",
"status": "pending"
},
{
"id": "esse eiusmod commodo ut veniam",
"status": "pending"
}
],
"cursor": {
"next": null,
"prev": null,
"totalItems": -89934316
}
}
Request
Path Params
organizationId
stringÂ
required
Query Params
limit
integerÂ
optional
Default:
50
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Responses
🟢200Success
application/json
Body
data
array[object (organizationBranch.rto) {2}]Â
optional
id
stringÂ
optional
status
enum<string>Â
optional
Allowed values:
activepending
cursor
object (cursor)Â
optional
next
string  | nullÂ
required
prev
string  | nullÂ
required
totalItems
integerÂ
required
Modified at 2025-04-08 15:19:53