Skip to main content
GET
/
api
/
v1
/
domain-packs
/
{pack_id}
/
export
Export the published regulatory pack
curl --request GET \
  --url https://reg-api.esheria.co.ke/api/v1/domain-packs/{pack_id}/export \
  --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
include_all_forms
boolean
default:false

Response

Successful Response