Skip to main content
POST
/
v1
/
data
/
test
Test Connection
curl --request POST \
  --url https://api.oviond.com/v1/data/test \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "datasource_id": "ga4",
  "client_id": "cliAbc123",
  "credentials": {}
}
'
{
  "success": true,
  "data": null,
  "meta": null
}

Authorizations

Authorization
string
header
required

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

Body

application/json
datasource_id
string
required
Example:

"ga4"

client_id
string
required
Example:

"cliAbc123"

credentials
object

Response

Test result from upstream API

success
enum<boolean>
required
Available options:
true
data
unknown
meta
unknown