DYLI API v1.1
| API | Base path | Status |
|---|---|---|
| Read | /api/public/v1 | Live |
| Commerce | /api/commerce/v1 | Live 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.
Links
When a result has a matching DYLI page, it includes a canonical url. Token results may also include metadata_url and metadata_advanced_url.