If you are using OAuth Authentication and have a redirect URL configured on your OAuth client you will now always be redirected to your configured URL even on subsequent requests to the 7shifts generate token URL.
The webhook topic authorization.revoked has been added to the list of available webhooks. It is triggered when a company grant is revoked from an OAuth client.
7shifts is deprecating API V1 endpoint resources starting September 30, 2022 and will be End of Life (EOL) on May 31, 2023. Please the read the Migrating to V2 Endpoints Guide to understand the impact of the changes and how to migrate to supported endpoints.
We are introducing Access Tokens as a new authentication method to access our API resources. Access Tokens are replacing API keys and have the following benefits:
7shifts is deprecating API key authentication to access API resources starting August 31, 2022 and will be End of Life (EOL) on March 31, 2023. Please the read the Migrating from API Keys Guide to understand the impact of the changes and how to migrate to a supported authentication method.
We have introduced a new version of our APIs that include numerous improvements. If you are starting a new integration or want to find out more check out our guides and API reference to get familiar with the changes. For a list of improvements and changes check out the migrating to V2 endpoints guide.
The Labor integration guides have been updated to detail when to use local or UTC date times when using different payload structures for time punches and breaks. Check out the guides Overview for more details.
We now support a state parameter during the company grant process. This can help prevent CSRF attacks or provide state information back to your application once a grant is created. Full details in the OAuth Authentication guide.