Introduction
        
        
            Welcome to the full guide on Keliweb Rest APIs.
            
            Here you can find all the necessary information on our Apis, including
            technical concepts and formats, authentication methods, error codes and
            samples.
        
            
            Authentication
        
        
            
            The v2 APIs use OAuth v2 with refresh. API Keys (ClientID | ClientSecret) are required to get the Access Token.
            
                First, you'll need your ClientID/ClientSecret pair provided from the Keliweb Client Area, then you'll need to call the Access Token endpoint https://apiv2.keliweb.it/oauth/token with required request parameters to obtain the token. Once obtanined the token, you can then call whatever method you like, following the required request parameters for each individual method (i.e. "Add order", "Get products", "Open ticket", etc.).
            
            See the v2 authentication page for full details and code samples.
        
            
            Responses/Payload
        
        
            Keliweb Rest APIs always return a JSON payload.