Skip to main content
GET
/
api
/
agency-portal
/
Connected-Employers
Get Connected Employers.
curl --request GET \
  --url https://api.example.com/api/agency-portal/Connected-Employers
[
  {
    "id": 123,
    "senderCustomerName": "<string>",
    "senderCustomerTradingName": "<string>",
    "connectionDate": "2023-11-07T05:31:56Z",
    "disconnectedDate": "2023-11-07T05:31:56Z"
  }
]

Response

200 - application/json

OK

id
integer<int32>
senderCustomerName
string | null
senderCustomerTradingName
string | null
connectionDate
string<date-time>
disconnectedDate
string<date-time>