Bridge Training
APIThemes

List themes, optionally filtered by type

GET
/api/themes

Query Parameters

types?string

Comma-separated theme types to filter by

Response Body

application/json

curl -X GET "https://loading/api/themes"
[
  {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "type": "system_bidding",
    "userId": "string",
    "labels": {
      "property1": null,
      "property2": null
    },
    "identifier": "string",
    "createdAt": "string",
    "updatedAt": "string"
  }
]