This guide covers how to test and explore the Feature Management API using common API testing tools.
Postman collection
We provide a Postman collection for testing the Feature Management API.
Import the collection
-
Download the collection using the link above, or import directly in Postman using:
-
Open Postman and select Import.
-
Paste the URL or select the downloaded file.
-
The collection appears in your Postman sidebar.
Configure authentication
Before making requests, configure your API token:
-
In Postman, select the collection.
-
Go to the Authorization tab.
-
Set Type to Bearer Token.
-
Enter your API token in the Token field.
| Use Postman environments to manage tokens for different environments (development, staging, production). |