curl --request GET \
--url https://{host}/api/v3/leaves/{id} \
--header 'Authorization: <authorization>'{}Retrieve a single Leave by its unique identifier.
curl --request GET \
--url https://{host}/api/v3/leaves/{id} \
--header 'Authorization: <authorization>'{}Was this page helpful?