Skip to content
Search
⌘
Ctrl
K
Main Navigation
Home
Themes
Cloud Code
SDK
API
Appearance
Menu
Return to top
Are you an LLM? You can read better optimized documentation at /api/operations/getOauth2Certs.md for this page in Markdown format
Get OpenID Connect certificates
GET
/oauth2/certs
Returns the public key set for verifying ID tokens.
Responses
200
certificates returned
Content-Type
application/json
Schema
JSON
JSON
{
"keys"
:
[
{
"kty"
:
"string"
,
"use"
:
"string"
,
"kid"
:
"string"
,
"n"
:
"string"
,
"e"
:
"string"
}
]
}
GET
/oauth2/certs
Playground
Try it out
Samples