1. Docs
  2. API Reference
  3. CreateAccountResponseDto

CreateAccountResponseDto

Example

JSON
{
  "access_token": "string",
  "token_type": "string",
  "expires_in": 0,
  "account": {
    "id": "string",
    "name": "string",
    "slug": "string"
  },
  "application": {
    "id": "string",
    "name": "string",
    "slug": "string"
  },
  "default_environment_slug": "string"
}

Properties

6 properties 5 required

access_token string Required
token_type string Required
expires_in number Required
account CreatedAccountDto Required
application AuthApplicationDto Required
default_environment_slug string Optional
Was this page helpful?

Tell us how we can improve this guide.