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

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Auth list

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