GET
/
features
curl --request GET \
  --url https://api.cloud.flexprice.io/v1/features \
  --header 'x-api-key: <api-key>'
{
  "items": [
    {
      "created_at": "<string>",
      "created_by": "<string>",
      "description": "<string>",
      "environment_id": "<string>",
      "id": "<string>",
      "lookup_key": "<string>",
      "metadata": {},
      "meter": {
        "aggregation": {
          "field": "<string>",
          "type": "COUNT"
        },
        "created_at": "2024-03-20T15:04:05Z",
        "event_name": "api_request",
        "filters": [
          {
            "key": "<string>",
            "values": [
              "<string>"
            ]
          }
        ],
        "id": "550e8400-e29b-41d4-a716-446655440000",
        "name": "API Usage Meter",
        "reset_usage": "BILLING_PERIOD",
        "status": "published",
        "tenant_id": "tenant123",
        "updated_at": "2024-03-20T15:04:05Z"
      },
      "meter_id": "<string>",
      "name": "<string>",
      "status": "published",
      "tenant_id": "<string>",
      "type": "metered",
      "unit_plural": "<string>",
      "unit_singular": "<string>",
      "updated_at": "<string>",
      "updated_by": "<string>"
    }
  ],
  "pagination": {
    "limit": 123,
    "offset": 123,
    "total": 123
  }
}

Authorizations

x-api-key
string
header
required

Enter your API key in the format x-api-key <api-key>*

Query Parameters

end_time
string
expand
string
feature_ids
string[]

Feature specific filters

limit
integer
Required range: 1 <= x <= 1000
lookup_key
string
meter_ids
string[]
offset
integer
Required range: x >= 0
order
enum<string>
Available options:
asc,
desc
sort
string
start_time
string
status
enum<string>
Available options:
published,
deleted,
archived

Response

200
application/json
OK
items
object[]
pagination
object