Skip to content
This repository has been archived by the owner on Jan 30, 2019. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 423 Bytes

accounts.md

File metadata and controls

17 lines (12 loc) · 423 Bytes

Accounts

Get a list of accounts

By running the following command 3scale-cli accounts list you'll get the following information about the accounts:

  • account id
  • creation date
  • latest update date
  • credit card stored or not
  • state
  • organization name

Display info about existing account

To retrive information about a specific account, run the following command: 3scale-cli accounts show -i <account_id>