πŸ—³οΈAPI Endpoints

GET Add to Apple Wallet

On success, it will return a .pkpass

Example of request:

https://api.certhis.io/pass

Query Parameters

ParameterDescription

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

ParameterDescription

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

ParameterDescription

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

Last updated