cURL
curl --request GET \ --url https://api.unprice.dev/v1/project/getFeatures \ --header 'Authorization: Bearer <token>'
{ "features": [ { "id": "<string>", "projectId": "<string>", "slug": "<string>", "code": 123, "title": "<string>", "description": "<string>" } ] }
Get features for a project
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The result of the get features
The response is of type object.
object