Skip to main content
POST

Overview

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

Request Body

Array of resource type objects:
string
Optional client-provided ID
string
required
Display name for the resource type
string
required
Unique key for the resource type within the scope
string
required
ID of the scope where this resource type is defined

Response

Returns an array of created resource type objects.