Get Started

Overview

Read your Datlyne datasets over a REST API today. Get a key here and start building. A typed GraphQL schema and a direct PostgreSQL connection are planned next.

Three Ways In, One Shipped Today

Buy a dataset once, subscribe to its API, and read it over REST today. GraphQL and a direct SQL connection are planned additions that will share the same authentication and the same underlying data once they ship.

How Access Works

Access follows the same steps for every dataset in the catalog:

  1. Buy a dataset from the catalog. It is yours to keep, in every export format.
  2. Subscribe to that dataset's API to turn on live access.
  3. A unique API key is issued for the subscription, instantly.
  4. Read the data over REST. GraphQL and direct SQL are planned; this page will link to them once they ship.

Base URL and Authentication

The API lives at a single base URL. Every request carries your key as a Bearer token. See Authentication for the full detail.

endpointhttp
# base URL — www is canonical. datlyne.com 301-redirects here,
# and curl drops the Authorization header across that hop.
https://www.datlyne.com/v1

# every request is authenticated
Authorization: Bearer dtl_live_ab3k9x_••••••••

# the first live dataset: GET /v1/:dataset/:table
https://www.datlyne.com/v1/vendor-master-data-general-us/vendors

Datlyne currently ships REST. GraphQL and direct SQL are planned and documented ahead of availability so you can see what is coming. New to the API? Start with the Quickstart.