Setting Account IDs
Learn how to assign a unique external identifier (UUID) to an account in Trustform to enable API access and ensure smooth data integration.
Overview
Every account in Trustform can have an external unique identifier (UUID). This identifier is essential for retrieving data via the API and needs to be set manually. It helps maintain consistent data and smooth integration across systems.
Add Account ID Information
To assign a UUID to an account, follow these steps:
Notes
A UUID is required for API access – without it, you cannot retrieve object data
Every UUID must be unique – the platform will not allow duplicates
You can update the UUID later if needed
Setting Object UUIDs – Best Practice
Best Practices for UUID Creation
A consistent approach to UUIDs ensures accuracy and simplifies integration. Here is how to keep them clean and predictable:
Use stable values that do not change (for example, internal database ID or official registration number)
Keep UUIDs globally unique across your organisation or data scope
Avoid using personal data such as names or emails for privacy reasons
Stick to a simple format, for example acct-12345 or profile_US_001
Ensure they are predictable but not easily guessable when exposed externally
Why It Matters
Consistent and meaningful UUIDs allow you to:
Reference objects reliably across API calls
Prevent duplication errors
Integrate with external systems more efficiently
Last updated

