Subscriptions

Get Subscriptions

GET https://api.uproofs.apio.cc/subscriptions

This endpoint allows you to get information on your subscription

Headers

NameTypeDescription

Authentication

string

You need to insert api key 🔑 . For Example "apikey 1234"

{
    "status": true,
    "data": {
        "assets": "Number of Asset",
        "proofs": "Number of Proofs",
        "type": "standard",
        "stripeId": "XXXXX",
        "uuid": "XXXX",
        "createdAt": "2021-07-02T18:40:20.579Z",
        "updatedAt": "2021-07-14T16:56:28.758Z"
    }
}

Last updated