Skip to main content
GET
List active metadata providers
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

GET /catalog-import/providers Description: Lists the metadata providers currently configured and active for this deployment (METADATA_IMPORT_PROVIDERS), along with each provider’s capabilities (artist search, artist-catalog walk, ISRC lookup, UPC lookup, and the canonical fields it can populate). A provider with missing credentials is silently omitted rather than erroring. Authorization:
  • Required role: admin or higher
Method: GET

Code Examples

Authorizations

Authorization
string
header
required

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

Response

Active providers retrieved

status
string
Example:

"success"

data
object