Skip to main content
POST
Create data share
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json
sourceTenantId
integer
required
Example:

93

targetTenantId
integer
required
Example:

12

filterValues
string[]
required
Example:
filterType
enum<string>
default:isrc
Available options:
isrc,
upc,
label,
catalog
filterMode
enum<string>
default:include
Available options:
include,
exclude
feeRate
number | null
Example:

0.1

feeType
enum<string>
default:percentage
Available options:
percentage,
fixed
notes
string | null

Response

Data share created

status
string
Example:

"success"

message
string
Example:

"Data share created"

data
object