---
title: "accessType"
url: "https://earlyaccess.developers.bynder.com/apis/upload-assets-api-1/versions/df48c638-df62-47a2-917c-b3255c452e8b/schemas/accessType"
---

> Full API specification: https://earlyaccess.developers.bynder.com/apis/upload-assets-api-1/versions/df48c638-df62-47a2-917c-b3255c452e8b.md

# accessType

If audit is set to `true` you can specify an access type to define to which waiting room location the asset is uploaded to. The available locations are: Upload, Edit, Workflow approval (export), Shutterstock and Stock.

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Upload Assets API
  version: 1.0.0
servers:
  - url: https://{your-bynder-domain}/
    variables:
      your-bynder-domain:
        default: your-bynder-domainDefaultValue
  - url: https://your-bynder-domainDefaultValue
    variables: {}
  - url: https://DefaultParameterValue
    variables: {}
  - url: https://your-bynder-domainDefaultValue
    variables: {}
  - url: https://your-bynder-domainDefaultValue/v6/authentication/oauth2
    variables: {}
  - url: https://your-bynder-domainDefaultValue
    variables: {}
  - url: https://{your-auth-url}
    variables:
      your-auth-url:
        default: DefaultParameterValue
  - url: https://your-bynder-domainDefaultValue
    variables: {}
  - url: https://DefaultParameterValue
    variables: {}
  - url: https://your-bynder-domainDefaultValue
    variables: {}
  - url: https://your-bynder-domainDefaultValue/v6/authentication/oauth2
    variables: {}
  - url: https://your-bynder-domainDefaultValue
    variables: {}
  - url: https://bynder-public-us-east-1.s3.amazonaws.com/
    variables: {}
components:
  schemas:
    accessType:
      description: "If audit is set to `true` you can specify an access type to define
        to which waiting room location the asset is uploaded to. The available
        locations are: Upload, Edit, Workflow approval (export), Shutterstock
        and Stock."
      enum:
        - upload
        - edit
        - export
        - shutterstock
        - stock
      examples:
        - upload
      title: accessType
      type: string
```
