v1

latestOpenAPI 3.0.32026-07-12133333.5 KB
design-builder

getAllDesigns

Scan all designs linked to a organization, based in orgId attribute from JWT auth token

get/v1/designs

Response

Success - designs loaded with success. Empty array if org has no designs.

Example response

{
  "designs": [
    {
      "created_at": "2021-01-30T08:30:00Z"
    }
  ]
}
All 13 operations