Skip to main content

Request a support code

GET/v2/users/self/credentials/support-code/
API version
v2
Request method
GET
Operation ID
user-support-code-request

Request

Responses

Format
application/json
Description

The requested support code and the expiry.

  • expiresAtstring (date-time)
    required

    Expiration of the support code

  • supportCodestring
    required

    support code to authenticate yourself against the mittwald support via telephone

Usage examples

$ curl \
--fail \
--location \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v2/users/self/credentials/support-code?forceRecreate=true