Legal Entity Management API
Public/apis-guru/legal-entity-management-api
The Legal Entity Management API enables you to manage legal entities that contain information required for verification. ## Authentication Your Adyen contact will provide your API credential and an API key. To connect to the API, add an `X-API-Key` header with the API key as the value. For example: ``` curl -H "X-API-Key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ ... ``` Alternatively, you can use the username and password of your API credential to connect to the API using basic authentication. For example: ``` curl -U "ws_123456@Scope.Company_YOUR_COMPANY_ACCOUNT":"YourWsPassword" \ -H "Content-Type: application/json" \ ... ``` ## Versioning The Legal Entity Management API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: "vXX", where XX is the version number. For example: ``` https://kyc-test.adyen.com/lem/v1/legalEntities ``` >If you are using hosted onboarding and just beginning your integration, use v3 for your API requests. Otherwise, use v2. ## Going live When going live, your Adyen contact will provide your API credential for the live environment. You can then use the API key or the username and password to send requests to `https://kyc-live.adyen.com/lem/v1`.
- Versions
- 3
- Latest version
- v3
- Last updated
- 7d ago
- Organization
- APIs Guru
Version history
3 published versions, newest first.
- v3LatestPublished
The Legal Entity Management API enables you to manage legal entities that contain information required for verification.
7d ago6/25/2026ChangelogImported from specification (follow-on revision in same project)
- v2Published
The Legal Entity Management API enables you to manage legal entities that contain information required for verification.
7d ago6/25/2026ChangelogImported from specification (follow-on revision in same project)
- v1Published
The Legal Entity Management API enables you to manage legal entities that contain information required for verification.
7d ago6/25/2026ChangelogImported from specification