Skip to main content
GET
/
api
/
v2
/
introducers
List introducers
curl --request GET \
  --url https://api.example.com/api/v2/introducers
[
  {
    "id": 123,
    "name": "<string>",
    "mainContactName": "<string>",
    "emailAddress": "<string>",
    "phoneNumber": "<string>",
    "address": {
      "line_1": "<string>",
      "line_2": "<string>",
      "line_3": "<string>",
      "post_town": "<string>",
      "county": "<string>",
      "postcode": "<string>",
      "uprn": "<string>"
    }
  }
]

Response

200 - application/json

List of introducers

id
integer

Introducer ID — pass this as introducerId when creating a case

name
string

Introducer name

mainContactName
string

Name of the main contact at the introducer

emailAddress
string

Email address of the introducer

phoneNumber
string | null

Phone number of the introducer

address
object

Introducer address