Skip to main content
GET
/
api
/
v1
/
domain-packs
/
{pack_id}
/
filing-calendar
Return regulatory filing and deadline calendar items
curl --request GET \
  --url https://reg-api.esheria.co.ke/api/v1/domain-packs/{pack_id}/filing-calendar \
  --header 'x-api-key: <api-key>'
{
  "status": "error",
  "errors": [
    {
      "code": "unauthorized",
      "message": "Invalid API key"
    }
  ],
  "trace_id": "trace-123"
}

Documentation Index

Fetch the complete documentation index at: https://docs.esheria.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
default:YOUR_ESHERIA_API_KEY
required

Client API key issued by Esheria.

Path Parameters

pack_id
string
required

Query Parameters

publication_mode
string | null
duty_holder
string | null
workflow_target
string | null
instrument_id
string | null
limit
integer
default:100
Required range: 1 <= x <= 500

Response

Successful Response