cURL
curl --request GET \ --url https://api.eden.art/v2/agents/shared \ --header 'X-Api-Key: <api-key>'
{ "sharedAgents": [ { "agent": "<any>", "permissionLevel": "<string>", "grantedAt": "<string>" } ] }
Retrieve all agents that have been shared with the current user by other users.
Default Response
Show child attributes