Skip to main content
GET
/
v1
/
custom-data
List Custom Data
curl --request GET \
  --url https://api.oviond.com/v1/custom-data \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "file_name": "<string>",
      "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.

Response

200 - application/json

Custom data list

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