at.margin.apikey

margin.at

Documentation

An API key hash for the Margin application.

main record

An API key hash for the Margin application.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

keyHash string Required

SHA256 hash of the API key.

name string Required

Human-readable name for the API key.

maxLength: 64 bytes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name",
      "keyHash",
      "createdAt"
    ],
    "properties": {
      "name": {
        "type": "string",
        "maxLength": 64,
        "description": "Human-readable name for the API key."
      },
      "keyHash": {
        "type": "string",
        "description": "SHA256 hash of the API key."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "An API key hash for the Margin application."
}

Lexicon Garden

@