Visit appVisit websiteBook a demo
  • Get Started
    • Welcome
  • Client API
LogoLogo
Visit appVisit websiteBook a demo
Client APIClient Data Lists

GET
https://host.com/client_data_lists/
GET
/client_data_lists/
1curl /client_data_lists/ \
2 -H "Authorization: Bearer <token>"
Try it
200Retrieved
1{
2 "data": {
3 "client_data_lists": [
4 {
5 "client_data_list_id": "string",
6 "name": "string",
7 "description": "string",
8 "can_be_updated_via_api": true
9 }
10 ]
11 }
12}
Was this page helpful?
Previous

Create

Next
Built with
List all client data lists for the authenticated client. This endpoint returns which data lists are available, but does not list the full contents of each data list.
Retrieve

Authentication

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

Response

dataobject

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