Get assets
GET/v1/assets
This API request can be used to get a paginated list of assets.
Results are sorted by createdAt date in ascending mode.
To be able to call the service a valid token is required. To get a token follow this guide : How to obtain a token
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Get a list of available assets.
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Resource not found
Internal server error