SourceCreateResponse

Create result envelope. `source_id` is the new source's UUID — use it on future configure / delete endpoints when they ship.

Properties

source_idstringrequired

UUID of the newly created source.

namestringrequired

Display name echoed from the request (trimmed).

created_atstring <date-time>required

UTC timestamp (ISO 8601) of source creation.

Example

SourceCreateResponse example
{
  "source_id": "string",
  "name": "string",
  "created_at": "1970-01-01T00:00:00.000Z"
}