Organization
The Organization entity is central to the platform, representing a wide range of institutions and companies that interact with the system.
The Organization entity defines the foundational structure for different types of organizations, such as financial institutions, educational bodies, healthcare facilities, and corporations. This allows for flexible integration and management of organizational data.
Attributes
ID (
UUID
) A globally unique identifier automatically generated for each organization. This ID is used across the platform to uniquely identify an organization.Name (
String
) The official name of the organization. This field is mandatory and is used to reference the organization throughout the platform.Email (
String
) Optional contact email for the organization. Useful for communication and notifications.
Legal Data (
LegalData
) This field links to the organization’s legal details, including registration, tax information, and other legal identifiers. It is crucial for maintaining compliance and auditing.Webhook URL (
String
) If the organization requires integration with external systems, this is the URL where the platform sends webhook notifications for key events.Website URL (
String
) The official website of the organization, which may be useful for verification or display purposes.API Key (
String
) A unique, mandatory key assigned to each organization for secure API interactions. This API key ensures that only authorized organizations can access platform services or request data.
Last updated