Prerequisites
- A TimeLockData account
- Your API key (
X-API-Key) - A tool for making HTTP requests (curl, Postman, or any HTTP client)
Step 1: Get Your API Key
Log in to the TimeLockData Dashboard and navigate to Administration > Source Systems to create a new source system and generate an API key.Keep your API key secure and never expose it in client-side code or public repositories.
Step 2: Test the Connection
Verify the API is reachable with a health check:Step 3: Create a Category
Categories organize your evidences. Replace{COMPANY_ID} with your company identifier.
Step 4: Create a Subcategory
Step 5: Create an Evidence
Register a digital event as an evidence record within your category and subcategory:Step 6: Verify on the Blockchain
Once the evidence is confirmed on the blockchain, you can verify its existence using the public verification endpoint (no authentication required):Next Steps
Authentication
Learn about API Key authentication
API Reference
Explore all available endpoints
Upload Files
Attach documents and images to evidences
Verification
Verify data integrity with blockchain proofs
Troubleshooting
401 Unauthorized — Verify your API key is correct and included in theX-API-Key header.
400 Bad Request — Check that required fields (name, externalId, owner) are present.
Need help? Contact us at support@gate2chain.com.