curl --location --request GET 'https://api.synap.ac/v3/authentication-option-lti-1p3/'
{
"data": {
"id": "FID001",
"type": "AuthenticationOptionLti1p3",
"attributes": {
"name": "string",
"label": "string",
"isActive": true,
"preventRegistration": true,
"type": "lti_1p3",
"issuer": "string",
"clientId": "string",
"deploymentId": "string",
"jwksUrl": "http://example.com",
"oidcAuthUrl": "http://example.com",
"authTokenUrl": "string"
},
"relationships": {}
}
}