Discussions

Ask a Question
Back to All

Employee Data API - Token

Hey there, I hope you are doing well.

In the Developer Hub we state the following with respect to the token for the API:

"The credentials allow you to perform a request against the /auth endpoint to retrieve an initial authentication token.
After each request a new token is generated and sent back to the user in the Authorization header. You can use this token to make the next request. With every new call the previous token is invalidated."

The question is: Can the customer ignore the token sent back to them and instead request a new one via the auth function? Would this work to retrieve the data?