Get current account
Return the account and team behind the API key making the request. Takes no parameters. Call it as a connection test to confirm a key is valid and to discover the teamId and account email a key belongs to.
Authentication
AuthorizationBearer
API key from [app.videogen.io/developers](https://app.videogen.io/developers). The full key is only shown once when you create it.
Response
The account and team for the authenticated API key.
apiKeyId
The id of the API key used to authenticate this request.
apiKeyNickname
The nickname given to the API key when it was created.
email
The email address of the account the API key belongs to.
displayName
The display name of the account the API key belongs to. null if the account has not set one.
teamId
The id of the team the API key belongs to.