Our philosophy for building developer-friendly APIs
requestId
in the metadata. When seeking support or debugging issues, always include this ID as it allows us to trace exactly what happened with your request.
You can also search for the requestId
yourself in the logs.
pagination.hasMore
to see if more items existtrue
, use the pagination.cursor
value in your next request/v2/
) and maintains backwards compatibility within each major version. When we need to make breaking changes, we increment the major version number.
We communicate deprecations well in advance, giving you time to update your integration before endpoints are removed.