Skip to main content

Tags API

The Tags API allows you to manage tags for categorizing content.

Base Path

/api/v1/integration/tags

Overview

Tags are used to categorize and organize content in the Apex Brokerage platform. Each tag can have multilingual names and custom colors.

Authentication

All endpoints require authentication using a Bearer token in the Authorization header.

Required Headers:

Authorization: Bearer <access_token>
X-Target-Server: integration

Available Operations