Login
Perform Login through Carelon Post Acute.
carelon_post_acute_loginwritecarelon_post_acute
Inputs
This action has no public inputs.
Outputs
successSuccessauthenticatedAuthenticatedlanding_pathLanding Pathfailure_categoryFailure CategoryerrorError
Output schema completeness: best_effort_declared
Safety
- External effect
- write
- Confirmation recommended
- No
- Retry safe
- No
- Dry run supported
- No
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"properties": {},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"success": {},
"landing_path": {},
"authenticated": {},
"failure_category": {}
},
"additionalProperties": true
}