Post Subscribers
featureOS Subscribe User API
Introduction
This endpoint allows you to subscribe a user to the specific post.
POST https://api.featureos.app/api/v3/subscribe_feature_requests
Headers
| Parameter | Default | Description |
|---|---|---|
| API-KEY | - | Generate from organization settings on the admin dashboard. |
| Authorization | - | Generate a unique JWT token that is specific to a user |
Body Parameters
| Parameter | Required | Format | Description |
|---|---|---|---|
| true | String | The subscriber's email. | |
| feature_request_id | true | Integer | The ID of the post returned in the list posts endpoint. |
Sample response
{
"id": 1,
"name": "swathy",
"email": "swathy@featureos.app",
"profile_picture": {
"url": null
}
}