Jump to content

David Richmond

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by David Richmond

  1. Hey all! Testing out Pulseway's REST API endpoints. I can query for systems, etc but executing a task just gets a happy little 403...

    Posting to: https://api.pulseway.com/v2/automation/tasks/[redacted]/executions returns this:

    {
        "meta": {
            "response_code": 403,
            "error_message": "Operation refused as the account has 2FA enabled."
        },
        "data": {
            "id": 0
        }
    }
     
    What recourse do I have here? Is the REST API simply unavailable for task execution in cloud accounts while 2FA is enabled? Suppose I could disable it and just live with a super-long password, but... perhaps there is a way :)
     
    Thanks!
×
×
  • Create New...