Argyle · Example Payload

Get V2 Verifications Response 200

Employment DataPayrollIncome VerificationGig EconomyFinancial DataEmployment HistoryEarned Wage AccessDirect Deposit

Get V2 Verifications Response 200 is an example object payload from Argyle, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nextpreviousresults

Example Payload

Raw ↑
{
  "next": "https://api-sandbox.argyle.com/v2/verifications?cursor=ZXhhbXBsZV9jdXJzb3I",
  "previous": null,
  "results": [
    {
      "id": "43a2c6c3-1e63-91e5-88e3-f9ab2dcc489b",
      "user": "018051aa-f7a9-a0db-2f38-6cfa325e9d69",
      "created_at": "2023-03-09T16:22:06.081Z",
      "updated_at": "2023-03-09T16:22:06.081Z",
      "channel": "api",
      "status": {
        "state": "PENDING",
        "code": "pending",
        "errors": []
      },
      "report": {
        "id": "2a14ce6f-3aed-4c15-8ea2-92a17b6edb95",
        "type": "voie",
        "file_url": null,
        "json_url": null
      },
      "employments": [],
      "loan": {
        "number": "1234",
        "borrower_id": "ABC789",
        "application_id": "2121313",
        "officer_email": "john.doe@mortgage.com"
      },
      "billing": {
        "cost_center": "5"
      },
      "data_source": "payroll"
    },
    {
      "id": "43a2c6c3-1e63-91e5-88e3-f9ab2dcc3333",
      "user": "018051aa-f7a9-a0db-2f38-6cfa325e9345",
      "created_at": "2023-03-10T05:14:06.081Z",
      "updated_at": "2023-03-10T13:03:06.081Z",
      "channel": "api",
      "status": {
        "state": "PROCESSING",
        "code": "authenticated",
        "errors": []
      },
      "report": {
        "id": null,
        "type": "voai",
        "file_url": null,
        "json_url": null,
        "configuration": {
          "from_date": "2024-01-01T00:00:00Z",
          "income_stream_confidence_minimum": 50,
          "report_custom_fields": [
            {
              "label": "loanID",
              "value": "12345",
              "shown": true
            }
          ]
        }
      },
      "employments": [],
      "loan": {
        "number": "1234",
        "borrower_id": "ABC789",
        "application_id": "2121313",
        "officer_email": "john.doe@mortgage.com"
      },
      "billing": {
        "cost_center": "5"
      },
      "data_source": "banking"
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/get-v2-verifications-response-200"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.