Overview

Sections

Theme switcher

Retrieve track disambiguation

Header Parameters

Authorizationstring Required

HMAC credential for the Delivery API. With UseNonce = true the parameter has four colon-separated parts and the request is rejected if the timestamp is more than 300 seconds old, so sign each call at send time rather than reusing a cached header.

StoreIdstring Required

Identifies the store whose catalogue and entitlements apply. Ask Tuned Global for the code issued to your account; requests without it are rejected.

Query Parameters

trackIdinteger

Track id to look up. Takes precedence when an isrc is also supplied.

isrcstring

ISRC to look up instead of a track id. Useful when you only hold the recording code, not a Tuned Global id.

Response

200
Object

Every row sharing a DisambiguationId is the same recording. ConfidenceScore is how sure the match is.

Response Attributes

TrackIdnumber
DisambiguationIdnumber
Isrcstring
OwnerIdnumber
ConfidenceScorenumber
400
Object

Neither trackId nor isrc was supplied. Send at least one.

404
Object

No disambiguation data exists for that recording. Treat the track as unique rather than failing the request.

Was this section helpful?

GET

/

Select
1

Response

Was this section helpful?