Gravitee · Example Payload

Gravitee Apim Get Api Example

Customer-facing REST API for the storefront

customerv1

Gravitee Apim Get Api Example is an example object payload from Gravitee, with 14 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnameapiVersiondefinitionVersiontypedescriptiontagslabelsstatelifecycleStatevisibilitycreatedAtupdatedAtdeployedAt

Example Payload

Raw ↑
{
  "id": "a1b2c3d4-1234-4567-89ab-0123456789ab",
  "name": "Customer API",
  "apiVersion": "1.0.0",
  "definitionVersion": "V4",
  "type": "PROXY",
  "description": "Customer-facing REST API for the storefront",
  "tags": ["customer", "v1"],
  "labels": ["public"],
  "state": "STARTED",
  "lifecycleState": "PUBLISHED",
  "visibility": "PUBLIC",
  "createdAt": "2026-04-15T10:31:22Z",
  "updatedAt": "2026-05-09T08:14:11Z",
  "deployedAt": "2026-05-09T08:14:30Z"
}