curl --location --request GET 'https://api.synap.ac/v3/authentication-option-lti1p1/'
{
"data": {
"id": "FID001",
"type": "AuthenticationOptionLti1p1",
"attributes": {
"type": "lti_1p1",
"name": "string",
"label": "string",
"isActive": true,
"preventRegistration": true,
"clientId": "string",
"clientSecret": "string",
"launchUrl": "string",
"outcomeServiceUrl": "string"
},
"relationships": {}
}
}