get https://sandbox-api.akoya.com/manage//recipients//apps
v1 is Deprecated
If you are new to the Management API, please refer to the v2 docs.
If you currently use v1, you should plan a migration to v2. Please see our migration guide.
Retrieve a list of your created apps. Response includes an array of all apps and their details. If you have no apps, you'll receive an empty array in the response.
Include offset
and limit
in the request to paginate results. For more, see the Pagination guide.
Partial success responses
A successful
200
response may return even if apps are not found with your recipientId.
Example 200
response when no apps are associated with the including recipientId:
{
"apps": []
}