Usage Examples
This page provides common usage examples for the LearnCloud Network API, so you can quickly see how to
Send and receive credentials, boosts, and presentations
Create and claim credentials through peer-to-peer or QR flows
Register and manage Signing Authorities
Trigger and validate ConsentFlows
Monitor health and fetch metadata (like DIDs or challenge keys)
Each example is standalone and self-explanatory. Scroll, copy, and paste what you need.
β All examples assume:
You have a valid LearnCloud JWT (via auth or delegation)
Youβre storing data on behalf of a user identified by a DID
Youβre using the endpoint:
https://network.learncard.com/api
π Authentication
All requests require:
Authorization: Bearer <your-JWT>
The JWT must resolve to a DID matching the stored object owner, unless delegated.
Last updated
Was this helpful?