Provenance
PublisherFirst Advantage
API basehttps://rest.fadv.com/api/v1.1
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationCredentials required (API key)
Methods (6)
getAccountDetails
readList the root account and sub-account names visible from an account ID.
Required paramsaccountIdInput schema
{ "type": "object", "properties": { "accountId": { "type": "string", "description": "First Advantage account ID." } }, "required": [ "accountId" ], "additionalProperties": false }listPackages
readList all screening packages configured under an account.
Required paramsaccountIdInput schema
{ "type": "object", "properties": { "accountId": { "type": "string", "description": "First Advantage account ID." } }, "required": [ "accountId" ], "additionalProperties": false }getPackage
readRetrieve one screening package and its screening components.
Required paramsaccountIdpackageIdInput schema
{ "type": "object", "properties": { "accountId": { "type": "string", "description": "First Advantage account ID." }, "packageId": { "type": "string", "description": "First Advantage package ID." } }, "required": [ "accountId", "packageId" ], "additionalProperties": false }getCandidate
readGet a candidate by ID with direct identifiers and contact fields redacted.
Required paramsidInput schema
{ "type": "object", "properties": { "id": { "type": "string", "description": "First Advantage candidate ID." } }, "required": [ "id" ], "additionalProperties": false }getOrderStatus
readRetrieve the summary status for one existing screening order.
Required paramsidInput schema
{ "type": "object", "properties": { "id": { "type": "string", "description": "First Advantage order ID." } }, "required": [ "id" ], "additionalProperties": false }getServiceInfo
readReturn static First Advantage connector capabilities, privacy controls, and API documentation.
