Companies

Loan originators sponsored by this company

POST
/v1/companies/{nmlsId}/sponsored-individuals

Authorization

x-api-key<token>

In: header

Path Parameters

nmlsId*string

Company NMLS ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/companies/string/sponsored-individuals" \  -H "Content-Type: application/json" \  -d '{}'
{
  "cursor": "string",
  "data": [
    {
      "activeLicenseCount": 0,
      "city": "string",
      "firstName": "string",
      "fullName": "string",
      "hasDisciplinaryAction": true,
      "id": "string",
      "isActive": true,
      "isBranchManager": true,
      "lastName": "string",
      "licensedStates": [
        "string"
      ],
      "nmlsId": "string",
      "sponsorships": null,
      "state": "string"
    }
  ],
  "total": 0
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string",
  "limit": 0,
  "size": 0
}