Get Account API
The Account API provides a way to get the information about the public account holder that is currently logged in.
Minimum Tag
{{ _api.account.getAccount.template('template-key') }}
API Tag Parameters
Parameter | Description |
---|---|
template
t |
Required if responseFormat is not 'data'. The template key of the template to use. If this is not passed when it's required then nothing will be returned. In some cases, by not passing this parameter you will get just the raw data back. You an alternately use the short form "t" instead of "template" Type: String Examples: template('template-key') t('template-key') |