curl --request GET \
--url https://api.sandbox.usenash.com/v1/providers
[
{
"providerId": "<string>",
"name": "<string>",
"logo": "<string>"
}
]
This endpoint allows you to get all available providers in your organization.
curl --request GET \
--url https://api.sandbox.usenash.com/v1/providers
[
{
"providerId": "<string>",
"name": "<string>",
"logo": "<string>"
}
]
OK
Expected output when listing org providers, it will return an array of this.