Documentation is currently under development. Some sections may be incomplete or subject to change.
cURL
curl --request GET \ --url https://nanostudio.cloud/api/subscription \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "<string>", "status": "<string>", "plan": { "id": "<string>", "name": "<string>", "price": 123, "currency": "<string>", "transformationsPerMonth": 123 }, "currentUsage": { "transformationsUsed": 123, "transformationsLimit": 123, "resetDate": "2023-11-07T05:31:56Z" } } }
Get current subscription information and usage
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Subscription information retrieved successfully
Show child attributes