- Introduction
- Hubs
- Courses
- Course listing
- Create course
- Get course data
- Enroll in a course
- Get enrollment requests
- Get members in a course
- Add members to a course
- Change role of course member
- Complete Course
- Get list of course resources
- View course rating or feedback
- Add course rating or feedback
- Edit course rating or feedback
- Delete course rating or feedback
- Get quiz lesson
- Create a lesson
- Complete a lesson
- Update learner status
- Get lesson discussion list
- To mark learner as complete
- To mark learner as in progress
- To mark learner as failed
- Assessments
- Reports
- Custom portal
- Manage invites
- Manage users
- Manage courses & manuals
- Get list of courses shared to custom portal
- To share or remove a course to or from a custom portal
- To add or remove user to or from a course in custom portal
- Get list of manuals shared to a custom portal
- To share or remove manual to or from custom portal
- To add or remove user to or from a manual in custom portal
- Manage signups
- Enable/disable custom portal
Hubs listing
The purpose of this API to get the list of hubs under a user.
Request URL: | https://learn.zoho.com/learn/api/v1/hubs |
OAuth Scope: | ZohoLearn.network.READ |
Request Method: | GET |
Success response
Copied{
"scopes": [
{
"id": "10000000001",
"name": "Hub 1",
"url": "hub-1",
"soid": "10000000002",
"isDefault": "true"
},
{
"id": "20000000001",
"name": "Hub 2",
"url": "hub-2",
"soid": "10000000002",
"isDefault": "false"
}
]
}
Failure response
Copied{
"result":"failure",
"reason":"Exception while getting hubs list"
}
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.