Get
Subs API Get methods
API up ?
GET
https://api.subsprotocol.com/creator/status
This call is a good way to see if pur API is up and operational.
Path Parameters
appId*
String
App ID
chain*
String
Chain Name
Headers
x-api-key*
String
API Key
Get Payment IDs for an App
GET
https://api.subsprotocol.com/creator/payments
Path Parameters
appId*
String
App ID
chain*
String
Chain Name
rpc*
String
Node Provider
Headers
x-api-key*
String
API Key
Check user subscription for an App
GET
https://api.subsprotocol.com/creator/isMyUser
Path Parameters
appId*
String
App ID
chain*
String
Chain Name
user*
String
User Address
rpc*
String
Node Provider
Headers
x-api-key*
String
API Key
All subscribers for a specific App
GET
https://api.subsprotocol.com/creator/subs
Path Parameters
appId*
String
App ID
chain*
String
Chain Name
rpc*
String
Node Provider
Headers
x-api-key*
String
Api Key
Subscribers of a specific payment of an App
GET
https://api.subsprotocol.com/creator/subsOfPayment
Path Parameters
appId*
String
App ID
chain*
String
Chain Name
rpc*
String
Node Provider
paymentID*
String
Payment ID
Headers
x-api-key*
String
API Key
All the subscriptions for a specific User
GET
https://api.subsprotocol.com/creator/userSubs
Path Parameters
chain*
String
Chain Name
rpc*
String
Node Provider
user*
String
User Address
Headers
x-api-key*
String
API Key
Last updated