Skip to main content
GET
/
api
/
admins
/
artists
/
pro
cURL
curl --request GET \
  --url https://recoup-api.vercel.app/api/admins/artists/pro \
  --header 'x-api-key: <api-key>'
{
  "status": "success",
  "artists": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developers.recoupable.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Response

Pro artist IDs retrieved successfully

status
enum<string>
required

Status of the request

Available options:
success,
error
artists
string<uuid>[]
required

List of artist IDs owned by pro accounts

error
string

Error message (only present if status is 'error')