Skip to main content

Driver Schedule Special Event Types Ep

POST 

/v1/driver_schedule/special_event/types

List Special Event Types

Returns the list of available special event type names that can be assigned to drivers.
These types are configurable as Special Pay Configs with a type of "scheduled" in the payroll service.

Required Scopes (ids.r, ids.w)

Response

list[str]
The available special event type names.

Responses

Successful Response

[
"string"
]
Loading...