QC Approval

API Endpoint

POST /distribution/release/:releaseId/qcapprove
Host: api.audicient.com
Authorization: <API_KEY>:<API_SECRET>

Authentication Requirements

All requests must include authentication credentials.

  • Authorization Header: Pass the API key and secret as <API_KEY>:<API_SECRET>

Path Parameters

Parameter
Type
Description

releaseId

string

The unique ID of the release

Example Requests

POST /distribution/release/100001/qcapprove
Host: api.audicient.com
Authorization: <API_KEY>:<API_SECRET>

If release validation shows up any issues, that must be fixed before qc approval

Sample response

{
  "status": 200,
  "success": true,
  "message": "Release QC has been approved"
}

Last updated