API Authentication Update
By Edouard on 6 octobre 2022
We’ve refactored how the API Authentication system works internally. You shouldn’t notice any changes, except that the project API keys are now prefixed with proj_readwrite
and proj_readonly
to represent better than these keys do. Instead of private and public API keys, we now respectively name them read-write and read-only API keys. The organization API keys are now similarly prefixed org_readwrite
and org_readonly
.
You don’t need to update your integration if you are using the previously generated keys, they will keep working indefinitely.