🧑‍🚀 CERTHIS 🧑‍🚀
  • 🎯GET STARTED
    • Platform Quick Overview
    • Certhis Academy
    • Create Collection
  • 👾API Object References
    • Collection
    • NFT
    • User
    • Label
    • Currency
  • 🖼️Dynamic NFT
    • Authentication
    • API Endpoints
  • ⚙️Web3 CRM
    • API Endpoints
    • Webhook
  • 🍏Apple & Google Wallet
    • API Endpoints
    • Scanner
  • 🛒NFT Checkout
    • Claimer
    • API Endpoint
  • ⛏️Mint API
    • API Endpoint
    • MINTER ADDRESS
    • Webhook
    • Free Claim User
  • ✴️API endpoints
    • COLLECTION
    • CURRENCIES
    • NFT
    • STATISTICS
    • TRANSACTIONS
    • USER
    • SIGNATURE
    • CONTRACT
  • 📖Certhis SDK
    • Deploy Collection
    • Fetch NFT
    • Fetch Transactions
  • 💰Certhis WALLET
    • Introduction
    • Usage
    • Generate Wallet
    • Export private key
    • Connect to DAPP
  • 📜Smart Contract
    • ABI
    • INTERFACE
    • Audit
    • Contract Checker
  • 💸Royalties
    • Mint Royalties
    • Resell Royalties
    • Affiliation Royalties
    • Co-Creator Royalties
    • Deactivate Collection Royatlies
  • GATE
  • Community
    • 🔗Certhis On Social Media
    • 🏛️Founders
    • 📞Contact
  • FAQ
    • ❔FAQ
Powered by GitBook
On this page
  • GET Add to Apple Wallet
  • GET Add to Google Wallet
  • POST Send Notification
  1. Apple & Google Wallet

API Endpoints

GET Add to Apple Wallet

On success, it will return a .pkpass

Example of request:

https://api.certhis.io/pass

Query Parameters

Parameter
Description

nft_id

the id of the NFT

chain_id

the chain id of the collection

collection_address

the collection address

sign_message

the signed message

sign_id

the id of the signature

GET Add to Google Wallet

On success, it will return a .pkpass

Example of request:

https://api.certhis.io/pass_google

Query Parameters

Parameter
Description

nft_id

the id of the NFT

chain_id

the chain id of the collection

collection_address

the collection address

sign_message

the signed message

sign_id

the id of the signature

POST Send Notification

On success, user will receive a notification from his Apple Wallet

Example of request:

https://api.certhis.io/notification/send

Query Parameters

Parameter
Description

collection_index

the id of the collection

wallet

wallet address of the collection owner

message

notification message

campaign_name

name of the notification campaign

link

str representing the link on the notification (not-required)

signature

the signature

PreviousApple & Google WalletNextScanner

Last updated 1 year ago

🍏