Get an Example

Returns a canned Example response. Exists only to exercise the labs epoch versioning surface (v1.0 to v1.1 field-rename migration); not backed by any real entity.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

exampleIdstringRequired

The Example’s ID. Any non-empty string is accepted; echoed back in the response.

Response

OK
createdAtstringformat: "date-time"
The time the response was generated, in UTC.
idstring

The Example’s ID; echoed back from the request path.

proofOfConceptstring
The Example's name. Renamed to "name" for v1.0 clients via the epoch migration.

Errors

400
Bad Request Error
401
Unauthorized Error