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
    required

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/string/onboarding-process