Skip to content

Tagging

Introduction

This API lets you add a specific tag to the post.

GET https://api.featureos.app/api/v3/tags

Headers

Parameter Default Description
API-KEY-Generate from organization settings on the admin dashboard.
Authorization-Generate a unique JWT token specific to a user.

Body Parameters

Parameter Default Description
tag_id-The ID of the tag.
feature_request_id-The ID of the post.

Sample response

{
status: 200,
success: true
}