API structure has changed
  8 structure changes including:
    
    8 Modifications
        Modified
        8
          Breaking
      
      GET /api/v1/account/{account_uuid}/check
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - 
  client property Removed
    - 
          Removing a resource is always breaking unless it was deprecated before Breaking
 
- 
          Removing a resource is always breaking unless it was deprecated before 
- account property Added
 
- 
  client property Removed
    
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
GET /api/v1/account/{account_uuid}/check/{uuid}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  client property Removed
    - 
          Removing a resource is always breaking unless it was deprecated before Breaking
 
- 
          Removing a resource is always breaking unless it was deprecated before 
- account property Added
 
- 
  client property Removed
    
 
- 
  application/json content type Modified
    
GET /api/v2/income
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  data property Modified
    - type_other property Added
 
 
- 
  data property Modified
    
 
- 
  application/json content type Modified
    
GET /api/v2/income/{uuid}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - type_other property Added
 
 
- 
  application/json content type Modified
    
POST /api/v1/account/{account_uuid}/check
              - Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - 
  client property Removed
    - 
          Removing a resource is always breaking unless it was deprecated before Breaking
 
- 
          Removing a resource is always breaking unless it was deprecated before 
- account property Added
 
- 
  client property Removed
    
 
- 
  application/json content type Modified
    
POST /api/v2/income
              - Body
- 
  application/json content type Modified
    - type_other property Added
 
- Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - type_other property Added
 
 
- 
  application/json content type Modified
    
PUT /api/v1/account/{account_uuid}/check/{uuid}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - 
  client property Removed
    - 
          Removing a resource is always breaking unless it was deprecated before Breaking
 
- 
          Removing a resource is always breaking unless it was deprecated before 
- account property Added
 
- 
  client property Removed
    
 
- 
  application/json content type Modified
    
PUT /api/v2/income/{uuid}
              - Body
- 
  application/json content type Modified
    - type_other property Added
 
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - type_other property Added
 
 
- 
  application/json content type Modified
    
