Yapper Developers
Api reference
GET
/assets/{assetId}

Returns one normalized asset. Deleted or cross-team assets return not_found.

Authorization

bearerAuth assets:read
AuthorizationBearer <token>

In: header

Scope: assets:read

Path Parameters

assetId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/assets/string"
{  "id": "string",  "type": "image",  "name": "string",  "url": "http://example.com",  "thumbnailUrl": "http://example.com",  "width": 0,  "height": 0,  "duration": 0,  "mimeType": "string",  "source": "string",  "sourceProcessId": "string",  "favorite": true,  "createdAt": "2019-08-24T14:15:22Z",  "links": {    "self": "string"  }}
{  "error": {    "code": "string",    "message": "string",    "requestId": "string"  }}
{  "error": {    "code": "string",    "message": "string",    "requestId": "string"  }}
{  "error": {    "code": "string",    "message": "string",    "requestId": "string"  }}
{  "error": {    "code": "string",    "message": "string",    "requestId": "string"  }}