Get Valid Providers For Products
https://sandbox-api.akoya.com/manage/{version}/recipients/{recipientId}/providers
Get a paginated list of all providers connected to Akoya that support any of the products passed in as a query parameter (products).
The payload now includes the following fields:
provider_id - providerId
display_name - The provider's display name
logo - The provider's full logo
icon - The provider's icon (often a submark logo)
provider_url - The provider's website
You can use the next and the prev links to page through the response. You can also pass a offset and a limit parameter to get a specific page. The default page size is 50, and the maximum allowed page size is 500.
Path Parameters
version*
stringManagement API major version (e.g. v2)
recipientId*
stringYour recipient id. You may find your recipientId in the Data Recipient Hub under Team Management/Company Id.
Query Parameters
products*
stringAkoya product (e.g. balances).
Example: balances
Responses
200
OK
Response Body
page
object
total_elements
integer
links
object
next
object
href
string
providers
array of objects
object
provider_id
string
display_name
string
logo
string
icon
string
provider_url
string
Headers
Content-Typestring
X-Akoya-Interaction-Idstring