Passing Data via the Client Credential M2M Flow

Overview

This article clarifies whether it is possible to pass body data via the Client Credential M2M flow and access them in Actions to perform additional business logic.

Applies To

  • Machine to Machine (M2M) flow

Solution

It is possible to pass request body data to an Action during a Client Credential M2M flow.

It can be accessed in Actions via the event.request.body object as documented here.