cURL
curl --request GET \ --url https://api.comm.com/api/v1/enrichment/mnp/{check}/requests \ --header 'Authorization: Bearer <token>'
{ "data": "<string>", "meta": { "current_page": "<string>", "last_page": "<string>", "per_page": "<string>", "total": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The check ID
x >= 0
x >= 1
The response is of type object.
object