Status
Check the status of the API.
            status(url=os.getenv('RECEPTIVITI_URL', ''), key=os.getenv('RECEPTIVITI_KEY', ''), secret=os.getenv('RECEPTIVITI_SECRET', ''), dotenv=False, verbose=True)
    Check the API's status.
Ping the Receptiviti API to see if it's available, and if your credentials are valid.
| PARAMETER | DESCRIPTION | 
|---|---|
|                    | The URL of the API. 
                  
                    TYPE:
                       | 
|                    | Your API key. 
                  
                    TYPE:
                       | 
|                    | Your API secret. 
                  
                    TYPE:
                       | 
|                    | Path to a .env file to read environment variables from, or  
                  
                    TYPE:
                       | 
|                    | If  
                  
                    TYPE:
                       | 
| RETURNS | DESCRIPTION | 
|---|---|
| Union[Response, None] | Response from the API server. | 
Examples: