GuidesAPI ReferenceChangelogAPI PolicyAPI StatusGusto Security

What's new in v2024-04-01

  • Starting from v2024-04-01, we deprecated API Token auth in favor of system access authentication. This means in order to successfully make a system request you must

    1. Acquire a system access token as detailed in the System Access Tokensguide
    2. Use the token as a Bearer token in the Authorization header
    Authorization: Bearer {system_access_token}