This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[FAQ] TI-API: How to use "Try out" Feature on API Portal?

I see "Try out" button on api portal but don't know how I can use it?

  • With latest API we are enabling Swagger features in our spec. Swagger provides "Authorize" and "Try out" features that customers can use to actually make the API call without writing a single line of code. 

    In order to use the "Authorize" or "Try out" feature, you will need to know your Consumer Key and Secret  (if you don't know then you can reach out to an Admin of your company account).

    As described here ( https://api-portal.ti.com/order-api-authentication ), in order to make an API call you need to generate an API Authentication access token and then use that token while making a call.

    How to use the feature

    Step 1:  In order to use "Try out" feature  you will have to make sure you have used the "Authorize" feature. More on "Authorize" Feature can be found here 

    Step 2: Expand the end point you want to try out by clicking on the "V" arrow:

         

    Step 3: Click on "Try it out":

         

    Step 4: Enter any required or optional parameter you want to try out:

          

    Step 5: Click on "Execute"

    If the call was successful, you will see the response from TI API under "Responses

**Attention** This is a public forum