GET
/
v1
/
enrichment
/
mnp
/
{check}
/
requests
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>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

check
string<uuid>
required

The check ID

Query Parameters

startRow
integer
Required range: x >= 0
endRow
integer
Required range: x >= 1
with
string[]

Response

200
application/json

The response is of type object.