Skip to main content
GET
/
evaluations
/
providers
Get Available Providers
curl --request GET \
  --url https://api.pandaprobe.com/evaluations/providers \
  --header 'Authorization: Bearer <token>'
[
  {
    "key": "<string>",
    "name": "<string>",
    "description": "<string>",
    "available": true,
    "message": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

key
string
required
name
string
required
description
string
required
available
boolean
required
message
string
required