Unlock Protocol Docs
๐ Check our new Docs!
Searchโฆ
Introduction
Our Code of Conduct
For Creators
Creating a Lock
Enabling Credit Cards
Customizing the NFT
Selling Memberships
Recurring Memberships
Plugins and Integrations
Tutorials
Creators FAQ
For Developers
Overview
About Smart Contracts
Developer Tools
Paywall
Sign-in With Ethereum
Unlock.js
Subgraph
Locksmith
Metadata
Authorization Strategy
Token Metadata API
Webhooks
Developer Tutorials
Developer FAQs
Governance
The Unlock Token
Unlock DAO
Unlock Grant Program
Roadmap
Governance FAQ
Connect
Website
Community
Github
Discord
Twitter
LinkedIn
Reddit
More
Unlock Mentions
Unlock Brand Guidelines
Powered By
GitBook
Token Metadata API
Locksmith provides facilities to host and retrieve token metadata associated with Locks and its key holders.
get
https://locksmith-host
/api/key/:lockAddress/:keyId
Get Key Metadata (NFT Metadata)
get
https://locksmith-host
/api/key/:address/keyHolderMetadata
Get Key Holder Metadata for a Key Holders
put
https://locksmith-host
/api/key/:address
Update Lock
put
https://locksmith-host
/api/key/:address/:keyId
Update a Key
put
https://locksmith-host
/api/key/:address/user/:userAddress
Update a User
Previous
Authorization Strategy
Next
Webhooks
Last modified
4mo ago
Copy link
Contents
get
Get Key Metadata (NFT Metadata)
get
Get Key Holder Metadata for a Key Holders
put
Update Lock
put
Update a Key
put
Update a User