Skip to main content
GET
/
assettypes
/
{id}
Get a assettype
curl --request GET \
  --url https://api-staging.pixwel.com/api/assettypes/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "name": "1x1-assets",
  "category": "av",
  "group": "digital",
  "created": "<string>",
  "$links": {
    "self": "//api-staging.pixwel.com/api/Assettypes/1x1-assets"
  }
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

Response

200 - application/json

OK

name
string
Example:

"1x1-assets"

category
string
Example:

"av"

group
string
Example:

"digital"

created
string | null