Skip to main content
GET
/
v3
/
design-systems
List design systems
curl --request GET \
  --url https://api.magicpatterns.com/api/v3/design-systems \
  --header 'x-mp-api-key: <api-key>'
{
  "designSystems": [
    {
      "id": "ds-9b80b54e-92b3-4b2f-8265-afe466ee8b75",
      "name": "Shadcn",
      "isReserved": true,
      "isActive": true
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://magicpatterns.mintlify.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-mp-api-key
string
header
required

Magic Patterns API key. The same key authenticates v3 REST and the MCP server. Create one at https://www.magicpatterns.com/settings/api-keys.

Response

List of accessible design systems.

designSystems
object[]