REST API ReferenceEndpointsAccount

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.
apiKeyIdstring
The id of the API key used to authenticate this request.
apiKeyNicknamestring
The nickname given to the API key when it was created.
emailstring
The email address of the account the API key belongs to.
displayNamestring or null

The display name of the account the API key belongs to. null if the account has not set one.

teamIdstring
The id of the team the API key belongs to.