accountDetails

Get account details

get

Returns detailed information about the API account

Authorizations
MuzaicAPI-Secret-KeystringRequired
Responses
chevron-right
200

Account details retrieved successfully

application/json
accountIdintegerOptionalExample: 123
namestringOptionalExample: My API Account
tokensRemainingintegerOptional

Remaining tokens in account

Example: 1000
tokensUsedintegerOptional

Tokens used this period

Example: 500
planstringOptional

Account plan type

Example: premium
expiresAtstring · date-timeOptional

Account expiration date

Example: 2024-12-31T23:59:59Z
createdAtstring · date-timeOptional

Account creation date

Example: 2024-01-01T00:00:00Z
get
/accountDetails

Last updated