Skip to main content
The catalog endpoint returns the menu of sections and datasets you are allowed to export. Call it once at setup to discover dataset codes and their cursor fields, and again periodically to detect newly-activated datasets (datasets flip from available: false to available: true as they ship).

Request

Endpoint

https://v3-api.cleargrid.ai/admin/v3

Headers

string
required
Bearer token obtained from the Lender Login endpoint. Format: Bearer <access_token>.

Path parameters

string
required
Your lender public ID. Must equal the lenderId encoded in the JWT, otherwise the request returns 403.

Example request

Response

All five sections (S1S5) and all 25 dataset codes are returned. Phase 1 datasets carry available: true; Phase 2 and reserved datasets carry available: false.

Response fields

integer
HTTP status code, mirrored in the body. 200 on success.
string
Human-readable result message.
string
Version anchor for the catalog response shape. Currently "v1". Additive changes (new fields, new datasets) stay on v1. Breaking changes — if and when they happen — will land at a new endpoint path (/exports/v2/...) so existing pipelines keep working unchanged.
array
Array of section objects.
array
Always an empty array on success.

Use cases

  • Boot-time discovery — fetch once and build a client-side allowlist of (section, dataset) pairs where available: true.
  • Periodic re-check — fetch on a schedule (e.g. weekly) to detect datasets that have been newly activated for your tenant.

Need Help?

Our support team is available Monday-Friday, 9 AM - 6 PM GST. Reach out at support@cleargrid.co or visit our help center.