All data sources

First Advantage

API keyfirstadvantage

Read-only First Advantage REST API connector with PII-redacted candidate and screening responses.

Provenance

PublisherFirst Advantage

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationCredentials required (API key)

Methods (6)

  • getAccountDetails

    read

    List the root account and sub-account names visible from an account ID.

    Required paramsaccountId
    Input schema
    {
      "type": "object",
      "properties": {
        "accountId": {
          "type": "string",
          "description": "First Advantage account ID."
        }
      },
      "required": [
        "accountId"
      ],
      "additionalProperties": false
    }
  • listPackages

    read

    List all screening packages configured under an account.

    Required paramsaccountId
    Input schema
    {
      "type": "object",
      "properties": {
        "accountId": {
          "type": "string",
          "description": "First Advantage account ID."
        }
      },
      "required": [
        "accountId"
      ],
      "additionalProperties": false
    }
  • getPackage

    read

    Retrieve one screening package and its screening components.

    Required paramsaccountIdpackageId
    Input 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

    read

    Get a candidate by ID with direct identifiers and contact fields redacted.

    Required paramsid
    Input schema
    {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "description": "First Advantage candidate ID."
        }
      },
      "required": [
        "id"
      ],
      "additionalProperties": false
    }
  • getOrderStatus

    read

    Retrieve the summary status for one existing screening order.

    Required paramsid
    Input schema
    {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "description": "First Advantage order ID."
        }
      },
      "required": [
        "id"
      ],
      "additionalProperties": false
    }
  • getServiceInfo

    read

    Return static First Advantage connector capabilities, privacy controls, and API documentation.