0

is there a way to keep the connection on the trello board until the process is completed? So this way I won't have to give the API key and the token in every URL to make a request or post something and when it finished, it disconnects

I would like something like :

Give the API key and the token at the connection, and make requests without providing them again

Thank you!

Scylla
  • 57
  • 5

1 Answers1

0

API Endpoint works with API token and API Key for authenticate you on services. There's now way to skip it.

Bidjes
  • 166
  • 4
  • 10