Introduction
This API retrieves the specific tag data.
GET https://api.featureos.app/api/v3/tags/:idHeaders
| Parameter | Default | Description | |
|---|---|---|---|
| API-KEY | - | Generate from organization settings on the admin dashboard. | |
Query Parameters
| Parameter | Default | Description | |
|---|---|---|---|
| id | - | The ID of the tag returned in the list tags endpoint. | |
Sample response
{ "id": 123, "slug": "2025-Quarter-1", "name": "2025 Quarter 1", "description": "ETC quarter", "color": "orange", "private": true, "source_type": "bucket", "source_id": 12 }