Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 476 Bytes

account.rst

File metadata and controls

33 lines (24 loc) · 476 Bytes

Back to index

Accounts

$result = $client->account->read([
    // account fields to select
    'id',
    'name',
    'logo',
    'tier',
    'slug',
    'country_code',
    'first_day_of_the_week',
    'show_timeline_weekends',
    'sign_up_product_kind'
]);

Back to top