Skip to main content

Bearer Authorization Block

Voiden support straightforward authentication to keep things secure without the headache. You can use the classic Basic Authorization method, where your username and password team up like old friends to get you in.

For a more modern approach, we also offer Bearer Token authentication—think of it as a VIP pass that does all the talking for you after the first introduction. Whichever you choose, you’re covered!

Try it Out

  1. In your Voiden file, type /auth-bearer and press Enter to create a Authorization Bearer Block.

Authorization Bearer Slash Command

  1. Fill the required params for the block.

Authorization Block Slash Command

  1. Hit Cmd + Enter (Mac) or Ctrl + Enter (Windows/Linux) to run the request
    or click the green Play button in the toolbar.

  2. Check the Response Panel

Block Parameters

ParameterValueDescription
tokenstringThe actual token value (e.g., a JWT or API key) that proves your identity.