cURL
curl --request POST \ --url https://api.mapademics.com/v1/credentials \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "name": "Web Development Certificate", "description": "<string>", "code": "CERT-WEB" }'
{ "id": "<string>", "organizationId": "<string>", "name": "<string>", "description": "<string>", "code": "<string>", "sections": [ { "courseId": "<string>", "courseName": "<string>", "courseCode": "<string>", "courseDefaultSectionId": "<string>", "courseDisplayName": "<string>", "sectionId": "<string>", "sectionName": "<string>", "sectionInstructorName": "<string>", "sectionSkills": [ { "skillId": "<string>", "skillName": "<string>", "level": 3, "confidence": 0.5 } ] } ], "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "deletedAt": "2023-11-07T05:31:56Z" }
Creates a new stackable credential
API key for authentication
Credential name
"Web Development Certificate"
Credential description
Credential code
"CERT-WEB"
Credential created successfully
Array of section profiles
Show child attributes
Was this page helpful?