Skip to main content

DYLI API v1.1

APIBase pathStatus
Read/api/public/v1Live
Commerce/api/commerce/v1Live for Commerce-enabled keys
3PL/api/3pl/{company}Live for provisioned companies

The /v1 paths are stable.

Authentication

Create a key at dyli.io/requestapi, then send it from your server:

x-api-key: dyli_live_...

Bearer authentication also works:

Authorization: Bearer dyli_live_...

See Authentication for key handling and scopes.

API index

GET /api/public/v1/overview returns the current endpoint list and status of each route.

curl "https://www.dyli.io/api/public/v1/overview" \
-H "x-api-key: $DYLI_API_KEY"

Routes marked coming_soon cannot be called yet.

When a result has a matching DYLI page, it includes a canonical url. Token results may also include metadata_url and metadata_advanced_url.