Can anyone shed light on what are the difference between the Admin and Client created API keys.
I was thinking maybe the difference was ability to update the DQL schema from the alter endpoint, but I am running in GraphQL mode so that is not even available.
Hey @amaster507, all the previously created api-keys are considered as the admin api-keys. Need to check why you were not able to access the DQL query endpoint and how your API keys got erased.
A client api-key is for operations like query, mutate or commit and an admin api-key is for admin operations like drop-data, destroy-backend, update-schema and client operations as well.