1 comment

  • 0
    Avatar
    Adam Doogan-Smith

    Hi Tim!

    Thanks for reaching out. It is possible to connect to the Uptime Robot API as their API uses HTTP Basic Access Authentication with an API key. You can find/create a new API key within your Uptime Robot account by selecting My Settings->Main API key-> and copy or create a new API key.

    Below is an example of how to connect using our REST/URL Connector to pull your account information.

    Query URL: https://api.uptimerobot.com/v2/getAccountDetails

    Format: JSON

    Method: Post

    Body: api_key=<YOUR-API-KEY>&format=json

    Parameters:

    1. Cache-Control: no-cache Header

    2. Content-Type: application/x-www-form-urlencoded Header

    Once you input this information and execute the query, the response should return basic account information.

    Let me know if you have any issues with this and I'll be more than happy to help you further.

    Happy Dashboarding!

    Adam       

     

Please sign in to leave a comment.