---
title: "Update Partial Audit Access for Journey Application"
method: PATCH
path: "/journeys/{journey_token}/applications/{journey_application_token}/auditAccess"
tags: ["Journeys"]
---

# Update Partial Audit Access for Journey Application

`PATCH /journeys/{journey_token}/applications/{journey_application_token}/auditAccess`

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

- `alloy-audit-account-slugs` string, required

## Request body

- object — Request body can be empty or omitted

## Response `200`

Audit access successfully updated

- object
  - `status_code` integer
  - `error` unknown
  - `timestamp` integer — Unix timestamp in milliseconds

## Other responses

- `403` — Forbidden - Only child customers can update audit access
- `404` — Journey Application not found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/alloy/apis/alloy-api.md) · [All operations](https://skmtc.dev/alloy/apis/alloy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/alloy/alloy-api/revisions/405799de4d2a/schema)
