Calseta is under active development. APIs and features may change. We welcome feedback and contributions on GitHub.
cURL
curl --request GET \ --url https://api.example.com/v1/enrichments/providers
{ "data": [ { "provider_name": "<string>", "display_name": "<string>", "supported_types": [ "ip" ], "is_configured": true, "cache_ttl_seconds": 123 } ], "meta": {} }
Return all registered enrichment providers with their configuration status.
is_configured is true when the provider’s API key or credentials are set in the environment. No secrets are included in the response.
is_configured
true
Successful Response
Show child attributes