How do I use the Manager API to query Apps data?

To obtain data from a specific App, you can make a request to the API’s Apps resource. Take this example:

curl -X GET "https://manager-address.com/api-manager/api/v3/apps/{client-id}" -H "Sensedia-Auth: access-token-linked-to-api-manager"

You will need to enter:

  • Manager’s address;

  • App’s Client ID;

  • Access token linked to the Manager API.

The response request will contain the data linked to the Client ID’s App.

Thanks for your feedback!
EDIT

Share your suggestions with us!
Click here and then [+ Submit idea]