Skip to content
Velo

.get_status

Checks that the Velo API is reachable and the client's credentials are valid.

Example

status = client.get_status()
 
if status == 'ok':
    print('Connected to the Velo API')

Parameters

None.

Return type

str

Returns the API response body. A successful status request returns "ok".