cURL
curl --request GET \ --url https://api.mudstack.com/workspaces/assets/searchIds \ --header 'Authorization: Bearer <token>' \ --header 'x-account-id: <x-account-id>' \ --header 'x-workspace-id: <x-workspace-id>'
{ "results": [ "<string>" ] }
Searches for asset IDs based on query parameters.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Search results
The response is of type object.
object
Was this page helpful?