Skip to main content
POST
/
v1
/
datasources
/
:client_id
/
link
Link Datasource
curl --request POST \
  --url https://api.oviond.com/v1/datasources/:client_id/link \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "datasource_id": "<string>",
  "account_name": "<string>",
  "profile": null
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

client_id
string
required

Body

application/json
datasource_id
string
required
account_name
string
required
profile
unknown

Response

Datasource linked

success
enum<boolean>
required
Available options:
true