APIGen · Example Payload

Apigen Endpoint Example

CodeDocumentationGenerationOpen SourcePHP

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

Top-level fields

idapiIdmethodpathsummary

Example Payload

Raw ↑
{
  "id": "ep-001",
  "apiId": "api-001",
  "method": "GET",
  "path": "/users/{id}",
  "summary": "Get User"
}