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:
- Send
GETwith headerX-CSRF-Token: Fetch - Extract token from response
X-CSRF-Tokenheader - Include token in subsequent write requests