cURL
curl --request GET \ --url https://api.sandbox.usenash.com/v1/providers \ --header 'Authorization: Bearer <token>'
[ { "providerId": "<string>", "name": "<string>", "logo": "<string>" } ]
This endpoint allows you to get all available providers in your organization.
Documentation IndexFetch the complete documentation index at: https://docs.usenash.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.usenash.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK