Retrieve a department

This endpoint allows you retrieve a given department
This endpoint requires departments_r or departments_rw scope.
get
https://www.welcomekit.co/api/v1/external/
departments/:id
department
Request example
curl -X GET -G "https://www.welcomekit.co/api/v1/external/departments/:id" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer WK_API_KEY"