API is versioned for backwards compatibility. API version is determined by its URL, eg.:
https://orbitvu.co/api/v1/presentations
      
      
        Click to copy
      
    
by default, and for backwards compatibility URLs that do not have version identifier are mapped to API version 1, so this URL is same as the above:
https://orbitvu.co/api/presentations
      
      
        Click to copy
      
    
Currently, there are the following API versions:
- V1 - the first version of the API. Check full reference