1. Docs
  2. API Reference
  3. AuthAccountDto

The AuthAccountDto object

Example

{
  "account_id": "string",
  "account_name": "string",
  "account_slug": "string",
  "applications": [
    {
      "id": "string",
      "name": "string",
      "slug": "string"
    }
  ]
}

Properties

  • account_idstring*
  • account_namestring*
  • account_slugstring*
  • applicationsAuthApplicationDto[]