---
title: "Workspace"
url: "https://apiportal.pexaclear.com.au/apis/gap-au-aml-customer-experience-standard-v1-v1/versions/9c31c4c2-000c-418b-ad44-c201d75d8af9/schemas/Workspace"
---

> Full API specification: https://apiportal.pexaclear.com.au/apis/gap-au-aml-customer-experience-standard-v1-v1/versions/9c31c4c2-000c-418b-ad44-c201d75d8af9.md

# Workspace

## OpenAPI definition

```yaml
openapi: 3.0.3
info:
  title: AML Verification API
  version: v1
servers:
  - url: https://api.pexaclear.com.au
    description: API Gateway URL
components:
  schemas:
    Workspace:
      type: object
      properties:
        workspaceId:
          type: string
          format: uuid
        workspaceReference:
          type: string
          nullable: true
        externalReference:
          type: string
          nullable: true
          description: Integrator-supplied reference echoed from the request
        workspaceUrl:
          type: string
          format: uri
          nullable: true
          description: URL to access the workspace in PEXA Clear
```
