1. Docs
  2. API Reference
  3. RegisterResponseDto

The RegisterResponseDto object

Example

{
  "message": "string",
  "account": {
    "id": "string",
    "slug": "string"
  },
  "application": {
    "id": "string",
    "slug": "string"
  }
}

Properties

  • messagestring*
  • accountRegisterAccountDto*
  • applicationRegisterApplicationDto*