Skip to main content
GET
/
blueprints
List blueprints
curl --request GET \
  --url https://api.helloannie.com/v1/blueprints
{
  "success": true,
  "data": {
    "blueprints": [
      {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "name": "<string>",
        "description": "<string>",
        "createdAt": "<string>",
        "templateIds": [
          "3c90c3cc-0d44-4b50-8888-8dd25736052a"
        ],
        "variables": [
          {
            "name": "<string>",
            "type": "STRING",
            "description": "<string>",
            "isRequired": true
          }
        ]
      }
    ]
  }
}

Response

200 - application/json

Response containing all blueprints for the org

success
enum<boolean>
required
Available options:
true
data
object
required