GuidesAPI ReferenceChangelog
Log In
added

New API Version: 2021-07-28

New API version 2021-07-28 released. Version 2021-04-29 is now deprecated and its usage is discouraged in new implementations.

The Pinwheel-Version header is now expected on all requests. Until version 2021-04-29 is sunsetted, the header will default to 2021-04-29 if not provided. After 2021-04-29 is sunsetted, requests without the Pinwheel-Version header will return a 400 Bad Request error.

Version 2021-07-28

Breaking Changes:

  • The expires field in the response from Create Link Token is now an ISO-8601
    formatted timestamp string, bringing it inline with our API Conventions (previously it was an integer of seconds since Unix epoch).
  • The responses from Create Link Token no longer include the redundant token_id field; use the id field directly instead.
  • The request payloads for Create Link Token no longer accepts the scalar field job. Use required_jobs, which supports an array of job types, instead.