Doubt regarding alpha studio starting

what is the purpose of this api and also where do i use this to create a foundation for my assignment.

  1. how can i get my bearer token ?

Could someone please help ?

1 Like

what is this error ?

1 Like

Hello @Aswin ,
it seems to be an issue with the request body, specifically the input object. You can replace the input object with:

"inputObj": {
  "payload": "YOUR_REELS_WORKFLOW_PAYLOAD"
}

I believe this should work.

Hi Aswin/Sam,

For the Case Create API, use the following payload:

{
  "caseType": "string",
  "caseData": {},
  "wfData": {}
}
  • caseType: The type of case you onboarded in CaseService
  • caseData: Your complete case object
  • wfData: Used for BPM workflow

This should work correctly with the API.

1 Like