v1

latestOpenAPI 3.0.02026-07-268955283.0 KB

Get credit leads of a user

get/credit-sessions/lead/user

Response

Fetched

countnumber
nextPagestring

Example response

{
  "items": [
    {
      "firstName": "John",
      "lastName": "Doe",
      "title": "Mr",
      "email": "johndoe@example.com"
    }
  ]
}