Skip to main content

Get realm attribute by key

GET 

/:realm/attributes/:attributeKey

Get realm attribute by key

Request

Path Parameters

    realm stringrequired

    realm name (not id!)

    attributeKey stringrequired

    attribute key

Responses

success

Schema

    name string
    value string
    realm string
Loading...