get https://sandbox-api.akoya.com/manage//recipients//providers
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.
List all providers that support an Akoya product or products. Include one or more products in the query separated by the & symbol. For instance: /manage/{version}/recipients/{recipientId}/providers?products=balances&products=transactions
Include offset
and limit
in the request to paginate results. For more, see the Pagination guide.
If the product in your query is account_info
, you must include a secondary product. For instance:
/manage/{version}/recipients/{recipientId}/providers?products=account_info&products=balances