GET
/
v1
/
screening
/
report
/
{userId}
curl --request GET \
  --url https://sandbox-api.getcove.co/v1/screening/report/{userId} \
  --header 'Authorization: <api-key>'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

API authentication token

Path Parameters

userId
string
required

Response

200
application/json
A successful response.
url
string