Skip to main content

API Reference

Complete API reference for Easy AppServer.

APIs

API Access

For Applications (gRPC)

Applications communicate with AppServer via gRPC using certificate-based authentication.

For Users (GraphQL/HTTP)

Users access the platform via GraphQL API using session-based authentication.

Authentication

  • gRPC: Certificate-based with request signing
  • GraphQL: Session cookie (Kratos)
  • HTTP: Session cookie or API tokens