GoodMemGoodMem
ReferenceAPIREST APISystem

Get the GoodMem instance

Returns singleton instance identity, ownership, and audit metadata after requiring effective READ_INSTANCE authority. The built-in ADMIN role supplies this authority; instance ownership alone does not. A scoped API key must also retain READ_INSTANCE in its immutable ceiling. This operation does not expose credentials or mutate instance state.

GET
/v1/instance
x-api-key<token>

In: header

Response Body

curl -X GET "https://loading/v1/instance"
{
  "instanceId": "550e8400-e29b-41d4-a716-446655440000",
  "ownerId": "650e8400-e29b-41d4-a716-446655440001",
  "createdAt": 1651483320000,
  "updatedAt": 1651486920000,
  "createdById": "750e8400-e29b-41d4-a716-446655440002",
  "updatedById": "850e8400-e29b-41d4-a716-446655440003"
}
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Empty