Skip to main content
GET
/
v1
/
deprecations
List currently deprecated v1 fields and endpoints
curl --request GET \
  --url https://api.trulayer.ai/v1/deprecations \
  --header 'Authorization: Bearer <token>'
[
  {
    "field": "<string>",
    "endpoint": "<string>",
    "sunset_date": "2023-12-25"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.trulayer.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

SDK API key (tl_...) or Clerk session JWT

Response

Deprecation list (possibly empty)

field
string
required
endpoint
string
required
sunset_date
string<date>
required