Skip to main content

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

  1. Open Postman and click Import
  2. Select Upload Files and choose the downloaded creatorlayer.postman_collection.json
  3. Open the collection, go to Variables, and set:
    • apiKey → your sandbox API key (cl_sandbox_...)
    • baseUrlhttps://api-sandbox.creatorlayer.eu (default) or https://api.creatorlayer.eu for production
  4. 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:

  1. Open Bruno and create a new collection
  2. Click ...Import CollectionPostman Collection v2
  3. Select the downloaded JSON file
  4. Set environment variables baseUrl and apiKey in Bruno's environment editor

Quickstart flow

Run these requests in order to complete a full sandbox verification:

StepRequest
1Create verification — copy verification_id from the response
2Set the verificationId collection variable to the value from step 1
3Get verification status — poll until status is completed (sandbox test-complete-* references complete within ~5 seconds)
4Get Risk Tape — retrieve the full income verification output
5(Optional) Get benchmarks — compare metrics against the creator population

Environment variables

VariableDescriptionExample
baseUrlAPI base URLhttps://api-sandbox.creatorlayer.eu
apiKeyBearer API keycl_sandbox_a1b2c3...
verificationIdID from Create verification responsevrf_01JXXX...
webhookIdID from Register webhook responsewhk_01JXXX...