List Artists
Access: organization users with artist permissions; X-User-Id may target a same-organization user where allowed.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Use application/json for API responses.
Bearer access token. Use Bearer <YOUR_ACCESS_TOKEN>.
Optional user UUID to perform the request on behalf of a user in the same organization.
Query Parameters
optional Search term to filter subscriptions by name, email, or other attributes.
"john"
optional The page number to return. Defaults to 1.
2
optional Number of subscriptions per page. Defaults to 10.
20
optional Sort direction for creation date. Either "asc" or "desc". Defaults to "desc".
"asc"
Response
Success
The response is of type object.