# ThirdPartyInfo

Third-party license information

## GET /third-party-info

>

```json
{"openapi":"3.1.0","info":{"title":"OpenAPI definition","version":"2026.14.3"},"tags":[{"name":"ThirdPartyInfo","description":"Third-party license information"}],"servers":[{"url":"http://localhost:52177/api","description":"Generated server url"}],"paths":{"/third-party-info":{"get":{"tags":["ThirdPartyInfo"],"operationId":"thirdPartyLicenses","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/common-system-ThirdPartyDependency"}}}}}}}}},"components":{"schemas":{"common-system-ThirdPartyDependency":{"properties":{"groupId":{"type":"string","description":"Group-ID"},"artifactId":{"type":"string","description":"Artifact ID"},"version":{"type":"string","description":"Version"},"licenses":{"type":"array","items":{"$ref":"#/components/schemas/common-system-ThirdPartyLicense"}}}},"common-system-ThirdPartyLicense":{"description":"License","properties":{"License Name":{"type":"string"},"License URL":{"type":"string"}}}}}}
```
