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 |
---|---|
url |
The URL of the API.
TYPE:
|
key |
Your API key.
TYPE:
|
secret |
Your API secret.
TYPE:
|
dotenv |
Path to a .env file to read environment variables from, or
TYPE:
|
verbose |
If
TYPE:
|
RETURNS | DESCRIPTION |
---|---|
Union[Response, None]
|
Response from the API server. |
Examples: