Total endpoints: 329
Select a route using Try, add token if needed, and send request.
Token usage is set automatically based on selected API middleware.
{}
| Endpoint | Request Type | Payload Format | Route Name |
|---|---|---|---|
| /api/accept-on-demand-session Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/accept-session Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/add-medium-in-backfill-queue Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"appointment_id": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/add-medium-to-on-demand-queue Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/admin-resend-manual-survey Public | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"survey_id": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
adminResendManualServey |
| /api/admin-send-manual-survey Public | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"medium_email": {
"required": true,
"type": "email",
"rules": "required|email"
},
"client_email": {
"required": true,
"type": "email",
"rules": "required|email"
}
}
}
|
adminSendManualServey |
| /api/admin/add-referal-code Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"referal_code": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/admin/appointment-change-status Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
appointmentStatusChange |
| /api/admin/approve-feedback-by-id Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
approve-feedback-by-id |
| /api/admin/approve-request Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
approveRequest |
| /api/admin/approve-user Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
approveUser |
| /api/admin/cancellation-reasons/save Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/admin/change-current-mediumship-level Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
changeCurrentMediumshipLevel |
| /api/admin/change-session-preferences Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
saveApprovedSessionPreferences |
| /api/admin/change-status-appointment Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
changeTheStatusOfAppointment |
| /api/admin/check-requests-data Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
checkRequest |
| /api/admin/client-convert-medium Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
convertClientToMedium |
| /api/admin/client/starter-volunteer-status-update/{id} Protected | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/admin/create-topic Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"topic": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/admin/delete-all-feedbacks Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
delete-all-feedback |
| /api/admin/delete-feedback-by-id Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
delete-feedback-by-id |
| /api/admin/delete-topic Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"id": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/admin/edit-topic/{id} Protected | POST |
POST
{
"path_params": {
"id": "{id}"
},
"query_params": {},
"body": {
"topic": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/admin/export-appoitment-list Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
exportAppoitmentList |
| /api/admin/get-admin-appointments/{appointmentType?} Protected | GET |
GET
{
"path_params": {
"appointmentType": "{appointmentType}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
getAllAdminAppointments |
| /api/admin/get-all-appointments Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
getAppointments |
| /api/admin/get-all-media Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/admin/get-all-mediums Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
getAllMediums |
| /api/admin/get-all-requests Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
getAllRequests |
| /api/admin/get-banner-page Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
getBannerPage |
| /api/admin/get-blocked-mediums Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/admin/get-cancellation-reasons Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
getCancellationReasons |
| /api/admin/get-client-medium-timezone Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"client_id": {
"required": true,
"type": "string",
"rules": "required"
},
"medium_id": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/admin/get-dashboard-counts Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
getDashboardCardCounts |
| /api/admin/get-declined-mediums Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
getDeclinedMediums |
| /api/admin/get-export-requests Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/admin/get-intermediate-mediums Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
getIntermediate |
| /api/admin/get-is_reschedule-sessions Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
getIsRescheduleSessions |
| /api/admin/get-media-details/{id} Protected | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/admin/get-medium-details Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
getSingleMediumInfo |
| /api/admin/get-no-zoom-app-clients Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/admin/get-novice-mediums Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
getNovice |
| /api/admin/get-professional-mediums Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
getProfessionals |
| /api/admin/get-referal-codes Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/admin/get-subsessions/{id?} Protected | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/admin/get-topic Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/admin/get-user-detected-timezones Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/admin/group-sessions/cancellation Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
groupSessionsCancellation |
| /api/admin/group-sessions/no-show Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
groupSessionsNoShow |
| /api/admin/group-sessions/remove Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
groupSessionsRemove |
| /api/admin/import-feedback Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/admin/issue-resolved-user Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
issueResolvedUser |
| /api/admin/medium-services-list/{id} Protected | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/admin/medium/update-banner-text Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"banner_text": {
"required": true,
"type": "string",
"rules": "required"
},
"is_enabled": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/admin/outreach-client/update-banner-text Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"banner_text": {
"required": true,
"type": "string",
"rules": "required"
},
"is_enabled": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/admin/pending-approvals Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
getPendingApprovals |
| /api/admin/perform-bulk-actions Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
perform-bulk-actions |
| /api/admin/reschedule-appointment Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"date": {
"required": true,
"type": "string",
"rules": "required"
},
"time": {
"required": true,
"type": "string",
"rules": "required"
},
"appointment_id": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/admin/resend-activation-mail Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
resendActivationMail |
| /api/admin/save-banner-page Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"description": {
"required": true,
"type": "string",
"rules": "required"
},
"status": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
saveBannerPage |
| /api/admin/save-direct-appointment Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"date": {
"required": true,
"type": "string",
"rules": "required"
},
"time": {
"required": true,
"type": "string",
"rules": "required"
},
"client_id": {
"required": true,
"type": "string",
"rules": "required"
},
"medium_id": {
"required": true,
"type": "string",
"rules": "required"
},
"session_type": {
"required": true,
"type": "string",
"rules": "required"
},
"subsession_id": {
"required": true,
"type": "string",
"rules": "required"
},
"duration": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/admin/search-users/{usertype?}/{clientType?} Protected | GET |
GET
{
"path_params": {
"usertype": "{usertype}",
"clientType": "{clientType}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
searchUserByType |
| /api/admin/send-interview-email/{id} Protected | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/admin/send-payment-request Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/admin/set-medium-status Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
setMediumStatus |
| /api/admin/set-off-demand-all Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/admin/set-reschedule-settings Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
setRescheduleSettings |
| /api/admin/set-site-settings Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
setSessionLimit |
| /api/admin/starter-client/update-banner-text Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"banner_text": {
"required": true,
"type": "string",
"rules": "required"
},
"is_enabled": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/admin/test-user Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"user_id": {
"required": true,
"type": "string",
"rules": "required|exists:users,id"
},
"test_user_status": {
"required": true,
"type": "boolean",
"rules": "required|boolean"
}
}
}
|
testUser |
| /api/admin/update-media-submission Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"id": {
"required": true,
"type": "string",
"rules": "required"
},
"title": {
"required": false,
"type": "string",
"rules": "nullable|string|max:255"
},
"description": {
"required": false,
"type": "string",
"rules": "nullable|string|max:1000"
},
"listing_page": {
"required": false,
"type": "string",
"rules": "nullable|string|max:255"
},
"status": {
"required": false,
"type": "string",
"rules": "nullable"
},
"date": {
"required": false,
"type": "string",
"rules": "nullable"
}
}
}
|
- |
| /api/admin/update-medium-pricing Public | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"medium_id": {
"required": true,
"type": "number",
"rules": "required|integer|exists:users,id"
},
"session_type": {
"required": true,
"type": "array",
"rules": "required|array"
},
"session_type.*": {
"required": false,
"type": "number",
"rules": "integer"
},
"subsession_type": {
"required": true,
"type": "array",
"rules": "required|array"
},
"subsession_type.*": {
"required": false,
"type": "number",
"rules": "integer"
},
"price_for_attendees": {
"required": true,
"type": "array",
"rules": "required|array"
},
"price_for_attendees.*": {
"required": false,
"type": "number",
"rules": "numeric|min:0"
}
}
}
|
- |
| /api/admin/update-transaction/{id} Protected | POST |
POST
{
"path_params": {
"id": "{id}"
},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/admin/update-video-link Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"id": {
"required": true,
"type": "string",
"rules": "required"
},
"link": {
"required": false,
"type": "string",
"rules": "nullable"
}
}
}
|
- |
| /api/admin/users/{usertype?}/{clientType?} Protected | GET |
GET
{
"path_params": {
"usertype": "{usertype}",
"clientType": "{clientType}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
getAllUsers |
| /api/admin/zoom-link-generate Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"appointment_id": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/appointment-show Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/appointment-slots-by-id Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"appointment_id": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
getAppointmentSlotsById |
| /api/appointment/{id} Public | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/approve-feedback Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/assign-session-by-level Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/block-date-from-appointment-cancellation Public | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"date": {
"required": true,
"type": "string",
"rules": "required"
},
"time": {
"required": true,
"type": "string",
"rules": "required"
},
"medium_id": {
"required": true,
"type": "string",
"rules": "required"
},
"type": {
"required": true,
"type": "string",
"rules": "required|string|in:full_day,one_hour"
}
}
}
|
blockDateFromAppointmentCancellation |
| /api/block-user-pair Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"blocked_by": {
"required": true,
"type": "string",
"rules": "required"
},
"blocked_user": {
"required": true,
"type": "string",
"rules": "required"
},
"appointment_id": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/book-on-demand-session Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/calendly/callback Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/calendly/get-redirection-url Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/cancel-appointment-webhook Public | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/change-medium-status-appointment Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
changeTheStatusMediumOfAppointment |
| /api/change-passwords Public | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"passwordToken": {
"required": true,
"type": "string",
"rules": "required"
},
"password": {
"required": true,
"type": "string",
"rules": "required|confirmed"
},
"password_confirmation": {
"required": true,
"type": "string",
"rules": "required_with:password|same:password"
}
}
}
|
- |
| /api/check-coaching-availability Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/check-medium-availability Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"sub_session_id": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/check-medium-in-on-demand-queue Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/check-medium-token Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/check-practice-availability Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"date": {
"required": true,
"type": "string",
"rules": "required"
},
"time": {
"required": true,
"type": "string",
"rules": "required"
},
"service": {
"required": true,
"type": "string",
"rules": "required"
},
"service_type": {
"required": true,
"type": "string",
"rules": "required"
},
"session_length": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/check-refer-code Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/check-timezone-as-per-country Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/check-zoom-connection Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/clear-on-demand-cache/{id} Protected | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/client-change-appointment-status Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
changeTheStatusClientOfAppointment |
| /api/client-medium-conflict Public | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"email": {
"required": true,
"type": "email",
"rules": "required|email"
}
}
}
|
- |
| /api/coaching/check-free-booking Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/coaching/get-booking-medium Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"date": {
"required": true,
"type": "string",
"rules": "required"
},
"time": {
"required": true,
"type": "string",
"rules": "required"
},
"service": {
"required": true,
"type": "string",
"rules": "required"
},
"service_type": {
"required": true,
"type": "string",
"rules": "required"
},
"session_length": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/coaching/get-mediums Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"service": {
"required": true,
"type": "string",
"rules": "required"
},
"session_length": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/coaching/get-slots-by-date Protected | GET |
GET
{
"path_params": {},
"query_params": {
"date": {
"required": true,
"type": "string",
"rules": "required"
},
"session_id": {
"required": true,
"type": "string",
"rules": "required"
},
"subsession_id": {
"required": true,
"type": "string",
"rules": "required"
}
},
"body": "N/A"
}
|
- |
| /api/confirm-appointment-api/{id?} Public | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/confirm-appointment/{id?} Public | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/convert-to-client-timezone Public | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/copy-block-dates Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/copy-selected-dates-schedule Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/copy-specific-dates-schedule Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/copy-weekly-dates-schedule Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/create-backfill-booking Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/create-coaching-appointment Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/create-dummy-appointment Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"service": {
"required": true,
"type": "string",
"rules": "required"
},
"service_type": {
"required": true,
"type": "string",
"rules": "required"
},
"session_length": {
"required": true,
"type": "string",
"rules": "required"
},
"medium_id": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/create-guest-booking Public | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"email": {
"required": true,
"type": "string",
"rules": "required"
},
"timezone": {
"required": true,
"type": "string",
"rules": "required"
},
"date": {
"required": true,
"type": "string",
"rules": "required"
},
"time": {
"required": true,
"type": "string",
"rules": "required"
},
"session_id": {
"required": true,
"type": "string",
"rules": "required"
},
"subsession_id": {
"required": true,
"type": "string",
"rules": "required"
},
"medium_id": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/create-interview-booking Public | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"timezone": {
"required": true,
"type": "string",
"rules": "required"
},
"date": {
"required": true,
"type": "date",
"rules": "required|date_format:Y-m-d"
},
"time": {
"required": true,
"type": "string",
"rules": "required"
},
"client_id": {
"required": true,
"type": "number",
"rules": "required|integer"
},
"mediums": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/create-on-demand-booking Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/create-practice-appointment Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"date": {
"required": true,
"type": "string",
"rules": "required"
},
"time": {
"required": true,
"type": "string",
"rules": "required"
},
"service": {
"required": true,
"type": "string",
"rules": "required"
},
"service_type": {
"required": true,
"type": "string",
"rules": "required"
},
"session_length": {
"required": true,
"type": "string",
"rules": "required"
},
"medium_id": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/create-support-appointment Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"date": {
"required": true,
"type": "string",
"rules": "required"
},
"time": {
"required": true,
"type": "string",
"rules": "required"
},
"service": {
"required": true,
"type": "string",
"rules": "required"
},
"service_type": {
"required": true,
"type": "string",
"rules": "required"
},
"session_length": {
"required": true,
"type": "string",
"rules": "required"
},
"medium_id": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/create-webhook-subscription Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/date-time-as-per-client-medium Public | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/delete-all-on-demand-history Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/delete-feedback Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"id": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/delete-on-demand-history/{id} Protected | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/delete-single-medium-availability/{id} Protected | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/delete-sub-session-data Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/delete-time-slot Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/edit-on-demand-session/{id} Protected | POST |
POST
{
"path_params": {
"id": "{id}"
},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/email-reverification Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/email/resend Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
verification.resend |
| /api/email/verify/{id} Public | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
verification.verify |
| /api/export-appoitment Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/export-appoitment-link Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/feedback-view/{appointment_id} Protected | GET |
GET
{
"path_params": {
"appointment_id": "{appointment_id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/fetch-meta-data Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"url": {
"required": true,
"type": "string",
"rules": "required|url:http,https"
}
}
}
|
- |
| /api/get-all-cancellation-reasons Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
getAllCancellationReasons |
| /api/get-all-feedbacks Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-all-google-booking-calender Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-all-subsession-data Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-all-topic-data Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-all-transactions Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
alltransactions |
| /api/get-all-type-appointments Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-all-zoom-booking-calender Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-appointment-zoom-link/{id} Protected | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-approved-feedback Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-banner-page Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-client-appointment-status Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-client-legal-privacy Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-client-preferences Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-coaching-availability Protected | GET |
GET
{
"path_params": {},
"query_params": {
"from": {
"required": true,
"type": "string",
"rules": "required"
},
"to": {
"required": true,
"type": "string",
"rules": "required"
},
"service": {
"required": true,
"type": "string",
"rules": "required"
},
"service_type": {
"required": true,
"type": "string",
"rules": "required"
},
"session_length": {
"required": true,
"type": "string",
"rules": "required"
},
"medium_id": {
"required": true,
"type": "string",
"rules": "required"
}
},
"body": "N/A"
}
|
- |
| /api/get-default-preferences/{id?} Protected | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-google-sync-settings Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-interview-slots-by-date Public | GET |
GET
{
"path_params": {},
"query_params": {
"date": {
"required": true,
"type": "string",
"rules": "required"
},
"session_id": {
"required": true,
"type": "string",
"rules": "required"
}
},
"body": "N/A"
}
|
- |
| /api/get-matched-availabilites Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"date": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/get-media-list/{type} Public | GET |
GET
{
"path_params": {
"type": "{type}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-medium-appointment-status Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-medium-appointments/{id?} Protected | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-medium-availability Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-medium-backfill-settings Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-medium-currency Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-medium-details Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
public.getSingleMediumInfo |
| /api/get-medium-legal-privacy Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-medium-profile Public | GET |
GET
{
"path_params": {},
"query_params": {
"email": {
"required": true,
"type": "string",
"rules": "required"
}
},
"body": "N/A"
}
|
- |
| /api/get-medium-schedules-list Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/get-medium-services Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-medium-token-status/{id} Public | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-mediums Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/get-mediums-info Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/get-meeting-link/{appointment_id} Protected | GET |
GET
{
"path_params": {
"appointment_id": "{appointment_id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-new-appointment-list Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-on-demand-practice-events Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-on-demand-session-by-id/{id} Protected | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-on-demand-session-categories Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-on-demand-session-slots Protected | GET |
GET
{
"path_params": {},
"query_params": {
"from": {
"required": true,
"type": "string",
"rules": "required"
},
"to": {
"required": true,
"type": "string",
"rules": "required"
}
},
"body": "N/A"
}
|
- |
| /api/get-on-demand-sessions Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-on-demand-sessions-history Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-ondemand-queue Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-past-speaker-events Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-payment-gateways Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-practice-availability Protected | GET |
GET
{
"path_params": {},
"query_params": {
"from": {
"required": true,
"type": "string",
"rules": "required"
},
"to": {
"required": true,
"type": "string",
"rules": "required"
},
"service": {
"required": true,
"type": "string",
"rules": "required"
},
"service_type": {
"required": true,
"type": "string",
"rules": "required"
},
"session_length": {
"required": true,
"type": "string",
"rules": "required"
},
"medium_id": {
"required": true,
"type": "string",
"rules": "required"
}
},
"body": "N/A"
}
|
- |
| /api/get-prodessional-mediums Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-services-list Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-session-data/{id} Public | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"from": {
"required": true,
"type": "string",
"rules": "required"
},
"to": {
"required": true,
"type": "string",
"rules": "required"
},
"timezone": {
"required": true,
"type": "string",
"rules": "required"
}
},
"body": "N/A"
}
|
- |
| /api/get-session-limit Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-session-mediumship-records Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-session-pricing Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-session-type Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-session/{id?} Protected | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-sessions-data Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-sesssion-data-by-date/{id} Public | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"date": {
"required": true,
"type": "string",
"rules": "required"
},
"timezone": {
"required": true,
"type": "string",
"rules": "required"
},
"session_id": {
"required": true,
"type": "string",
"rules": "required"
},
"subsession_id": {
"required": true,
"type": "string",
"rules": "required"
}
},
"body": "N/A"
}
|
- |
| /api/get-single-medium-availability/{id} Protected | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-site-setting Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
getSiteSettings |
| /api/get-slots-by-date Protected | GET |
GET
{
"path_params": {},
"query_params": {
"date": {
"required": true,
"type": "string",
"rules": "required"
},
"session_id": {
"required": true,
"type": "string",
"rules": "required"
}
},
"body": "N/A"
}
|
- |
| /api/get-slots-count-by-from-to-date Protected | GET |
GET
{
"path_params": {},
"query_params": {
"from": {
"required": true,
"type": "string",
"rules": "required"
},
"to": {
"required": true,
"type": "string",
"rules": "required"
},
"session_id": {
"required": true,
"type": "string",
"rules": "required"
}
},
"body": "N/A"
}
|
- |
| /api/get-subsession-by-id/{id?} Protected | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-subsessions/{id?} Public | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-support-availability Protected | GET |
GET
{
"path_params": {},
"query_params": {
"from": {
"required": true,
"type": "string",
"rules": "required"
},
"to": {
"required": true,
"type": "string",
"rules": "required"
},
"service": {
"required": true,
"type": "string",
"rules": "required"
},
"service_type": {
"required": true,
"type": "string",
"rules": "required"
},
"session_length": {
"required": true,
"type": "string",
"rules": "required"
},
"medium_id": {
"required": true,
"type": "string",
"rules": "required"
}
},
"body": "N/A"
}
|
- |
| /api/get-timezones-by-country/{country} Public | GET |
GET
{
"path_params": {
"country": "{country}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-transaction-by-appointment Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/get-webhook-responses Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
google.calendar.webhook |
| /api/get-zoom-link Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/google-calendar-sync Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/google-calendar-sync-confirmation Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/google/all-calendar-list Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/google/calendar Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/google/calendar/unlink Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/group-sessions/booking-medium/remove Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/group-sessions/cancellation Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/group-sessions/no-show Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/group-sessions/remove Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/group/coaching/create-appointment Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"date": {
"required": true,
"type": "string",
"rules": "required"
},
"time": {
"required": true,
"type": "string",
"rules": "required"
},
"time_slot_id": {
"required": true,
"type": "string",
"rules": "required"
},
"medium_id": {
"required": true,
"type": "string",
"rules": "required"
},
"service": {
"required": true,
"type": "string",
"rules": "required"
},
"session_length": {
"required": true,
"type": "string",
"rules": "required"
},
"duration": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/group/coaching/get-available-mediums Protected | GET |
GET
{
"path_params": {},
"query_params": {
"service": {
"required": true,
"type": "string",
"rules": "required"
},
"session_length": {
"required": true,
"type": "string",
"rules": "required"
}
},
"body": "N/A"
}
|
- |
| /api/group/coaching/get-medium-calendar Protected | GET |
GET
{
"path_params": {},
"query_params": {
"from": {
"required": true,
"type": "string",
"rules": "required"
},
"to": {
"required": true,
"type": "string",
"rules": "required"
},
"service": {
"required": true,
"type": "string",
"rules": "required"
},
"session_length": {
"required": true,
"type": "string",
"rules": "required"
},
"medium_id": {
"required": true,
"type": "string",
"rules": "required"
}
},
"body": "N/A"
}
|
- |
| /api/group/coaching/get-medium-slots-by-date Protected | GET |
GET
{
"path_params": {},
"query_params": {
"date": {
"required": true,
"type": "string",
"rules": "required"
},
"medium_id": {
"required": false,
"type": "string",
"rules": "nullable"
},
"session_id": {
"required": true,
"type": "string",
"rules": "required"
},
"subsession_id": {
"required": true,
"type": "string",
"rules": "required"
}
},
"body": "N/A"
}
|
- |
| /api/group/coaching/paid/create-appointment Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/interview-schedule-slots Public | GET |
GET
{
"path_params": {},
"query_params": {
"client_id": {
"required": true,
"type": "string",
"rules": "required"
},
"from": {
"required": true,
"type": "string",
"rules": "required"
},
"to": {
"required": true,
"type": "string",
"rules": "required"
},
"timezone": {
"required": true,
"type": "string",
"rules": "required"
},
"session_id": {
"required": true,
"type": "string",
"rules": "required"
},
"subsession_id": {
"required": true,
"type": "string",
"rules": "required"
}
},
"body": "N/A"
}
|
- |
| /api/language-data Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/login Public | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"email": {
"required": true,
"type": "email",
"rules": "required|email"
},
"password": {
"required": true,
"type": "string",
"rules": "required|string|min:6"
}
}
}
|
- |
| /api/login-by-user-id Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/logout Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/manual-survey-list Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
getManualServeyList |
| /api/medium-appointment-status-change Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
appointmentStatusChangeByMedium |
| /api/medium-onboarding Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/medium/payment-details/{token} Public | GET |
GET
{
"path_params": {
"token": "{token}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/my-legalandprivacy-data Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/my-preference-data/{id?} Protected | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/my-profile-data Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/my-tech-data/{id?} Protected | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/pay-it-forward Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
getPaymentLink |
| /api/pay-it-forward-process Public | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
getPaymentLinkWithAuth |
| /api/paypal-access/{id?} Public | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
paypal.access |
| /api/practice-session/no-show Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"user_id": {
"required": true,
"type": "string",
"rules": "required"
},
"appointment_id": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/practice/get-slots-by-date Protected | GET |
GET
{
"path_params": {},
"query_params": {
"date": {
"required": true,
"type": "string",
"rules": "required"
},
"session_id": {
"required": true,
"type": "string",
"rules": "required"
},
"subsession_id": {
"required": true,
"type": "string",
"rules": "required"
}
},
"body": "N/A"
}
|
- |
| /api/practice/practice-circles/get-available-mediums Protected | GET |
GET
{
"path_params": {},
"query_params": {
"service": {
"required": true,
"type": "string",
"rules": "required"
},
"session_length": {
"required": true,
"type": "string",
"rules": "required"
}
},
"body": "N/A"
}
|
- |
| /api/profile-info/{id?} Protected | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/push-my-vailability-google-calendars Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/refer-others Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/refresh Public | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/register Public | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"email": {
"required": true,
"type": "email",
"rules": "required|string|email|max:100|unique:users"
},
"password": {
"required": true,
"type": "string",
"rules": "required|min:6"
}
}
}
|
- |
| /api/reject-on-demand-session Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/remove-medium-from-backfill-queue Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"appointment_id": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/remove-medium-from-on-demand-queue Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/remove-ondemand-session/{id} Protected | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/remove-pair-from-cache Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/replace-schedule Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/request-change Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/reschedule-appointment Public | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"date": {
"required": true,
"type": "string",
"rules": "required"
},
"time": {
"required": true,
"type": "string",
"rules": "required"
},
"appointment_id": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/reschedule-appointment-id Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"date": {
"required": true,
"type": "string",
"rules": "required"
},
"time": {
"required": true,
"type": "string",
"rules": "required"
},
"appointment_id": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
rescheduleAppointmentById |
| /api/reset-password-request Public | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/roll-over-google-availability Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/save-advance-booking Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"date": {
"required": true,
"type": "string",
"rules": "required"
},
"meeting_link": {
"required": true,
"type": "string",
"rules": "required"
},
"slot_id": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/save-client-timezone Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"timezone_id": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/save-direct-advance-appointment Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/save-direct-advance-appointment-return-payment-url Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/save-gateway-credentials Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
saveGatewayCredentials |
| /api/save-media-submission Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"url": {
"required": true,
"type": "string",
"rules": "required|url:http,https"
},
"title": {
"required": false,
"type": "string",
"rules": "nullable|string|max:255"
},
"description": {
"required": false,
"type": "string",
"rules": "nullable|string|max:1000"
},
"reason": {
"required": true,
"type": "string",
"rules": "required"
},
"other_reason": {
"required": false,
"type": "string",
"rules": "nullable"
},
"recommend_audience": {
"required": true,
"type": "string",
"rules": "required"
},
"content_type": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/save-medium-backfill-settings Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"id": {
"required": false,
"type": "string",
"rules": "nullable|exists:medium_backfill_settings,id"
},
"medium_id": {
"required": true,
"type": "string",
"rules": "required"
},
"service_type": {
"required": true,
"type": "string",
"rules": "required"
},
"is_automatic": {
"required": true,
"type": "boolean",
"rules": "required|boolean"
},
"notification_method": {
"required": false,
"type": "string",
"rules": "nullable|string"
},
"appointment_time": {
"required": false,
"type": "string",
"rules": "nullable"
},
"min_notice": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/save-on-demand-practice-events Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"data": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/save-on-demand-session Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/save-pay-forward Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"medium_id": {
"required": true,
"type": "string",
"rules": "required"
},
"pay_forward": {
"required": true,
"type": "string",
"rules": "required"
},
"suggested_amount": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/save-session-data Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/save-session-terms Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/save-step-progress Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"step_number": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/save-sub-session-data Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/save-zoom-session-request Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/save_user_tracks Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/search/matching-mediums Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/select-country Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/select-payment Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/select-tool Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/send-payment-gateway-otp Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/send-survey-mail Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"appointment_id": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/send-verification-code Public | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/session-now Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/set-advanced-medium-availability Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/set-client-preferences Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/set-ondemand-session-reminder Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/set-online-offline Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/set-specific-medium-availability Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/settle-appointment-transaction/{id} Protected | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/show-timezones Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/specialty-data Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/square-up-access/{id?} Public | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
squareup.access |
| /api/starter-signup-survey Public | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"user_id": {
"required": true,
"type": "string",
"rules": "required"
},
"about_verysoul": {
"required": true,
"type": "string",
"rules": "required"
},
"past_experience": {
"required": true,
"type": "string",
"rules": "required"
},
"medium_psychic": {
"required": true,
"type": "string",
"rules": "required"
},
"help_text": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/stripe-access/{id?} Public | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
stripe.access |
| /api/support-ticket Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/support-ticket-data Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/support/get-slots-by-date Protected | GET |
GET
{
"path_params": {},
"query_params": {
"date": {
"required": true,
"type": "string",
"rules": "required"
},
"session_id": {
"required": true,
"type": "string",
"rules": "required"
},
"subsession_id": {
"required": true,
"type": "string",
"rules": "required"
}
},
"body": "N/A"
}
|
- |
| /api/sync-all-google-calendars-auto Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/trigger-notification-channel Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/unverified-users Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
getUnverifiedUsers |
| /api/update-appointment Public | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/update-banner-status Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"user_id": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/update-client-info Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/update-client-legal-privacy Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/update-client-starter-video-status Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"is_starter_video_displayed": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/update-coaching-feedback Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"feedback_id": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/update-coaching-session-pricing Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/update-detected-timezone Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"timezone": {
"required": true,
"type": "string",
"rules": "required"
},
"is_matched": {
"required": true,
"type": "boolean",
"rules": "required|boolean"
}
}
}
|
- |
| /api/update-feedback Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"feedback_id": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/update-google-calendar_id Public | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
setOffDemand |
| /api/update-google-sync-settings Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"enable_google_sync": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/update-include-exclude-test-appointments Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"include_exclude_test_appointments": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/update-initial-profile Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"country": {
"required": true,
"type": "string",
"rules": "required"
},
"languages.*": {
"required": true,
"type": "string",
"rules": "required|distinct"
}
}
}
|
- |
| /api/update-medium-legal-privacy Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/update-on-demand-box-status Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/update-password Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"old_password": {
"required": true,
"type": "string",
"rules": "required|min:6"
},
"new_password": {
"required": true,
"type": "string",
"rules": "required|confirmed|min:6"
}
}
}
|
- |
| /api/update-preference-data Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"current_roles": {
"required": true,
"type": "string",
"rules": "required"
},
"screen_name": {
"required": true,
"type": "string",
"rules": "required|string"
},
"allow_recordings": {
"required": true,
"type": "string",
"rules": "required"
},
"session_type": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/update-profile-picture Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/update-user-email Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"email": {
"required": true,
"type": "email",
"rules": "required|string|email|max:100|unique:users"
}
}
}
|
- |
| /api/update-user-technologies Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"calendar_type": {
"required": true,
"type": "string",
"rules": "required"
},
"zoom_account_type": {
"required": true,
"type": "string",
"rules": "required"
},
"preferred_browser": {
"required": true,
"type": "string",
"rules": "required"
},
"preferred_device": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/update-user-technologies-meta Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"legal_privacy": {
"required": true,
"type": "string",
"rules": "required"
},
"opt_in": {
"required": true,
"type": "string",
"rules": "required"
},
"code_of_ethics": {
"required": true,
"type": "string",
"rules": "required"
},
"operating_principal": {
"required": true,
"type": "string",
"rules": "required"
},
"medium_status": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/update-user-time-zone Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"timezone_id": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/update-verify-token Public | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/update-zoom-verification Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/user-linked-emails Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/user-profile Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/user/confirm-appointment/{id?} Public | GET |
GET
{
"path_params": {
"id": "{id}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/user/get-medium-details Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
users.getSingleMediumInfo |
| /api/user/verifyemail Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
verifyemail |
| /api/verify-calendar Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/verify-user-code Public | GET |
GET
{
"path_params": {},
"query_params": {
"code": {
"required": true,
"type": "string",
"rules": "required"
}
},
"body": "N/A"
}
|
- |
| /api/verify-zoom Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"example_field": "value"
}
}
|
- |
| /api/view-public-profile-data Protected | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/voluntree-client-status-change Protected | POST |
POST
{
"path_params": {},
"query_params": {},
"body": {
"client_id": {
"required": true,
"type": "string",
"rules": "required"
},
"action": {
"required": true,
"type": "string",
"rules": "required"
}
}
}
|
- |
| /api/zoom/callback Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/zoom/deauthorize Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/zoom/deauthorize-from-zoom Public | GET |
GET
{
"path_params": {},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |
| /api/zoom/get-redirection-url/{page} Public | GET |
GET
{
"path_params": {
"page": "{page}"
},
"query_params": {
"example": "optional filters as query string"
},
"body": "N/A"
}
|
- |