Get details of a specific marketplace demo tag
Retrieve the marketplace demo tag’s details.
Permissions: Any authenticated user with an Air scope.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
A UUID string identifying this marketplace demo tag.
Response
id
name
The tag name. 2-32 characters; letters, numbers, spaces, hyphens (-), and underscores (_) only; must start and end with a letter or number. Stored lowercased.
is_public
Whether the tag is in the public marketplace catalog.
created
modified
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error