Apigee · Example Payload

Apigee Developer Example

Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationsMicroservicesMCPModel Context ProtocolMonetization

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

Top-level fields

emailfirstNamelastNameuserName

Example Payload

Raw ↑
{
  "email": "developer@example.com",
  "firstName": "Jane",
  "lastName": "Smith",
  "userName": "jsmith"
}