Skip to main content

SAP Cloud for Customer (C4C) APIs

APIs for the SAP C4C platform used by AGM for customer relationship management.

Family Portal

Customer-facing portal APIs for family account management, service requests, and customer interaction.

Chat Base

Backend APIs powering the AGM chat system, including message routing, conversation management, and integration with SAP C4C.

Authentication

All C4C APIs use HTTP Basic Authentication with SAP credentials. POST/PUT/DELETE operations require CSRF token handling:

  1. Send GET with header X-CSRF-Token: Fetch
  2. Extract token from response X-CSRF-Token header
  3. Include token in subsequent write requests