# Validate Third Party Storage Setup

```
POST 
/api/record_files/storage_profiles/validate
```

> **Deprecated**
>
> This endpoint has been deprecated and may be replaced or removed in future versions of the API.

**Please refer to [Validate Third Party Storage Setup](https://optiview.dolby.com/docs/millicast/api/account-validate-third-party-storage.md)**

Validates third party storage is configured with permissions for Dolby.io to upload media assets.

To track the validation result, keep note of the the `validationId` returned in the response body. If correctly configured, when calling [Read Media Asset](https://optiview.dolby.com/docs/millicast/api/record-files-v-2-read-media-asset.md), the response should return a successful entry with `id` matching the `validationId`.

Run once to validate write permissions. If successful, optionally run a second time to confirm that overwriting is allowed.

Note that validation results are only available for 1 hour.

If you provide an empty body or no body your default storage profile will be validated.

## Request

## Responses

**200**

Success

**default**

Server Error
