Votes

featureOS Votes

Introduction

The featureOS Votes API allows you to create and delete the vote on a specific post in featureOS. You can also retrieve votes of a specific post and their associated data.

Authentication

To authenticate with the featureOS API, you must provide an API key. You can find your API key in your featureOS account settings.

API Versioning

The featureOS API is currently in version 3 (v3). We will only make backwards compatible changes to the API. We will announce any breaking changes in advance.

Rate Limiting

The featureOS API is rate limited to 100 requests per minute per API key. If you exceed this rate limit, you will receive a 429 Too Many Requests response.

Pagination

Requests that return multiple items will be paginated to 30 items by default. You can specify further pages with the page parameter.

Errors

If you receive an error response, it will be a JSON object with a message key containing the error message.

Previous
Delete a Comment