GET
/
workspaces
/
libraries
/
filetypes
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>"
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-account-id
string
required
x-workspace-id
string
required

Query Parameters

library_id
string

Response

200 - application/json
The library file types

The response is of type string[].