v1
latestOpenAPI 3.0.02026-07-241220330.3 KBUpdate Partial Audit Access for Journey Application
Updates the partial audit access permissions for a journey application and all associated evaluations, entities, and resources. This endpoint allows child customers in an Embedded Finance setup to grant partial audit access to parent organizations.
Partial audit access enables parent organizations to view specific journey applications and their related data without having full access to all data in the child account. This is useful for compliance, monitoring, and oversight purposes while maintaining appropriate data boundaries between organizations.
Important Notes:
-
This endpoint can only be called by child customers in an Embedded Finance relationship.
-
Only parent organizations with partial_audit access type can be granted access via this endpoint.
-
The request must include the alloy-audit-account-slugs header with comma-separated organization slugs.
-
Access is managed at multiple levels including:
- Journey Application
- All evaluations within the application
- All entities associated with the evaluations
- Related resources (e.g., bank accounts for transaction evaluations)
-
Previously granted access can be revoked by omitting the organization slug from subsequent requests.
Headers
Comma-separated list of parent organization slugs to grant partial audit access. Only organizations with partial_audit access type in the Embedded Finance relationship can be included. To revoke access, omit the organization slug from this header in subsequent requests.
Request body
Request body can be empty or omitted
Example request
{}Response
Audit access successfully updated
Example response
{
"status_code": 200,
"timestamp": 1700000000000
}