Get My User Metadata By Key
GET/users/me/metadata/:key
Returns a metadata value by a specific key of the authenticated user. Metadata is a key value list with additional information needed on the user.
Request​
Path Parameters
Responses​
- 200
- default
A successful response.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
metadata
object
details
object
on read: the sequence of the last event reduced by the projection
on manipulation: the timestamp of the event(s) added by the manipulation
on read: the timestamp of the first event of the object
on create: the timestamp of the event(s) added by the manipulation
on read: the timestamp of the last event reduced by the projection
on manipulation: the
metadata key
metadata value is base64 encoded, make sure to decode to get the value
{
  "metadata": {
    "details": {
      "sequence": "2",
      "creationDate": "2025-03-21T10:51:27.124Z",
      "changeDate": "2025-03-21T10:51:27.124Z",
      "resourceOwner": "69629023906488334"
    },
    "key": "key1",
    "value": "VGhpcyBpcyBteSBmaXJzdCB2YWx1ZQ=="
  }
}
- Schema
- Example (from schema)
Schema
metadata
object
details
object
on read: the sequence of the last event reduced by the projection
on manipulation: the timestamp of the event(s) added by the manipulation
on read: the timestamp of the first event of the object
on create: the timestamp of the event(s) added by the manipulation
on read: the timestamp of the last event reduced by the projection
on manipulation: the
metadata key
metadata value is base64 encoded, make sure to decode to get the value
{
  "metadata": {
    "details": {
      "sequence": "2",
      "creationDate": "2025-03-21T10:51:27.125Z",
      "changeDate": "2025-03-21T10:51:27.125Z",
      "resourceOwner": "69629023906488334"
    },
    "key": "key1",
    "value": "VGhpcyBpcyBteSBmaXJzdCB2YWx1ZQ=="
  }
}
- Schema
- Example (from schema)
Schema
metadata
object
details
object
on read: the sequence of the last event reduced by the projection
on manipulation: the timestamp of the event(s) added by the manipulation
on read: the timestamp of the first event of the object
on create: the timestamp of the event(s) added by the manipulation
on read: the timestamp of the last event reduced by the projection
on manipulation: the
metadata key
metadata value is base64 encoded, make sure to decode to get the value
{
  "metadata": {
    "details": {
      "sequence": "2",
      "creationDate": "2025-03-21T10:51:27.126Z",
      "changeDate": "2025-03-21T10:51:27.126Z",
      "resourceOwner": "69629023906488334"
    },
    "key": "key1",
    "value": "VGhpcyBpcyBteSBmaXJzdCB2YWx1ZQ=="
  }
}
An unexpected error response.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
- Array [ 
- ] 
details
object[]
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string"
    }
  ]
}
- Schema
- Example (from schema)
Schema
- Array [ 
- ] 
details
object[]
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string"
    }
  ]
}
- Schema
- Example (from schema)
Schema
- Array [ 
- ] 
details
object[]
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string"
    }
  ]
}