Ingestion
Browse the supported format catalog
Returns the read-only catalog of formats the ingestion engine can parse, namespaced region -> family -> variant. The catalog is global-first and static (built-in parsers carry no tenant), so the response is identical for every authenticated caller. No path, query, or body parameters — the tenant is irrelevant to the built-in catalog.
get/v1/imports/formats
Response
OK
Example response
{
"regions": [
{
"families": [
{
"family": "cnab240",
"variants": [
{
"key": "br/cnab240/febraban-base",
"variant": "febraban-base"
}
]
}
],
"region": "BR"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.