Name | Description | Schema | Default | Example |
---|---|---|---|---|
applicationId optional |
string | null |
01234567-0123-0123-0123-012345678901 |
|
name required |
string | null |
CalculatorApp |
|
subscriber optional |
If subscriber is not given user invoking the API will be taken as the subscriber. |
string | null |
admin |
throttlingTier required |
string | null |
Unlimited |
|
callbackUrl optional |
string | null |
||
description optional |
string | null |
Sample calculator application |
|
tokenType optional |
Type of the access token generated for this application. **OAUTH:** A UUID based access token which is issued by default. **JWT:** A self-contained, signed JWT based access token. **Note:** This can be only used in Microgateway environments. |
string | null |
OAUTH |
status optional |
string | null |
APPROVED |
|
groupId optional |
string | null |
||
keys optional |
array | null |
[] |
|
attributes optional |
object | null |
"External Reference ID, Billing Tier" |