tth_api_client 0.0.9
tth_api_client: ^0.0.9 copied to clipboard
Auto-generated Tutorhouse API client library
tth_api_client #
Based on OpenAPI 2.0 Specification
This Dart package is automatically generated by the OpenAPI Generator project:
- API version: v1
- Build package: org.openapitools.codegen.languages.DartClientCodegen
Requirements #
Dart 2.12 or later
Installation & Usage #
Github #
If this Dart package is published to Github, add the following dependency to your pubspec.yaml
dependencies:
tth_api_client:
git: https://github.com/GIT_USER_ID/GIT_REPO_ID.git
Local #
To use the package in your local drive, add the following dependency to your pubspec.yaml
dependencies:
tth_api_client:
path: /path/to/tth_api_client
Tests #
TODO
Getting Started #
Please follow the installation procedure and then run the following:
import 'package:tth_api_client/api.dart';
// TODO Configure HTTP basic authorization: Basic
//defaultApiClient.getAuthentication<HttpBasicAuth>('Basic').username = 'YOUR_USERNAME'
//defaultApiClient.getAuthentication<HttpBasicAuth>('Basic').password = 'YOUR_PASSWORD';
// TODO Configure API key authorization: Token
//defaultApiClient.getAuthentication<ApiKeyAuth>('Token').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Token').apiKeyPrefix = 'Bearer';
final api_instance = V1Api();
try {
final result = api_instance.v1AlevelCoursesList();
print(result);
} catch (e) {
print('Exception when calling V1Api->v1AlevelCoursesList: $e\n');
}
Documentation for API Endpoints #
All URIs are relative to http://localhost:8000/api
| Class | Method | HTTP request | Description |
|---|---|---|---|
| V1Api | v1AlevelCoursesList | GET /v1/alevel/courses/ | |
| V1Api | v1AlevelDownloadsCreate | POST /v1/alevel/downloads/ | |
| V1Api | v1AlevelSubjectsList | GET /v1/alevel/subjects/ | |
| V1Api | v1AlevelSubscriptionsCreate | POST /v1/alevel/subscriptions/ | |
| V1Api | v1AlevelWebhookCreate | POST /v1/alevel/webhook/ | |
| V1Api | v1NotificationsList | GET /v1/notifications/ | |
| V1Api | v1NotificationsMarkRead | POST /v1/notifications/{id}/mark-read/ | |
| V1Api | v1NotificationsUnreadCount | GET /v1/notifications/unread-count/ | |
| V2Api | getTutorBookings | GET /v2/tutor/{id}/bookings/ | |
| V2Api | getTutorReferences | GET /v2/tutor/{id}/references/ | |
| V2Api | getTutorReviews | GET /v2/tutor/{id}/reviews/ | |
| V2Api | v2AvailabilityList | GET /v2/availability/ | |
| V2Api | v2CardCreate | POST /v2/card/ | |
| V2Api | v2CardDeactivate | POST /v2/card/{id}/deactivate/ | |
| V2Api | v2CardDelete | DELETE /v2/card/{id}/ | |
| V2Api | v2CardList | GET /v2/card/ | |
| V2Api | v2CardMakeDefault | POST /v2/card/{id}/make_default/ | |
| V2Api | v2CardPartialUpdate | PATCH /v2/card/{id}/ | |
| V2Api | v2CardRead | GET /v2/card/{id}/ | |
| V2Api | v2CardSetupintent | POST /v2/card/setupintent/ | |
| V2Api | v2CardUpdate | PUT /v2/card/{id}/ | |
| V2Api | v2ChatArchive | POST /v2/chat/{id}/archive/ | |
| V2Api | v2ChatList | GET /v2/chat/ | |
| V2Api | v2ChatMarkMessagesAsRead | POST /v2/chat/{id}/mark_messages_as_read/ | |
| V2Api | v2ChatMarkTermsAsAccepted | POST /v2/chat/{id}/mark_terms_as_accepted/ | |
| V2Api | v2ChatMessagesCreate | POST /v2/chat/messages/ | |
| V2Api | v2ChatMessagesList | GET /v2/chat/messages/ | |
| V2Api | v2ChatRead | GET /v2/chat/{id}/ | |
| V2Api | v2ChatUnarchive | POST /v2/chat/{id}/unarchive/ | |
| V2Api | v2ChatUnreadCount | GET /v2/chat/unread-count/ | |
| V2Api | v2ContactUsCreate | POST /v2/contact_us/ | |
| V2Api | v2CountriesList | GET /v2/countries/ | |
| V2Api | v2CountriesRead | GET /v2/countries/{id}/ | |
| V2Api | v2CouponCheckCode | POST /v2/coupon/check-code/ | |
| V2Api | v2CustomerBookingsCancel | POST /v2/customer/bookings/{id}/cancel/ | |
| V2Api | v2CustomerBookingsCancellationOptions | GET /v2/customer/bookings/{id}/cancellation_options/ | |
| V2Api | v2CustomerBookingsConfirmComplete | POST /v2/customer/bookings/{id}/confirm_complete/ | |
| V2Api | v2CustomerBookingsCreate | POST /v2/customer/bookings/ | |
| V2Api | v2CustomerBookingsDelete | DELETE /v2/customer/bookings/{id}/ | |
| V2Api | v2CustomerBookingsList | GET /v2/customer/bookings/ | |
| V2Api | v2CustomerBookingsMarkBookingAsRead | POST /v2/customer/bookings/mark_booking_as_read/ | |
| V2Api | v2CustomerBookingsPartialUpdate | PATCH /v2/customer/bookings/{id}/ | |
| V2Api | v2CustomerBookingsRead | GET /v2/customer/bookings/{id}/ | |
| V2Api | v2CustomerBookingsReschedulePartialUpdate | PATCH /v2/customer/bookings/{id}/reschedule/ | |
| V2Api | v2CustomerBookingsRescheduleUpdate | PUT /v2/customer/bookings/{id}/reschedule/ | |
| V2Api | v2CustomerBookingsUnreadCount | GET /v2/customer/bookings/unread-count/ | |
| V2Api | v2CustomerBookingsUpdate | PUT /v2/customer/bookings/{id}/ | |
| V2Api | v2CustomerEnquiriesCreate | POST /v2/customer/enquiries/ | |
| V2Api | v2CustomerEnquiriesLatestRead | GET /v2/customer/enquiries/latest/ | |
| V2Api | v2CustomerFeedbacksPartialUpdate | PATCH /v2/customer/feedbacks/{id}/ | |
| V2Api | v2CustomerFeedbacksRead | GET /v2/customer/feedbacks/{id}/ | |
| V2Api | v2CustomerFeedbacksUpdate | PUT /v2/customer/feedbacks/{id}/ | |
| V2Api | v2CustomerFindTutorRequestCreate | POST /v2/customer/find-tutor-request/ | |
| V2Api | v2CustomerInterestsCreate | POST /v2/customer/interests/ | |
| V2Api | v2CustomerInterestsPartialUpdate | PATCH /v2/customer/interests/ | |
| V2Api | v2CustomerInterestsRead | GET /v2/customer/interests/ | |
| V2Api | v2CustomerInterestsUpdate | PUT /v2/customer/interests/ | |
| V2Api | v2CustomerInvitationsAcceptInvitation | POST /v2/customer/invitations/{id}/accept_invitation/ | |
| V2Api | v2CustomerInvitationsAcceptTrialInvitation | POST /v2/customer/invitations/{id}/accept_trial_invitation/ | |
| V2Api | v2CustomerInvitationsBookInstantCreate | POST /v2/customer/invitations/book_instant/ | |
| V2Api | v2CustomerInvitationsCreate | POST /v2/customer/invitations/ | |
| V2Api | v2CustomerInvitationsDelete | DELETE /v2/customer/invitations/{id}/ | |
| V2Api | v2CustomerInvitationsList | GET /v2/customer/invitations/ | |
| V2Api | v2CustomerInvitationsPartialUpdate | PATCH /v2/customer/invitations/{id}/ | |
| V2Api | v2CustomerInvitationsRead | GET /v2/customer/invitations/{id}/ | |
| V2Api | v2CustomerInvitationsRejectInvitation | POST /v2/customer/invitations/{id}/reject_invitation/ | |
| V2Api | v2CustomerInvitationsUpdate | PUT /v2/customer/invitations/{id}/ | |
| V2Api | v2CustomerPhonenumberConfirm | POST /v2/customer/phonenumber/confirm/ | |
| V2Api | v2CustomerPhonenumberResend | POST /v2/customer/phonenumber/resend/ | |
| V2Api | v2CustomerProfileRead | GET /v2/customer/profile/ | |
| V2Api | v2CustomerSerialCoursesDelete | DELETE /v2/customer/serial_courses/{id}/ | |
| V2Api | v2CustomerSerialCoursesEnroll2Create | POST /v2/customer/serial_courses/enroll2/{id}/ | |
| V2Api | v2CustomerSerialCoursesList | GET /v2/customer/serial_courses/ | |
| V2Api | v2CustomerSerialCoursesPartialUpdate | PATCH /v2/customer/serial_courses/{id}/ | |
| V2Api | v2CustomerSerialCoursesRead | GET /v2/customer/serial_courses/{id}/ | |
| V2Api | v2CustomerSerialCoursesUpdate | PUT /v2/customer/serial_courses/{id}/ | |
| V2Api | v2CustomerSettingsPartialUpdate | PATCH /v2/customer/settings/ | |
| V2Api | v2CustomerSettingsRead | GET /v2/customer/settings/ | |
| V2Api | v2CustomerSettingsUpdate | PUT /v2/customer/settings/ | |
| V2Api | v2CustomerStripePaymentCallbackCreate | POST /v2/customer/stripe/paymentCallback | |
| V2Api | v2CustomerTrialsCallsCreate | POST /v2/customer/trials-calls/ | |
| V2Api | v2ExperienceList | GET /v2/experience/ | |
| V2Api | v2ExperienceRead | GET /v2/experience/{id}/ | |
| V2Api | v2InterestsList | GET /v2/interests/ | |
| V2Api | v2InterestsRead | GET /v2/interests/{id}/ | |
| V2Api | v2NotificationTypesList | GET /v2/notification_types/ | |
| V2Api | v2NotificationTypesRead | GET /v2/notification_types/{id}/ | |
| V2Api | v2PersonalityTestEnquiriesCreate | POST /v2/personality_test/enquiries/ | |
| V2Api | v2PersonalityTestEnquiriesList | GET /v2/personality_test/enquiries/ | |
| V2Api | v2PersonalityTestEnquiriesRead | GET /v2/personality_test/enquiries/{id}/ | |
| V2Api | v2PersonalityTestEnquiriesSendToTutorCreate | POST /v2/personality_test/enquiries/{ref}/send_to_tutor/ | |
| V2Api | v2PersonalityTestEnquiriesSubmit | POST /v2/personality_test/enquiries/{id}/submit/ | |
| V2Api | v2PersonalityTestLevelsCreate | POST /v2/personality_test/levels/ | |
| V2Api | v2PersonalityTestLevelsDelete | DELETE /v2/personality_test/levels/{id}/ | |
| V2Api | v2PersonalityTestLevelsList | GET /v2/personality_test/levels/ | |
| V2Api | v2PersonalityTestLevelsPartialUpdate | PATCH /v2/personality_test/levels/{id}/ | |
| V2Api | v2PersonalityTestLevelsRead | GET /v2/personality_test/levels/{id}/ | |
| V2Api | v2PersonalityTestLevelsUpdate | PUT /v2/personality_test/levels/{id}/ | |
| V2Api | v2PersonalityTestNewSessionCreate | POST /v2/personality_test/new_session/ | |
| V2Api | v2PersonalityTestQuestionsList | GET /v2/personality_test/questions/ | |
| V2Api | v2PersonalityTestQuestionsRead | GET /v2/personality_test/questions/{id}/ | |
| V2Api | v2PersonalityTestStudentPersonalitiesList | GET /v2/personality_test/student_personalities/ | |
| V2Api | v2PersonalityTestStudentPersonalitiesRead | GET /v2/personality_test/student_personalities/{id}/ | |
| V2Api | v2PersonalityTestSubjectsList | GET /v2/personality_test/subjects/ | |
| V2Api | v2PersonalityTestSubjectsRead | GET /v2/personality_test/subjects/{id}/ | |
| V2Api | v2PersonalityTestTraitsList | GET /v2/personality_test/traits/ | |
| V2Api | v2PersonalityTestTraitsRead | GET /v2/personality_test/traits/{id}/ | |
| V2Api | v2PostcodesFindRegionList | GET /v2/postcodes/find_region/ | |
| V2Api | v2PostcodesNearestList | GET /v2/postcodes/nearest/ | |
| V2Api | v2RequestTutorCreate | POST /v2/request_tutor/ | |
| V2Api | v2SchoolsList | GET /v2/schools/ | |
| V2Api | v2SchoolsRead | GET /v2/schools/{id}/ | |
| V2Api | v2SchoolsupplyApplicationsList | GET /v2/schoolsupply/applications/ | |
| V2Api | v2SchoolsupplyApplicationsReject | POST /v2/schoolsupply/applications/{id}/reject/ | |
| V2Api | v2SchoolsupplyExperienceList | GET /v2/schoolsupply/experience/ | |
| V2Api | v2SchoolsupplyExperienceRead | GET /v2/schoolsupply/experience/{id}/ | |
| V2Api | v2SchoolsupplyJobsApplyCreate | POST /v2/schoolsupply/jobs/{job_post_id}/apply/ | |
| V2Api | v2SchoolsupplyJobsList | GET /v2/schoolsupply/jobs/ | |
| V2Api | v2SchoolsupplyJobsPostCreate | POST /v2/schoolsupply/jobs/post/ | |
| V2Api | v2SchoolsupplyJobsPostList | GET /v2/schoolsupply/jobs/post/ | |
| V2Api | v2SchoolsupplyJobsRead | GET /v2/schoolsupply/jobs/{id}/ | |
| V2Api | v2SchoolsupplyProfilePartialUpdate | PATCH /v2/schoolsupply/profile/ | |
| V2Api | v2SchoolsupplyProfileRead | GET /v2/schoolsupply/profile/ | |
| V2Api | v2SchoolsupplyProfileUpdate | PUT /v2/schoolsupply/profile/ | |
| V2Api | v2SchoolsupplyQualificationsList | GET /v2/schoolsupply/qualifications/ | |
| V2Api | v2SchoolsupplyQualificationsRead | GET /v2/schoolsupply/qualifications/{id}/ | |
| V2Api | v2SchoolsupplyRequestTutorCreate | POST /v2/schoolsupply/request_tutor/ | |
| V2Api | v2SchoolsupplyRequestTutorRead | GET /v2/schoolsupply/request_tutor/{ref}/ | |
| V2Api | v2SchoolsupplyTeachingfrequenciesList | GET /v2/schoolsupply/teachingfrequencies/ | |
| V2Api | v2SchoolsupplyTeachingfrequenciesRead | GET /v2/schoolsupply/teachingfrequencies/{id}/ | |
| V2Api | v2SchoolsupplyTeachinglevelsList | GET /v2/schoolsupply/teachinglevels/ | |
| V2Api | v2SchoolsupplyTeachinglevelsRead | GET /v2/schoolsupply/teachinglevels/{id}/ | |
| V2Api | v2SubjectLevelsList | GET /v2/subject_levels/ | |
| V2Api | v2SubjectsList | GET /v2/subjects/ | |
| V2Api | v2SubjectsRead | GET /v2/subjects/{id}/ | |
| V2Api | v2SubscribedNotificationsList | GET /v2/subscribed_notifications/ | |
| V2Api | v2SubscribedNotificationsRead | GET /v2/subscribed_notifications/{id}/ | |
| V2Api | v2SubscribedNotificationsSubscribe | POST /v2/subscribed_notifications/subscribe/ | |
| V2Api | v2TeachinglevelsList | GET /v2/teachinglevels/ | |
| V2Api | v2TeachinglevelsRead | GET /v2/teachinglevels/{id}/ | |
| V2Api | v2TutorBookingsCancel | POST /v2/tutor/bookings/{id}/cancel/ | |
| V2Api | v2TutorBookingsDelete | DELETE /v2/tutor/bookings/{id}/ | |
| V2Api | v2TutorBookingsList | GET /v2/tutor/bookings/ | |
| V2Api | v2TutorBookingsMarkBookingAsRead | POST /v2/tutor/bookings/mark_booking_as_read/ | |
| V2Api | v2TutorBookingsPartialUpdate | PATCH /v2/tutor/bookings/{id}/ | |
| V2Api | v2TutorBookingsRead | GET /v2/tutor/bookings/{id}/ | |
| V2Api | v2TutorBookingsReschedulePartialUpdate | PATCH /v2/tutor/bookings/{id}/reschedule/ | |
| V2Api | v2TutorBookingsRescheduleUpdate | PUT /v2/tutor/bookings/{id}/reschedule/ | |
| V2Api | v2TutorBookingsUnreadCount | GET /v2/tutor/bookings/unread-count/ | |
| V2Api | v2TutorBookingsUpdate | PUT /v2/tutor/bookings/{id}/ | |
| V2Api | v2TutorCreate | POST /v2/tutor/ | |
| V2Api | v2TutorCustomerFeedbackCreate | POST /v2/tutor/customer_feedback/ | |
| V2Api | v2TutorCustomerFeedbackDelete | DELETE /v2/tutor/customer_feedback/{id}/ | |
| V2Api | v2TutorCustomerFeedbackList | GET /v2/tutor/customer_feedback/ | |
| V2Api | v2TutorCustomerFeedbackPartialUpdate | PATCH /v2/tutor/customer_feedback/{id}/ | |
| V2Api | v2TutorCustomerFeedbackRead | GET /v2/tutor/customer_feedback/{id}/ | |
| V2Api | v2TutorCustomerFeedbackUpdate | PUT /v2/tutor/customer_feedback/{id}/ | |
| V2Api | v2TutorEnquiriesAccept | POST /v2/tutor/enquiries/{id}/accept/ | |
| V2Api | v2TutorEnquiriesAcceptOnline | POST /v2/tutor/enquiries/{id}/accept_online/ | |
| V2Api | v2TutorEnquiriesReject | POST /v2/tutor/enquiries/{id}/reject/ | |
| V2Api | v2TutorGetIndexRead | GET /v2/tutor/get_index/ | |
| V2Api | v2TutorInvitationsAcceptInvitation | POST /v2/tutor/invitations/{id}/accept_invitation/ | |
| V2Api | v2TutorInvitationsCancel | POST /v2/tutor/invitations/{id}/cancel/ | |
| V2Api | v2TutorInvitationsCancellationOptions | GET /v2/tutor/invitations/{id}/cancellation_options/ | |
| V2Api | v2TutorInvitationsCreate | POST /v2/tutor/invitations/ | |
| V2Api | v2TutorInvitationsDelete | DELETE /v2/tutor/invitations/{id}/ | |
| V2Api | v2TutorInvitationsLatestEnquiryForCustomer | GET /v2/tutor/invitations/latest_enquiry_for_customer/ | |
| V2Api | v2TutorInvitationsList | GET /v2/tutor/invitations/ | |
| V2Api | v2TutorInvitationsPartialUpdate | PATCH /v2/tutor/invitations/{id}/ | |
| V2Api | v2TutorInvitationsRead | GET /v2/tutor/invitations/{id}/ | |
| V2Api | v2TutorInvitationsReschedule | POST /v2/tutor/invitations/{id}/reschedule/ | |
| V2Api | v2TutorInvitationsUpdate | PUT /v2/tutor/invitations/{id}/ | |
| V2Api | v2TutorList | GET /v2/tutor/ | |
| V2Api | v2TutorLoginCreate | POST /v2/tutor/login/ | |
| V2Api | v2TutorProfilePartialUpdate | PATCH /v2/tutor/profile/ | |
| V2Api | v2TutorProfileRead | GET /v2/tutor/profile/ | |
| V2Api | v2TutorProfileSubjectLevelsList | GET /v2/tutor/profile/subject_levels/ | |
| V2Api | v2TutorProfileUpdate | PUT /v2/tutor/profile/ | |
| V2Api | v2TutorRead | GET /v2/tutor/{user_id}/ | |
| V2Api | v2TutorReferencesCreate | POST /v2/tutor/references/ | |
| V2Api | v2TutorReferencesList | GET /v2/tutor/references/ | |
| V2Api | v2TutorReferencesPartialUpdate | PATCH /v2/tutor/references/{id}/ | |
| V2Api | v2TutorReferencesRead | GET /v2/tutor/references/{id}/ | |
| V2Api | v2TutorReferencesUpdate | PUT /v2/tutor/references/{id}/ | |
| V2Api | v2TutorRequestProfileEvaluationCreate | POST /v2/tutor/request_profile_evaluation/ | |
| V2Api | v2TutorReviewsCreate | POST /v2/tutor/reviews/ | |
| V2Api | v2TutorReviewsDelete | DELETE /v2/tutor/reviews/{id}/ | |
| V2Api | v2TutorReviewsList | GET /v2/tutor/reviews/ | |
| V2Api | v2TutorReviewsPartialUpdate | PATCH /v2/tutor/reviews/{id}/ | |
| V2Api | v2TutorReviewsRead | GET /v2/tutor/reviews/{id}/ | |
| V2Api | v2TutorReviewsUpdate | PUT /v2/tutor/reviews/{id}/ | |
| V2Api | v2TutorSerialCoursesList | GET /v2/tutor/serial_courses/ | |
| V2Api | v2TutorSerialCoursesRead | GET /v2/tutor/serial_courses/{id}/ | |
| V2Api | v2TutorSettingsPartialUpdate | PATCH /v2/tutor/settings/ | |
| V2Api | v2TutorSettingsRead | GET /v2/tutor/settings/ | |
| V2Api | v2TutorSettingsUpdate | PUT /v2/tutor/settings/ | |
| V2Api | v2TutorStripeAuthorizeCreate | POST /v2/tutor/stripe_authorize/ | |
| V2Api | v2TutorTrialsCallsCreate | POST /v2/tutor/trials-calls/ | |
| V2Api | v2TutorTutorFeedbackCreate | POST /v2/tutor/tutor_feedback/ | |
| V2Api | v2TutorTutorFeedbackDelete | DELETE /v2/tutor/tutor_feedback/{booking__pk}/ | |
| V2Api | v2TutorTutorFeedbackList | GET /v2/tutor/tutor_feedback/ | |
| V2Api | v2TutorTutorFeedbackPartialUpdate | PATCH /v2/tutor/tutor_feedback/{booking__pk}/ | |
| V2Api | v2TutorTutorFeedbackRead | GET /v2/tutor/tutor_feedback/{booking__pk}/ | |
| V2Api | v2TutorTutorFeedbackUpdate | PUT /v2/tutor/tutor_feedback/{booking__pk}/ | |
| V2Api | v2UsersIsLoggedInCreate | POST /v2/users/is_logged_in/ | |
| V2Api | v2UsersIsLoggedInList | GET /v2/users/is_logged_in/ | |
| V2Api | v2UsersIsLoggedInUpdate | PUT /v2/users/is_logged_in/ | |
| V2Api | v2UsersLoginCreate | POST /v2/users/login/ | |
| V2Api | v2UsersLogoutList | GET /v2/users/logout/ | |
| V2Api | v2UsersProfilePartialUpdate | PATCH /v2/users/profile/{id}/ | |
| V2Api | v2UsersProfileUpdate | PUT /v2/users/profile/{id}/ | |
| V2Api | v2UsersProfileUserProfileCreate | POST /v2/users/profile/user_profile/ | |
| V2Api | v2UsersProfileUserProfileList | GET /v2/users/profile/user_profile/ | |
| V2Api | v2UsersProfileUserProfileUpdate | PUT /v2/users/profile/user_profile/ | |
| V2Api | v2ZoomCallbackCreate | POST /v2/zoom/callback/ | |
| V2Api | v2ZoommeetingRead | GET /v2/zoommeeting/{booking_id}/ | |
| V3Api | v3CustomerActionTakenCreate | POST /v3/customer/action-taken/ | |
| V3Api | v3CustomerChatTutorCreate | POST /v3/customer/chat/tutor/{tutor_id}/ | |
| V3Api | v3CustomerChatTutorRead | GET /v3/customer/chat/tutor/{tutor_id}/ | |
| V3Api | v3CustomerJobApplicationList | GET /v3/customer/job/{job_post_id}/application | |
| V3Api | v3CustomerJobsCreate | POST /v3/customer/jobs/ | |
| V3Api | v3CustomerJobsDelete | DELETE /v3/customer/jobs/{id}/ | |
| V3Api | v3CustomerJobsList | GET /v3/customer/jobs/ | |
| V3Api | v3CustomerJobsRead | GET /v3/customer/jobs/{id}/ | |
| V3Api | v3CustomerRegisterCreate | POST /v3/customer/register/ | |
| V3Api | v3CustomerRetakeCreate | POST /v3/customer/retake/ | |
| V3Api | v3CustomerVerboliaCreate | POST /v3/customer/verbolia/ | |
| V3Api | v3DbsPaymentCreate | POST /v3/dbs-payment/ | |
| V3Api | v3LoginCreate | POST /v3/login/ | |
| V3Api | v3ProfileCoveragePartialUpdate | PATCH /v3/profile-coverage/ | |
| V3Api | v3ProfileCoverageUpdate | PUT /v3/profile-coverage/ | |
| V3Api | v3ProfileFilesUploadPartialUpdate | PATCH /v3/profile-files-upload/ | |
| V3Api | v3ProfileFilesUploadUpdate | PUT /v3/profile-files-upload/ | |
| V3Api | v3ProfileSubmitCreate | POST /v3/profile-submit/ | |
| V3Api | v3ProfileSubmitPartialUpdate | PATCH /v3/profile-submit/ | |
| V3Api | v3ProfileSubmitUpdate | PUT /v3/profile-submit/ | |
| V3Api | v3ProfileUpdatePartialUpdate | PATCH /v3/profile-update/ | |
| V3Api | v3ProfileUpdateUpdate | PUT /v3/profile-update/ | |
| V3Api | v3ProfileVideoUploadPartialUpdate | PATCH /v3/profile-video-upload/ | |
| V3Api | v3ProfileVideoUploadUpdate | PUT /v3/profile-video-upload/ | |
| V3Api | v3SocialsCreate | POST /v3/socials/ | |
| V3Api | v3SocialsFacebookCreate | POST /v3/socials/facebook | |
| V3Api | v3SubjectsList | GET /v3/subjects/ | |
| V3Api | v3TutorRegistrationCreate | POST /v3/tutor-registration/ | |
| V3Api | v3TutorVerboliaCreate | POST /v3/tutor/verbolia/ | |
| V3Api | v3TutorVerboliaList | GET /v3/tutor/verbolia/ | |
| V3Api | v3TutorcruncherContractorsCreate | POST /v3/tutorcruncher/contractors/ | |
| V3Api | v3ValidatePhone | GET /v3/validate/phone/ |
Documentation For Models #
- ACourse
- ACourseSubject
- ACourseSubscription
- AcceptInvitation
- Availability
- AvailabilitySlot
- Booking
- BookingReschedule
- Card
- Chat
- ChatTutor
- ChatUser
- ContactUs
- Country
- Coupon
- CourseOption
- CreateAccount
- Customer
- CustomerEnquiry
- CustomerFeedback
- CustomerInterest
- CustomerJobPostCreate
- CustomerProfile
- CustomerSettings
- Day
- DownloadRequest
- Enquiry
- FeedbackBooking
- FeedbackSerialCourse
- FindTutorRequest
- FullUser
- GroupSubjects
- IndexTutorCard
- IndexTutors
- Interest
- Invitation
- InvitationDates
- InvitationInstant
- JobApplication
- JobApplicationTutor
- JobApplicationTutorMinimal
- JobPostAvailability
- JobPostDetail
- JobPostList
- JobPostShort
- JobPostStudentAvailability
- JobPostView
- LessonPrice
- Level
- LoginRequestDTO
- LoginResponseDTO
- Message
- MessageTutorEnquiry
- NotificationType
- OnboardingFlowCreateCustomer
- PersonalityEnquiry
- PersonalityTestLevel
- PersonalityTestSubject
- PhoneConfirmation
- ProfileAttachment
- Qualification
- Question
- QuestionOption
- RecordAction
- RequestTutor
- School
- SchoolsupplyRequestTutorSerializer
- SendPersonalityEnquiryToTutor
- SerialCourseCustomer
- Session
- SetupIntent
- SimpleSubjectLevel
- SocialLogin
- SocialToken
- StripeAuthorize
- StudentPersonality
- Subject
- SubjectLevel
- SubjectLevels
- SubscribedNotification
- SupplyTeachingExperience
- SupplyTeachingLevel
- TeachingExperience
- TeachingFrequency
- TeachingLevel
- TestAnswer
- TrialCallInvitation
- Tutor
- TutorAvailability
- TutorBookingSerializer
- TutorCard
- TutorCreateAccount
- TutorCruncherSignup
- TutorEnquiry
- TutorFeedback
- TutorInvitation
- TutorJobPostView
- TutorLogin
- TutorPersonalityEnquirySerializer
- TutorProfile
- TutorProfileDisplay
- TutorProfileFiles
- TutorProfileOnboarding
- TutorQualification
- TutorReference
- TutorReferenceCreate
- TutorReview
- TutorSerialCourseSerializer
- TutorSettings
- TutorSubject
- TutorSupplyProfile
- TutorTimeOff
- User
- UserNotification
- UserProfile
- UserRetrival
- UserUpdate
- V1NotificationsList200Response
- V2SchoolsupplyApplicationsList200Response
- V2SchoolsupplyJobsList200Response
- V2TutorList200Response
- ZoomMeeting
Documentation For Authorization #
Authentication schemes defined for the API:
Basic #
- Type: HTTP Basic authentication
Token #
- Type: API key
- API key parameter name: Authorization
- Location: HTTP header