Skip to main content
GET
/
v1
/
web-sessions
/
server
/
{sessionid}
Web Session Fetch API
curl --request GET \
  --url https://api.minervaai.io/v1/web-sessions/server/{sessionid} \
  --header 'x-api-key: <api-key>'
{
  "trackingId": "example-customer-id",
  "sessionId": "ed746a26-b7f5-44c6-9b0f-b408a9ba04bc",
  "screening": {
    "id": "1624676726659826",
    "duration": 29.322528839111328,
    "jobid": "25e15c07-1322-4364-a26e-2a6ef25c81d4",
    "status": "complete",
    "uid": "YOUR ACCOUNT UID",
    "dashboardViewLink": "https://app.minervaai.io/dashboard?requestId=REQUEST_ID&jobId=JOB_ID#results",
    "request": {
      "type": "Individual",
      "name": "John Smith",
      "occupation": "Software engineer",
      "organization": "MinervaAI",
      "day": 25,
      "month": 1,
      "year": 1984,
      "city": "Toronto",
      "state": "Ontario",
      "country": "Canada",
      "email": "[email protected]",
      "phone": "+15555555555",
      "personalID": "A1234-BCDEF-GHIJK",
      "regID": "19288709",
      "notes": "Former e-sports gamer",
      "custom_id": "customer_01"
    },
    "results": [
      {
        "type": 0,
        "name": {
          "value": "Smith",
          "first": {
            "value": "John",
            "sources": [
              {
                "value": "John",
                "source": "Facebook"
              }
            ]
          },
          "other_names": [
            {
              "value": "Harvey",
              "sources": [
                {
                  "value": "Harvey",
                  "source": "Facebook"
                }
              ]
            }
          ],
          "sources": [
            {
              "value": "Smith",
              "source": "Facebook"
            }
          ]
        },
        "aliases": [
          {}
        ]
      }
    ]
  }
}

Authorizations

x-api-key
string
header
required

The uuidv4 API key associated with the MinervaAI account making the request.

Headers

x-api-key
string
required

The API key that is available to you in the Account section of the web dashboard.

Path Parameters

sessionid
string
required

The session ID returned when the web session was created

Response

Returns the IDV and screening data associated with the completed web session, including metadata about the session.

trackingId
string

The unique tracking ID assigned to this session

Example:

"example-customer-id"

sessionId
string

The unique session identifier

Example:

"ed746a26-b7f5-44c6-9b0f-b408a9ba04bc"

screening
object

The screening results and metadata