cURL
curl --request GET \ --url https://api.comm.com/api/v1/enrichment/mnp \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "team_id": "<string>", "amount": 123, "cost": 123, "filters": "<string>", "created_at": "<string>", "done_at": "<string>", "status": "<string>", "meta": { "filters": [], "status_reason": "No contacts", "notes": [] } } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Array of LookupCheckResource
LookupCheckResource
The response is of type object.
object