cURL
curl --request GET \ --url https://api.mudstack.com/workspaces/libraries/recent \ --header 'Authorization: Bearer <token>' \ --header 'x-account-id: <x-account-id>' \ --header 'x-workspace-id: <x-workspace-id>'
[ { "id": "<string>", "workspace_id": "<string>", "name": "<string>", "description": "<string>", "thumbnail_file_id": "<string>", "defaultAvatar": 123, "created_by_user_id": "<string>", "sequence": 123 } ]
Retrieves a list of recently used libraries.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved recently used libraries
The response is of type object[].
object[]
Was this page helpful?