cURL
curl --request GET \ --url https://api.example.com/v1/enrichments/{enrichment_id} \ --header 'x-apikey: <x-apikey>'
{ "id": 1, "name": "Enrichment Example", "description": "Description for Enrichment Example", "params": [ { "name": "param1", "is_required": true, "type_field": "text" } ], "response_fields": [ { "name": "field1", "type_field": "text" } ] }
Retrieve detailed information about a specific enrichment by its ID.
API Key for authentication
The ID of the enrichment to retrieve
Successful Response
Show child attributes