Identity

Get current credential summary

get/user/credentials

Response

User credential listing

type'password' required

The type of credential

valuestring required

The credential value (e.g. the password)

created_atstring

The timestamp of creation of the credential

Example response

[
  {
    "created_at": "created_at",
    "type": "password",
    "value": "value"
  }
]

Changes