Skip to main content
GET
/
v1
/
providers
Get providers
curl --request GET \
  --url https://api.sandbox.usenash.com/v1/providers \
  --header 'Authorization: Bearer <token>'
[
  {
    "providerId": "<string>",
    "name": "<string>",
    "logo": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

OK

providerId
string
required
name
string
required
logo
string | null