How to use my API Token?

  •   2024.04.28 09:58
  •  

Once, you have generated your API token following the previous guide: 

https://www.host-stage.net/client-area/knowledgebase/104/How-To-Create-an-API-Token-.html

You'll be able to use it directly from in your applications.
To do so, you would only need to replace the TOKEN value in the strings given by our API documentation for your programming language. 

To illustrate here is an example for the CURL language: 

curl --include \
     --header "Content-Type: application/json" \
     --header "Authorization: Bearer TOKEN" \
https://api.host-stage.net/service




The Token needs to be added instead of the 'TOKEN' string in 
  --header "Authorization: Bearer TOKEN" \


  --header "Authorization: Bearer myencryptedtoken" \

Contact Us

Your message has been sent!

Thank you! We’ll take a look at your request and get in touch with you as quickly as possible.

Let us know what you’re looking for by filling out the form below, and we’ll get back to you promptly during business hours!





    Start typing and press Enter to search