Skip to main content
GET
/
sandbox
/
templates
List available sandbox templates
curl --request GET \
  --url https://sandbox.brimble.io/sandbox/templates \
  --header 'x-brimble-key: <api-key>'
{
  "message": "Templates fetched",
  "data": [
    {
      "name": "<string>",
      "display_name": "<string>",
      "description": "<string>"
    }
  ]
}

Authorizations

x-brimble-key
string
header
required

Your account-level Brimble API key. Find it in the dashboard under your profile drawer → API key (click the avatar in the sidebar). Available on paid plans only.

Response

200 - application/json

Templates

message
string
required
Example:

"Templates fetched"

data
object[]
required
Last modified on May 20, 2026