---
title: "Get subscription details"
slug: "get-subscription-details"
updated: 2025-12-03T18:35:03Z
published: 2025-12-03T18:35:10Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://kb.solargis.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get subscription details

Get/customer/company-subscription/status

		
			

| **Request type:** | GET |
| --- | --- |
| **URL**: | [https://api.solargis.com/customer/company-subscription/status](https://api.solargis.com/customer/company-subscription/status) |
| **Authorization**: | Bearer {[API token](https://kb.solargis.com/docs/generate-api-tokens)} |

Use this endpoint to download your subscription details such as registered email and name, subscription ID, validity dates, and your API request history. All you need is the [API token](/v1-api/apidocs/generating-api-tokens) associated with the account to execute the request. You can use the facility to the right to request the information. You will not get charged for this service.

		
		
SecurityHTTPType bearer

Enter your Solargis TMY Bearer token.

Responses200

Subscription details

<select class='api-response-data' aria-label='Media type'><option value='85b1e15a-f8fa-4709-a07a-75ea9deb24e5'>application/json</option>
</select>Expand Allobject  userobject  firstNamestring    
middleNamestring    
lastNamestring    
emailstring    

companyobject  sgCompanyIdstring    
namestring    

subscriptions Array of object   object  idstring    
validFromstring  (date-time)    
validTostring  (date-time)    
typestring    
consumptionActiveboolean    
totalRequestsinteger    
pendingRequestsinteger    
finishedRequestsinteger    
namestring    

401

Ivalid authorization

<select class='api-response-data' aria-label='Media type'><option value='679a59fa-601b-4b09-bce5-2dd47627b65f'>application/json</option>
</select>object  

Ivalid authorization

errorstring    Exampletoken.invalid
