Gravitee · Example Payload

Gravitee Am Create Application Example

Customer-facing single-page application

API GatewayAPI ManagementAccess ManagementIdentityEvent-DrivenEvent ManagementKafka GatewayKafkaMQTTGraphQLgRPCAI GatewayMCPA2ALLM ProxyMulti-Gateway FederationDeveloper PortalOpen SourceApache 2.0

Gravitee Am Create Application Example is an example object payload from Gravitee, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namedescriptiontypeclientIdsettings

Example Payload

Raw ↑
{
  "name": "Storefront SPA",
  "description": "Customer-facing single-page application",
  "type": "BROWSER",
  "clientId": "storefront-spa",
  "settings": {
    "oauth": {
      "redirectUris": ["https://shop.example.com/callback"],
      "grantTypes": ["authorization_code"],
      "scopes": ["openid", "profile", "email"]
    }
  }
}