Skip to main content
GET
/
site
/
staff
List staff members
curl --request GET \
  --url https://api.app.hrizn.io/v1/public/site/staff \
  --header 'X-API-Key: <api-key>'
{
  "data": {
    "staff": [
      {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "first_name": "<string>",
        "last_name": "<string>",
        "role": "<string>",
        "year_hired": 123,
        "created_at": "2023-11-07T05:31:56Z",
        "updated_at": "2023-11-07T05:31:56Z"
      }
    ]
  }
}

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Response

Staff members

data
object
Last modified on February 28, 2026