Skip to content

List base images for a board type

GET
/v1/base-images

Returns enabled base images filtered by board_type query parameter.

Authorizations

BearerAuth

API key (Bearer key_...)

Type
API Key (header: Authorization)

Parameters

Query Parameters

board_type*

Board type to filter by

Type
string
Required

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
Variables
Key
Value

Samples

Powered by VitePress OpenAPI