Skip to main content

Get a customer membership

GET /v2/customer-memberships/{customerMembershipId}/
v2
GET
customer-get-customer-membership

Request

  • customerMembershipIdstring
    required

    ID of the CustomerMembership to retrieve.

Responses

application/json

OK

  • customerIdstring (uuid)
    required

    ID of the Customer the CustomerMembership is for.

  • emailstring (email)
    required

    Email used by the invited user.

  • expiresAtstring (date-time)

    Time the CustomerMembership should expire at.

  • idstring (uuid)
    required

    ID of the CustomerMembership.

  • inviteIdstring (uuid)

    ID of the CustomerInvite the membership was created from.

  • memberSincestring (date-time)

    Date the CustomerMembership was created at.

  • mfaboolean
    required

    MFA activated by the user.

  • rolestring (one of: notset, owner, member, accountant)
    required
  • userIdstring (uuid)
    required

    ID of the user the CustomerMembership is for.

Usage examples

$ curl \
--fail \
--location \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v2/customer-memberships/string