Skip to main content
Version: API v1

Account auslesen

GET /v1/accounts/{accountIdentifier}/
v1
GET
getAccount

Diese Operation liest genaue Daten eines einzelnen Accounts aus

Request

  • accountIdentifierstring
    required

    Name oder ID eines Accounts

Responses

application/json

Der Account

  • uidinteger
  • customerNumberinteger
  • namestring
  • activateShellboolean
  • descriptionstring
    required
  • disabledboolean
  • ipAddressesarray of object
    • Array[
    • *object
      • addressstring
      • scopestring (one of: internal, external)
      • versionnumber
      • typestring
      • relatedCertificateCommonNamestring
    • ]
  • statusstring (one of: creating, updating, deleting, ready)
  • Usage examples

    $ curl \
    --fail \
    --location \
    -H "Authorization: Bearer $MITTWALD_API_TOKEN" \
    https://api.mittwald.de/v1/accounts/string