curl --request GET \
--url https://api.royalti.io/ddex/providers \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"data": {
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"code": "<string>",
"dpid": "<string>",
"category": "streaming",
"defaultDeliveryMethod": "SFTP",
"deliveryMethods": [
"SFTP"
],
"territories": [
"<string>"
],
"supportedFormats": [
"<string>"
],
"technicalSpecs": {},
"rateLimits": {},
"acknowledgementSettings": {},
"description": "<string>",
"isActive": true,
"website": "<string>",
"documentation": "<string>"
}
],
"pagination": {
"totalItems": 123,
"totalPages": 123,
"currentPage": 123,
"filteredItems": 123
}
}
}List global DDEX providers
curl --request GET \
--url https://api.royalti.io/ddex/providers \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"data": {
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"code": "<string>",
"dpid": "<string>",
"category": "streaming",
"defaultDeliveryMethod": "SFTP",
"deliveryMethods": [
"SFTP"
],
"territories": [
"<string>"
],
"supportedFormats": [
"<string>"
],
"technicalSpecs": {},
"rateLimits": {},
"acknowledgementSettings": {},
"description": "<string>",
"isActive": true,
"website": "<string>",
"documentation": "<string>"
}
],
"pagination": {
"totalItems": 123,
"totalPages": 123,
"currentPage": 123,
"filteredItems": 123
}
}
}const response = await fetch('https://api.royalti.io/ddex/providers', {
method: 'GET',
});
const data = await response.json();
console.log(data);
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
streaming, download, physical, broadcast, sync, other