Como configuro una autenticación del tipo Bearer Token. Cuento con un Token Acces y una URL base para usar el metodo GET

Necesito ayuda para configurar el HTTP request para un tipo de autenticacion Bearer Token. Pero no encuentro esa opcion. Como hago? Cuento solo con la URL BASE y TOKEN DE AUTENTICACION, ya que la api es privada. Con esos datos me funciona perfectamente en Postman. Pero aca como lo configuro para ello? ME ayuda por favor…

Gracias!!

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Please post in English.

This should work:

If you don’t want to expose your API key value, or if you need to re-use the credentials in other workflows, you can also create a Header Auth credential using the same values as above.

image

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.