Get an App by ID.
If app_id is provided as a query parameter, it uses that (must match JWT app_id). Otherwise, it uses the app_id from the JWT token.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
App ID to retrieve. If not provided, uses JWT token
Successful Response
The response is of type object
.