Skip to main content
GET
/
api
/
integration-services
/
customer
/
v1
/
screening-alerts
/
{guid}
Customer screening
curl --request GET \
  --url 'https://{{baseUrl}}/api/integration-services/customer/v1/screening-alerts/{guid}' \
  --header 'Authorization: Bearer <token>'
{
  "result": {
    "shortlink": "<string>",
    "guid": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

guid
string
required

The unique identifier of the screening.

Response

OK

result
object