Skip to main content

Accept a customer invite

POST /v2/customer-invites/{customerInviteId}/actions/accept/
v2
POST
customer-accept-customer-invite

Request

  • customerInviteIdstring (uuid)
    required

    ID of the CustomerInvite to be accepted.

Responses

No response content specified.

Usage examples

$ curl \
--fail \
--location \
-X POST \
-d '{"invitationToken":"string"}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/customer-invites/f0f86186-0a5a-45b2-aa33-502777496347/actions/accept