Apiman · Example Payload

Apiman Api Example

A sample REST API managed by Apiman for demonstration purposes.

restdemosample

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

Top-level fields

organizationIdidnamedescriptioncreatedBycreatedOnnumPublishedtags

Example Payload

Raw ↑
{
  "organizationId": "my-organization",
  "id": "my-api",
  "name": "My API",
  "description": "A sample REST API managed by Apiman for demonstration purposes.",
  "createdBy": "admin",
  "createdOn": "2026-01-15T10:00:00.000Z",
  "numPublished": 2,
  "tags": ["rest", "demo", "sample"]
}