TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    List your commands

    Scheduled Pinned Locked Moved API
    3 Posts 2 Posters 1.5k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • RussR Offline
      Russ
      last edited by Russ

      List your commands

      import requests
      
      url = "https://www.triggercmd.com/api/command/list"
      
      # For authorization
      headers = {
          "Authorization": "Bearer <This is your token from the Instructions page. >"
      }
      
      r = requests.post(url, headers=headers)
      print(r.json())
      

      Russell VanderMey

      M 1 Reply Last reply Reply Quote 0
      • M Offline
        manuel @Russ
        last edited by

        @Russ no puedo iniciar sesi贸n porque me piden el token , accedo a instrucciones para comandos token pero no funcionan. que puedo hacer. si me puedes enviar el token de activaci贸n por mensaje mejor.

        RussR 1 Reply Last reply Reply Quote 0
        • RussR Offline
          Russ @manuel
          last edited by

          @manuel, I translated that as, "I can't log in because they ask me for the token , I access instructions for token commands but it doesn't work. what can i do If you can send me the activation token by message better."

          You replied to a post about using the API to list commands, but if you're trying to login to the iOS app or the PWA at https://app.triggercmd.com, maybe you need a Pair Code instead of the token? If so you can get that by clicking your name in the upper-right, and clicking Pair like this:

          d30013d5-5906-449b-8b61-a4b93e06a5ca-image.png

          Russell VanderMey

          1 Reply Last reply Reply Quote 0

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 馃挆

          Register Login
          • First post
            Last post