This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
/product//deliveries/validate Description: Validate that a product can be delivered to FUGA without actually performing the delivery. This performs a “dry run” that checks:- Product has required metadata
- Assets exist and are accessible
- Audio files can be converted to required format
- Images meet size/format requirements
POST
Parameters:
| Parameter | Type | Description |
|---|---|---|
| id | string | Product ID (path parameter) |
| providers | array | Array of provider IDs to validate against |
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Product ID
Body
application/json
Array of provider IDs
Example:
["fuga-csv-ftp"]