Zum Hauptinhalt springen

Accept a ProjectInvite

POST /v2/project-invites/{projectInviteId}/actions/accept/
v2
POST
project-accept-project-invite

Request

  • projectInviteIdstring (uuid)
    required

    ID of the ProjectInvite to be accepted.

Responses

Kein Request-Inhalt spezifiziert.

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/project-invites/f0f86186-0a5a-45b2-aa33-502777496347/actions/accept