Skip to main content

Validate a License's key for a project

POST/projects/{projectId}/actions/validate-license-key/
v2
POST
license-validate-license-key-for-project

Request

  • projectIdstring (uuid)
    required

    ID if the Project to validate the License's key for.

Responses

application/json

OK

  • validboolean
    required

Usage examples

$ curl \
--fail \
--location \
-X POST \
-d '{"key":"string","kind":"typo3-elts"}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/projects/f0f86186-0a5a-45b2-aa33-502777496347/actions/validate-license-key