Skip to main content

Create the OnboardingProcess of a contributor

POST/contributors/{contributorId}/onboarding-process/
v2
POST
extension-create-contributor-onboarding-process

The OnboardingProcess is needed to publish paid extensions.

Request

  • contributorIdstring (uuid)
    required
    Example:"907a24e9-0723-4566-b584-86578419e983"

Responses

application/json

The Process has been started.

  • contributorIdstring (uuid)
  • onboardingLinkstring

Usage examples

$ curl \
--fail \
--location \
-X POST \
-d '{"shippingCountryRestriction":"onlyDomestic"}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/contributors/f0f86186-0a5a-45b2-aa33-502777496347/onboarding-process