About 10,200 results
Open links in new tab
  1. php - What is an API token - Stack Overflow

    An API token is the form of authentication similar to a username/password. 2) API tokens are a replacement to sending some username/password combination over HTTP which is not …

  2. Making an API call in Python with an API that requires a bearer token

    Apr 29, 2015 · The API guidance states that a bearer token must be generated to allow calls to the API, which I have done successfully. However I am unsure of the syntax to include this …

  3. SharePoint Rest API how to get Access Token? - Stack Overflow

    Aug 9, 2020 · Just starting to work with SharePoint and Microsoft authentication and trying to get a SharePoint List into a JavaScript App. From Microsoft documentation, I need to use the …

  4. REST API Token-based Authentication - Stack Overflow

    Mar 19, 2012 · I'm developing a REST API that requires authentication. Because the authentication itself occurs via an external webservice over HTTP, I reasoned that we would …

  5. json - Bruno API: Pre-request script to generate access_token ...

    Jan 28, 2025 · I'm using Bruno application to test APIs, and I need to create a pre-request script that allows me to: request the access token. save the access token in a variable, to use it in …

  6. How to create API Key Token in Confluence? - Stack Overflow

    Jan 25, 2023 · I found some answers that my problem is wrong about API Key Token and User's login password on Confluence login UI. So, I tried to look in Confluence setting. As attached …

  7. API Token not working in Delinea Secret Server - Stack Overflow

    Nov 21, 2024 · The token is created using the user's name and password. This account has access to the secrets so why is this token not working? In Secret Server when I look at sharing …

  8. Python request with authentication (access_token)

    curl --header "Authorization:access_token myToken" https://website.example/id This gives some JSON output. myToken is a hexadecimal variable that remains constant throughout. I would …

  9. API Design: HTTP Basic Authentication vs API Token

    Feb 11, 2011 · Anyone can use a tool like Firesheep to grab the API key and token, since Basic Auth does not provide any privacy for those credentials. You should only consider Basic Auth …

  10. How do I get an OAuth 2.0 authentication token in C#

    Jul 21, 2016 · share code for access_token using the response. i am unable to find it. i want access_token and Refresh_token as well.