Skip to content

List all base images

GET
/v1/admin/base-images

Returns all base images (admin view, includes disabled).

Authorizations

BearerAuth

API key (Bearer key_...)

Type
API Key (header: Authorization)

Responses

OK

application/json
JSON
[
  
{
  
  
"action": "string",
  
  
"board_type": "string",
  
  
"created_at": "string",
  
  
"description": "string",
  
  
"enabled": true,
  
  
"flash_offset": "string",
  
  
"id": "string",
  
  
"name": "string",
  
  
"position": 0,
  
  
"url": "string"
  
}
]

Playground

Authorization

Samples

Powered by VitePress OpenAPI