Skip to main content

Get a list of all Features


ApiScope: manage.feature.read
API Scope Level: ServiceSubscriberScope
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    featureList object[]
  • Array [
  • key string
    name string
    description string
    signUpUrl string
    informationUrl string
    email string
    uuid string
    category string
  • ]
GET /v2/features

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
Accept
curl / cURL
curl -L -X GET '/manage/v2/features' \
-H 'Accept: application/json'