An application is a logical collection of one or more APIs and is required when subscribing to an API. You can view and manage your subscriptions from the “Applications” page.
The new APIs use Bearer Authentication, so your request must include this in the Authorization header Authorization: Bearer <access_token>
.
If you regenerate the Access Token, the old Access Token expires. Only the most recent token is valid for each Application.
Next, in the API Console Tab of an API to which you have subscribed, confirm that your Access Token is present in the Authorization : Bearer
field, and click the blue “GET” button. In the drop down console that appears, click “Try it out”. Here, you can enter in various query parameters, and click the “Execute” button under the query parameters to execute the request.
Notice also that the request URL is updated from what you might have been using previously. A customized cURL command is also available here so you can try it in your terminal, and shows the specific command that was executed.
For additional help with making HTTP requests using your access token, see How to interact with the APIs using the new authentication type