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

Name
Type
Description

appId*

String

App ID

chain*

String

Chain Name

Headers

Name
Type
Description

x-api-key*

String

API Key

{
    "status": "ok",
    "timestamp": 1694528528826
}

Get Payment IDs for an App

GET https://api.subsprotocol.com/creator/payments

Path Parameters

Name
Type
Description

appId*

String

App ID

chain*

String

Chain Name

rpc*

String

Node Provider

Headers

Name
Type
Description

x-api-key*

String

API Key

Check user subscription for an App

GET https://api.subsprotocol.com/creator/isMyUser

Path Parameters

Name
Type
Description

appId*

String

App ID

chain*

String

Chain Name

user*

String

User Address

rpc*

String

Node Provider

Headers

Name
Type
Description

x-api-key*

String

API Key

All subscribers for a specific App

GET https://api.subsprotocol.com/creator/subs

Path Parameters

Name
Type
Description

appId*

String

App ID

chain*

String

Chain Name

rpc*

String

Node Provider

Headers

Name
Type
Description

x-api-key*

String

Api Key

Subscribers of a specific payment of an App

GET https://api.subsprotocol.com/creator/subsOfPayment

Path Parameters

Name
Type
Description

appId*

String

App ID

chain*

String

Chain Name

rpc*

String

Node Provider

paymentID*

String

Payment ID

Headers

Name
Type
Description

x-api-key*

String

API Key

All the subscriptions for a specific User

GET https://api.subsprotocol.com/creator/userSubs

Path Parameters

Name
Type
Description

chain*

String

Chain Name

rpc*

String

Node Provider

user*

String

User Address

Headers

Name
Type
Description

x-api-key*

String

API Key

Last updated