Skip to main content
GET
/
v1
/
clients
/
:id
/
datasources
List Client Datasources
curl --request GET \
  --url https://api.oviond.com/v1/clients/:id/datasources \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    null
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

Client datasources list

success
enum<boolean>
required
Available options:
true
data
null[]
required