Skip to main content
GET
/
api
/
customer
/
{customerId}
/
screen
/
status
getScreeningStatus
curl --request GET \
  --url https://api.artemis.cynopsis.co/api/customer/{customerId}/screen/status \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Domain-ID: <x-domain-id>'
{
  "concluded": true,
  "screeningStatus": "DONE",
  "screeningValid": true
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

X-Domain-ID
integer
required

X-Domain-ID

Path Parameters

customerId
integer
required

customerId

Response

OK

concluded
boolean
screeningStatus
enum<string>
Available options:
DONE,
FAILED,
NEVER,
PENDING
screeningValid
boolean