cURL
curl --request GET \ --url https://api.eden.art/v2/creators/{userId} \ --header 'X-Api-Key: <api-key>'
{ "creator": "<any>" }
Retrieve detailed information about a specific creator by their user ID.
Default Response