Skip to main content
GET
/
v1
/
api
/
agencies
/
{id}
/
employees
List agency employees
curl --request GET \
  --url http://localhost:3091/v1/api/agencies/{id}/employees \
  --header 'Authorization: Bearer <token>'
[
  123
]

Authorizations

Authorization
string
header
required

JWT access token from POST /v1/api/auth/login

Path Parameters

id
integer<int64>
required

Response

Employee list retrieved