Skip to main content

Add phone number and start verification process

POST /v2/users/{userId}/phone/
v2
POST
user-add-phone-number

Request

  • userIdstring
    required

    self or the id of a user.

Responses

No response content specified.

Usage examples

$ curl \
--fail \
--location \
-X POST \
-d '{"phoneNumber":"+491701234567"}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/users/string/phone