API Collections
Download and import the Creatorlayer API collection to explore and test all endpoints interactively.
Download Postman / Bruno collection →
The collection covers all lender-facing endpoints: verifications, webhooks, benchmarks, GDPR, and health.
Postman
- Open Postman and click Import
- Select Upload Files and choose the downloaded
creatorlayer.postman_collection.json - Open the collection, go to Variables, and set:
apiKey→ your sandbox API key (cl_sandbox_...)baseUrl→https://api-sandbox.creatorlayer.eu(default) orhttps://api.creatorlayer.eufor production
- Authentication is pre-configured as Bearer token using
{{apiKey}}
The Idempotency-Key on Create verification is set to {{$guid}} — Postman generates a fresh UUID for each send automatically.
Bruno
Bruno can import Postman collections directly:
- Open Bruno and create a new collection
- Click ... → Import Collection → Postman Collection v2
- Select the downloaded JSON file
- Set environment variables
baseUrlandapiKeyin Bruno's environment editor
Quickstart flow
Run these requests in order to complete a full sandbox verification:
| Step | Request |
|---|---|
| 1 | Create verification — copy verification_id from the response |
| 2 | Set the verificationId collection variable to the value from step 1 |
| 3 | Get verification status — poll until status is completed (sandbox test-complete-* references complete within ~5 seconds) |
| 4 | Get Risk Tape — retrieve the full income verification output |
| 5 | (Optional) Get benchmarks — compare metrics against the creator population |
Environment variables
| Variable | Description | Example |
|---|---|---|
baseUrl | API base URL | https://api-sandbox.creatorlayer.eu |
apiKey | Bearer API key | cl_sandbox_a1b2c3... |
verificationId | ID from Create verification response | vrf_01JXXX... |
webhookId | ID from Register webhook response | whk_01JXXX... |