Application Quickstart not Displaying

Problem statement

When clicking on the dashboard quickstart tab of an M2M application, the below error appears:

Error! Unexpected failure trying to fetch APIs. Try again later.

Solution

This quickstart tab performs a /token call towards the M2M application. The purpose is to explain in detail how to retrieve the token.

The /token call will execute extensibility points (actions, rules, hooks) created in the tenant. Please verify the custom code in them and that they allow generating the token. Otherwise, this “tab” may display the error in the description.