Request
The primary key for each resource.
Request samples
curl --location --request GET 'https://api.synap.ac/v3/certificates/'
Responses
data
object (Certificate)Â
requiredThe primary key for each resource.
Allowed value:Certificate
{
"data": {
"id": "FID001",
"type": "Certificate",
"attributes": {
"html": "string",
"documentKey": "string",
"expiryDate": "string",
"validationUrl": "string"
},
"relationships": {
"document": {
"data": {
"id": "FID001",
"type": "Document"
}
},
"template": {
"data": {
"id": "FID001",
"type": "Template"
}
},
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
},
"attempt": {
"data": {
"id": "FID001",
"type": "Attempt"
}
},
"examV2": {
"data": {
"id": "FID001",
"type": "Exam-V-2"
}
}
}
}
}
Modified at 2025-07-08 10:51:21