(NEW!) Retrieve an Asset

Retrieves an asset's details and metadata by specifying an Asset Identifier or File Identifier in the request path.

** The user requesting the Asset must have view access to the Asset. **

SecurityApiKeyAuth or BasicAuth
Request
path Parameters
id
required
string <uuid>

The Asset or File Identifier to retrieve.

header Parameters
X-API-Key
required
string

Customer-specific API key required to invoke API.

Authorization
required
string

Provided by Authentication Token creation operation

AccessToken
required
string

JWT token provided by Authentication Token creation operation.

Content-Type
required
string
Value: "application/json"
Responses
200

Success

401

Unauthorized. Missing Authorization or AccessToken or Access Token expired. Also occurs if the user does not have the permission to perform the action.

403

Forbidden. Missing X-API-key or Asset Not Found.

get/assets/asset/{id}
Request samples
Response samples
application/json
{}