Logo
Brex Developer API Documentation

Get department

GET {{baseUrl}}/v2/departments/:id

This endpoint gets a department by ID.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "id": "in dolore laboris proident", "name": "et aliquip exercitation dolore", "description": "dolor occaecat id eiusmod" }



Curl
curl -X GET 'https://platform.staging.brexapps.com/v2/departments/:id'

ENDPOINTS