API Docs
                                
                                    
                                        
                                            
                                                | HTTP Method | POST | 
                                            
                                                | API URL | https://hifismm.com/api/v2 | 
                                            
                                                | Response format | JSON | 
                                        
                                    
                                 
                                Service list
                                
                                    
                                        
                                            | Parameters | Description | 
                                    
                                    
                                        
                                            | key | Your API Key | 
                                        
                                            | action | services | 
                                    
                                
                                
                                    
                                        Example response
                                        
                                    
                                
                                
                                Add order
                                
                                
                                    
                                        
                                            
                                                | Parameters | Description | 
                                        
                                        
                                            
                                                | key | Your API Key | 
                                            
                                                | action | add | 
                                            
                                                | service | Package ID | 
                                            
                                                | link | Link to page | 
                                            
                                                | quantity | Needed quantity | 
                                            
                                                | runs | (optional) Runs to deliver | 
                                            
                                                | interval | (optional) Interval in minutes | 
                                        
                                    
                                 
                                
                                    
                                        
                                            
                                                | Parameters | Description | 
                                        
                                        
                                            
                                                | key | Your API Key | 
                                            
                                                | action | add | 
                                            
                                                | service | Package ID | 
                                            
                                                | link | Link to page | 
                                            
                                                | comments | optional, needed for custom comments, mentions and other relaed packages only. <br>each separated by '
', '
' | 
                                        
                                    
                                 
                                
                                    
Example response
                                        
                                    
                                
                                
                                Order status
                                
                                    
                                        
                                            | Parameters | Description | 
                                    
                                    
                                        
                                            | key | Your API Key | 
                                        
                                            | action | status | 
                                        
                                            | order | Order ID | 
                                    
                                
                                
                                    
Example response
                                        
                                    
                                
                                
                                Mass Order status
                                
                                    
                                        
                                            | Parameters | Description | 
                                    
                                    
                                        
                                            | key | Your API Key | 
                                        
                                            | action | status | 
                                        
                                            | orders | Order IDs separated by comma | 
                                    
                                
                                
                                    
Example response
                                        
                                    
                                
                                
                                Order Refill
                                
                                    
                                        
                                            | Parameters | Description | 
                                    
                                    
                                        
                                            | key | Your API Key | 
                                        
                                            | action | refill | 
                                        
                                            | order | Order ID | 
                                    
                                
                                
                                    
Example response - Success
                                        
                                    
                                
                                
                                
                                    
Example response - Failure
                                        
                                    
                                
                                
                                
Bulk Order Refill
                                
                                    
                                        
                                            | Parameters | Description | 
                                    
                                    
                                        
                                            | key | Your API Key | 
                                        
                                            | action | refill | 
                                        
                                            | orders | Order IDs separated by comma | 
                                    
                                
                                
                                    
Example response
                                        
                                    
                                
                                
                                Refill status
                                
                                    
                                        
                                            | Parameters | Description | 
                                    
                                    
                                        
                                            | key | Your API Key | 
                                        
                                            | action | refill_status | 
                                        
                                            | refill | Refill ID | 
                                    
                                
                                
                                    
Example response
                                        
                                    
                                
                                
                                
Bulk Refill status
                                
                                    
                                        
                                            | Parameters | Description | 
                                    
                                    
                                        
                                            | key | Your API Key | 
                                        
                                            | action | refill_status | 
                                        
                                            | refills | Refill IDs (separated by a comma) | 
                                    
                                
                                
                                    
Example response
                                        
                                    
                                
                                
                                Cancel Order
                                
                                    
                                        
                                            | Parameters | Description | 
                                    
                                    
                                        
                                            | key | Your API Key | 
                                        
                                            | action | cancel | 
                                        
                                            | order | Order ID | 
                                    
                                
                                
                                    
Example response - Success
                                        
                                    
                                
                                
                                
                                    
Example response - Failure
                                        
                                    
                                
                                
                                User balance
                                
                                    
                                        
                                            | Parameters | Description | 
                                    
                                    
                                        
                                            | key | Your API Key | 
                                        
                                            | action | balance | 
                                    
                                
                                
                                    
Example response
                                        
                                    
                                
                                
                                Example of PHP code