Skip to content
Guides
Fulfillment & ShippingHolidays
settings:read

Get non-working date range

Returns one non-working date range.

GET/v1/shipping/holidays/{id}

Returns one non-working date range.

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Path Parameters

id*string

Unique identifier of the resource.

Header Parameters

Authorization*string

OAuth 2.0 bearer token.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/shipping/holidays/7204558912004325301" \  -H "Authorization: Bearer <token>"
{  "id": "7204558912004325301",  "storeId": "7204558912004325301",  "name": "Example resource",  "from": "2026-08-01",  "to": "2026-08-01",  "description": "Example description."}