Authorization
This page describes how to authenticate your requests to Perculus API
Last updated
Was this helpful?
This page describes how to authenticate your requests to Perculus API
Last updated
Was this helpful?
To construct your token, you should have your ACCESS_KEY and SECRET_KEY ready. The format accepted by Perculus is like the following:
Bearer ACCESS_KEY|SHA256(ACCESS_KEY|SECRET_KEY)
An example of the construction of the token is below: