Retrieve detailed information about a specific entity by its unique identifier.
Request
GET https://tupel.com/api/entities/{uid}/
Authentication
This endpoint requires basic authentication with your Organization ID and API Key.
Path Parameters
- uid string Required
The unique identifier of the entity to retrieve.
Notes
- This endpoint returns all details for a specific entity.
- The entity must belong to your organization to be accessible.
- The response includes important identification details like registration number, tax number, and jurisdiction.
- You can use the retrieved entity UID in other API calls that require an entity reference, such as creating loans, recipients, or payment methods.