getting this on hitting endpoint using this guide ...
# support-questions
y
r
Hey!
The endpoint is exposed via the backend SDK APIs
y
oks
r
Do you want to use the jwks method or the one where you provide a secret to the verification lib?
y
i need to generate key for hasura , already did it for dev env but today rolling out prod so doing it now , this time writing down the steps also 😃
r
Ah right. So you can query the same endpoint you had shown me, but do it via postman and pass in the api key header with the core’s API key
The header key is “api-key”
And then, that should give you the public key info which you can give to hasura
y
got it done , thanks 👍🏼