Skip to content

tags

Expense tag metadata.

List all expense tags

Request

Returns all active expense tags for the business. Used to populate the tags dropdown on the single-use card request form and expense forms.

Security
oauth2ClientCredentials(Required scopes: tags:read)
Headers
business_idstringrequired

Business identifier for the request

curl -i -X GET \
  https://developer.boyahq.com/_mock/v2/openapi/tags \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'business_id: string'

Responses

List of tags returned successfully