Argyle · Example Payload

Get V2 Invites {Id} Response 200

Employment DataPayrollIncome VerificationGig EconomyFinancial DataEmployment HistoryEarned Wage AccessDirect Deposit

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

Top-level fields

iduseruser_tokenemailphone_numberfull_namefirst_namelast_namerevoked_atstatusgroup_idurlcreated_atupdated_atinvited_atflow_idflow_itemsreply_todeliveriesinvite_template_id

Example Payload

Raw ↑
{
  "id": "0424137bc-edc5-35de-c1b5-1c3cddb4b227",
  "user": "018051aa-f7a9-a0db-2f38-6cfa325e9d69",
  "user_token": "bcJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjbGllbnRfaWEiOiIxNDRhMTRkNS04YzEzLTQzZGYtOTI4Ni01OWY4NjFkOWEyMDIiLCJleHAiOjE2ODc3OTMzODAsImZpZCI6IjUyYWM3ZFFiLTI1MzAtNGYyNy04NTZlLTkwOTk1ZDA4NWJkMCIsImlhdCI6MTY4Nzc4OTc4MCwiaXNzIjoiYXJneWxlLWNvcmUtYXV1aC1kZXYiLCJqdGkiOiI2ZWJiOGIxMS0wYzFjLTRiNjEtYmI5NS04ZGQ0YzA0OGQwNzUiLCJzdWIiOiIwMTg4ZjgxYy0zZTFkLTRlZDEtMjEyYy02NmE3YzE4YzVjYzMiLCJ1c2VyX2lkIjoiMDE4OGY4MWMtM2UxZC00ZWQxLTIxMmMtNjZhN2MxN2M1Y2MzIn0.TNiZojOiiXtPVamyCDjz4f2GwR4TA8x6JR3RwjTECjY",
  "email": "sarah@email.com",
  "phone_number": "212-555-5555",
  "full_name": "Sarah Longfield",
  "first_name": "Sarah",
  "last_name": "Longfield",
  "revoked_at": null,
  "status": "sent",
  "group_id": "d8a07e5b-13a3-11ef-af7e-c7eb00762562",
  "url": "https://verify.argyle.com/connect/0424137bc-edc5-35de-c1b5-1c3cddb4b227",
  "created_at": "2023-03-09T23:57:05.756Z",
  "updated_at": "2023-03-09T23:57:05.756Z",
  "invited_at": "2023-03-09T23:57:05.756Z",
  "flow_id": "8DRRA4XC",
  "flow_items": [
    "item_000000001",
    "item_000000002"
  ],
  "reply_to": [
    "person1@email.com",
    "person2@email.com"
  ],
  "deliveries": [
    {
      "id": "d7c85e44-9729-11f0-b297-f3718e19503e",
      "method": "email",
      "status": "sent",
      "sent_at": "2023-03-09T23:57:24.000Z",
      "updated_at": "2023-03-09T03:24:58.000Z"
    }
  ],
  "invite_template_id": null
}