# Get Departments **GET /departments** This API call is used to retrieve departments. ## Servers - Sandbox server URL: https://localhost:8080 (Sandbox server URL) ## Authentication methods - Bearer auth ## Parameters ## Responses ### 200 Successful Response #### Body: application/json (object) - **code** (string) The department code. - **name** (string) The department name. - **description** (string) The department description. ### 401 Authentication Error. Invalid credentials. #### Body: application/json (object) - **code** (string) - **message** (string) - **description** (string) ### 403 Authorization Error. Invalid role for request. [Powered by Bump.sh](https://bump.sh)