Skip to main content

Get FeatureToAuthority mappings


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
    authority object
    property name* object[]
  • Array [
  • authority string
    description string
  • ]
GET /v2/mapping/featureToAuthority

Authorization

name: basicAuthtype: httpscheme: basic

Request

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