Skip to main content
GET
/
v1
/
custom-data
/
{id}
Get Custom Data
curl --request GET \
  --url https://api.oviond.com/v1/custom-data/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "id": "cd123",
    "name": "Monthly Revenue",
    "accountid": "<string>",
    "file_name": "<string>",
    "raw_data": [
      {}
    ],
    "columns": [
      {}
    ],
    "row_count": 123,
    "file_size": 123,
    "created_at": null,
    "updated_at": 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

Full custom data document

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