get
/api/v2/databases/info
Python SDK method:
client.database.get_info()

Get database information

Returns purchased applications, counties, data date ranges, and subscription details for the authenticated user's database.

Altitude Help Center — getDatabaseInfo

Success Responses

200 response: object

OK.

NameTypeDescription
databasestringYour database name.
daysBeforeExpirationinteger (int64)Number of calendar days remaining until the subscription expires. Negative when already expired.
domainsarray<string>Email domains that are permitted to self-register for this database.
expiresOnstringDate on which the subscription expires.
isExpiredbooleanWhen true, the subscription has passed its expiry date.
maxAnalysesPerModuleinteger (int64)Maximum number of saved analyses allowed per Altitude module.
maxUsersinteger (int64)Maximum number of active users allowed for this database.
poiNaicsAllowedarray<object>NAICS industry codes the database is licensed to access in POI analytics.
purchasedApplicationsarray<string>Applications purchased for this database.
purchasedCountiesarray<ZoneIdentityDto>Counties purchased for this database.
purchasedDatesarray<DateRangeDto>Date ranges purchased for this database.

Response Errors

HTTP Status CodeReason
400The request body or parameters are invalid.
401Authentication is required or the provided credentials are invalid.
403The authenticated user lacks permission to perform this operation.
404The requested resource does not exist.
422The request is syntactically valid but semantically cannot be processed.
429The request rate limit has been exceeded.
500An unexpected server error occurred.