Skip to main content
POST

Overview

Batch creation allows you to create multiple resources in a single API call.
ID Format: All IDs use a namespaced UUIDv7 format: resource_{uuidv7}.

Request Body

Array of resource objects:
string
Optional client-provided ID
string
required
ID of the resource type
string
required
ID of the owning scope
string
required
External identifier for the resource
string
Display name for the resource

Response

Returns an array of created resource objects.