v1
latestOpenAPI 3.0.12026-08-06102329.4 KBFields
List custom fields
List custom fields under the same account
get/v1/fields
Query parameters
field_id[]string[] nullable
The Brex identifiers of the field to filter by
cursorstring nullable
The cursor to use for pagination. This is the next_cursor value returned from the previous response.
limitinteger nullable
Controls the maximum number of field values returned in the response. It can't be greater than 1000.
Response
List custom fields response
Example response
{
"items": [
{
"brex_id": "extended_field_foobar",
"remote_id": "foo_bar"
}
]
}