Link

How to call the iDempiere micro microservices through the Web application programming interface (API)

Each of the iDempiere micro microservices opens a HTTP endpoint to receive REST and GraphQL calls.

REST

REST is used to log in the user on the login endpoint /session/{USERNAME}/login/{PASSWORD}. Read more about the authentication.

GraphQL

GraphQL POSTs can be executed agains the /graphql GraphQL endpoint. Each GraphQL call is wrapped in a transaction to ensure data consistency.