Get a site days off periodget https://api.developers.deliveroo.com/site/v1/brands/{brand_id}/sites/{site_id}/days_off/{days_off_id}A days off period can be retrieved by using this endpoint.Path Paramsbrand_idstringrequiredThe unique identifier for the brand.site_idstringrequiredIdentifier defined by the user.days_off_idstringrequiredThe unique identifier for the days off.Responses 200Successfully returning the days off period. 400Typically, a required parameter is missing or invalid. 401The provided API key and API token is invalid or disabled. 404The specified resource could not be found. 500Something went wrong on our end. You'll have to try again later once we've fixed it.Updated 24 days ago