Obtain a JWT tokenAsk AIpost https://developers.bloomreach.io/delivery/site/v2/auth/Body ParamssecretstringrequiredThe provided secret which MUST match the server secretexpires_secondsintegerThe number of seconds before the JWT expiressubstringOptional subject of the JWT (the user)previewbooleanOptional flag to indicated whether the preview of the delivery API should be returnedtruefalseprojectstringOptional project id (to be found in CMS projects perspective in URL) in case next to preview also a specific project version of a document is requestedscopesarray of stringsOptional list of scopes for the token. In case no scopes are provided, the returned JWT token will be for all (*) scopesscopesADD stringResponses 200Successful JWT creation 400Bad Request - Invalid request payload 403Forbidden 503Service UnavailableUpdated 9 days ago