Get My User Metadata By 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.
Path Parameters
- 200
 - default
 
A successful response.
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": "2024-05-10T13:32:02.044Z",
      "changeDate": "2024-05-10T13:32:02.044Z",
      "resourceOwner": "69629023906488334"
    },
    "key": "key1",
    "value": "VGhpcyBpcyBteSBmaXJzdCB2YWx1ZQ=="
  }
}
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": "2024-05-10T13:32:02.044Z",
      "changeDate": "2024-05-10T13:32:02.044Z",
      "resourceOwner": "69629023906488334"
    },
    "key": "key1",
    "value": "VGhpcyBpcyBteSBmaXJzdCB2YWx1ZQ=="
  }
}
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": "2024-05-10T13:32:02.044Z",
      "changeDate": "2024-05-10T13:32:02.044Z",
      "resourceOwner": "69629023906488334"
    },
    "key": "key1",
    "value": "VGhpcyBpcyBteSBmaXJzdCB2YWx1ZQ=="
  }
}
An unexpected error response.
Schema
- Array [
 - ]
 
details object[]
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string"
    }
  ]
}
Schema
- Array [
 - ]
 
details object[]
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string"
    }
  ]
}
Schema
- Array [
 - ]
 
details object[]
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string"
    }
  ]
}