Skip to content

API composition

Rendered

POST/v1/entities1.2s
curl -X "POST" https://api.mattermode.com/v1/entities \
  -H "Authorization: Bearer $MATTER_API_KEY" \
  -d '{"jurisdiction":"DE"}'

Anatomy

import { EndpointBadge } from "@matter/components";
import { CodeCard } from "@repo/brand/components/code-card";

<EndpointBadge method="POST" path="/v1/entities" />
<CodeCard verb="POST" path="/v1/entities" time="1.2s">
  curl -X POST https://api.mattermode.com/v1/entities
</CodeCard>

PUT and PATCH share the same orange — see Status.

On this page