Endpoint
- Method:
GET - Path:
/schedules/export - Edition: Core
- Controller:
SchedulesController@export - Route source:
fluent-booking/app/Http/Routes/api.php:71 - Policy:
MeetingPolicy
Export
GET
/schedules/export
Handler: SchedulesController@export. Source: fluent-booking/app/Http/Routes/api.php:71.
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Responses
Successful response.
application/json
JSON
{
"url": "string",
"expires_at": "string"
}