Skip to content
Collections

Get a collection

Understanding how to use FeatureOS API to build custom integrations.

Introduction

The FeatureOS get a collection API allows you to retrieve information about your collections and their associated data.

GET https://api.featureos.app/api/v3/collections/:id
curl -X GET 'https://api.featureos.app/api/v3/collections/:id' \
  -H 'API-KEY: YOUR_API_KEY' \
  -H 'Content-Type: application/json'

Headers

Parameter Default Description
API-KEY - Generate from organization settings on the admin dashboard.

Query Parameters

Parameter Default Description
id - The ID of the collection returned in the list collections endpoint.

Sample response