Discussions

Ask a Question
Back to All

Oauth Callback URL

Hi,

In the oauth authentication guide (https://developers.7shifts.com/docs/oauth-authentication), the documentation specifies that the callback url will be in the following format:

https://your-callback-url/{CLIENT_ID}#guid={GUID}&company_id={COMPANY_ID}

Does this imply the client id is appended to the url path after your callback url, or this is just an example callback url?

Thanks