v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Get an Asset

get/media/{id}/

Path parameters

idstring required

The ID of the media asset

Response

200

idstring
urlstring
client_idstring
created_atstring
descriptionstring
filestring
mimetypestring

Example response

{
  "id": "2109ea19-f1bf-4eb6-9dd5-d9437b649054",
  "url": "http://localhost/api/v1/media/2109ea19-f1bf-4eb6-9dd5-d9437b649054/",
  "client_id": "FVQI5U57tfCyDV99YjhF3ExdlpiObg5JASvy81Mu",
  "created_at": "2021-02-24T16:07:22.010000Z",
  "description": "50 x 200",
  "file": "http://localhost/media/assets/c5ad9911-d6dd-40f4-bd0f-63a2c1e4651f.png",
  "mimetype": "image/png"
}