GET

To Validate the JWT

End-Point

This API is used to validate the JWT. Kindly note: if you are using Custom Domain please use the Custom Domain URL in siteurl

Layer 1 REQUEST

Template Params

siteurl :
This field contains the LoginRadius IDX/Custom Domain url. E.g., if your LoginRadius app name is company name then the siteurl will be companyname.hub.loginradius.com. If you are using a custom domain for your IDX page, then use custom domain value in place of site URL [REQUIRED]
Layer 1 RESPONSE
Output Format
{
  "keys": [
    {
      "kty": "RSA",
      "kid": "201",
      "use": "sig",
      "alg": "RS256",
      "n": "7kTAa3QY73iMGGReccFXp5E56xzss2i5RPZshfVYpyvzqPlKozHfFbsU0XqN9pgEnjK3e4yTnX1ckhYminLgmCcz4owJdQia-dPBQb6E0lpBIlvbYKTtqRuc3LJ_Yr7k-1ALnREn_f0YOQpjSZwIcMXL34LS5baU7X4JFDmX7h0vtTWE8bE351B0HHvWxxiM1FYWGcQwv90zu47HAf-6rf2Oy6qNUKOTCy6stwtOmvY3lunn6Dz0_zctRIEbnyJ5VcJn9veAC2KI2aiAVArvP7RP3GcSebSDt4moz3afgpPEqMs5gyDdPdKv4oiKZ28ZwQexSh32-uyz2UJwhGS0Lw",
      "e": "AQAB"
    }
  ]
}
Layer 1 REQUEST

Header

content-Type

Template

siteurl*

Request URL

Layer 1 RESPONSE
Request
Response
Run in Postman