cURL
curl --request GET \ --url https://api.mudstack.com/workspaces/libraries/filetypes \ --header 'Authorization: Bearer <token>' \ --header 'x-account-id: <x-account-id>' \ --header 'x-workspace-id: <x-workspace-id>'
[ "<string>" ]
Retrieve file types for a library.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The library file types
The response is of type string[].
string[]
Was this page helpful?