Required details use Screen
To use Screen, you will need to provide as much information as you have about a person or company. At minimum, you need to provide a name, countryCode, and locality.
Using Screen
Screen can be accessed via API or Dashboard. Follow the instructions below to begin integrating Screen into your day-to-day operations.
1
mutation ScreenParty($input: PartyScreenInput!) {2
partyScreen(input: $input) {3
action4
createdAt5
createdBy6
id7
mode8
party {9
id10
organization11
person {12
firstName13
lastName14
}15
}16
matches {17
name18
companyName19
administrativeAreaCode20
countryCode21
locality22
line123
line224
scores {25
location26
name27
overall28
}29
deniedParty {30
id31
aliases32
name33
countryCode34
locality35
line136
line237
administrativeAreaCode38
source39
sourceUrls40
postalCode41
}42
}43
}44
}GraphQL API ReferenceTypes, inputs, and operations used in this guide
INPUTS
MUTATIONS
Screen for denied parties
Use Screen to prevent shipping to denied parties.GraphQL
Screen will allow you to pass names for individuals, companies, and their addresses so that you can ensure that they are not on any government-authored denied party listings.