APIGen · Example Payload

Apigen Deployment Example

CodeDocumentationGenerationOpen SourcePHP

Apigen Deployment 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

idprojectIdenvironmentstatusurl

Example Payload

Raw ↑
{
  "id": "dep-001",
  "projectId": "proj-001",
  "environment": "production",
  "status": "success",
  "url": "https://docs.example.com"
}