# Deprecated API calls
The Deprecated API calls resource is available only for custom apps.
You can call this endpoint to get a list of all the deprecated calls your custom apps have made in the past 30 days, information on migration steps, and the deadline to update these calls in your apps.
Follow the developer changelog to make sure you're aware of any breaking changes that might affect your app. You can learn more about how to update your apps in our versioning guide.
## Resource Properties ### Deprecated API calls * data_updated_at: The date and time (ISO 8601 format) when the data was last updated. * Type: x-string * Example: "2020-10-13T00:15:30Z" * deprecated_api_calls: A list of deprecated API calls made by the authenticated app in the past 30 days. Each object has the following properties:api_type
: The type of API that the call was made to. Valid values: REST
, Webhook
, GraphQL
.description
: A description of the deprecation and any required migration steps.documentation_url
: The documentation URL to the deprecated change.endpoint
: A description of the REST endpoint, webhook topic, or GraphQL field called.last_call_at
: The timestamp (ISO 4217 format) when the last deprecated API call was made.migration_deadline
: The time (ISO 4217 format) when the deprecated API call will be removed.graphql_schema_name
: The name of the GraphQL schema. If the call wasn't made to a GraphQL API, then this value is null
.version
: The earliest API version to migrate to in order to avoid making the deprecated API calls.