How can I fetch all my app releases in App Center?

How can I fetch all my app releases in App Center?

Hi Toby,

You can retrieve all your app releases in App Center by using this API:

curl -X GET "https://api.appcenter.ms/v0.1/apps/{owner.name}/{name}/releases" \
-H "Content-Type: application/json" \
-H "X-Api-Token: {your_api_token}"

For detailed instructions, please refer to this LambdaTest documentation: Fetching All the Releases for an App.