Skip to main content

Retrieve a public value (no auth required)

Retrieve a public value by user_id and key.

This endpoint provides read-only access to public entity keys without authentication. Any user can read public data published by any other user.

  • user_id: The user ID who owns the public data
  • key: Key identifier
Path Parameters
user_id User Id REQUIRED
key Key REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
ok Ok OPTIONAL

Indicates if the request was successful or not.

data object

Response data for public get operation

user_id User Id
key Key
value Value
content_type Content Type
metadata
created_at date-time
updated_at date-time
expires_at Expires At
size_bytes Size Bytes
default

Default Response

Schema OPTIONAL
ok Ok OPTIONAL

Indicates if the request was successful or not.

errors object[]

List of errors

type uri

Possible values: 1 ≤ length ≤ 2083

A string containing a URI reference that identifies the problem type.

status Status

Possible values: 399 < value < 600

A number indicating the HTTP status code.

title Title

Possible values: 5 ≤ length

A string containing a short, human-readable summary of the problem type.

detail Detail

Possible values: 5 ≤ length

A string containing a human-readable explanation specific to this occurrence of the problem.

instance Instance

Possible values: 1 ≤ length

A string containing a URI reference that identifies the specific occurrence of the problem.

error_code Error Code

A Number that indicates the error type that occurred.