Accomplishment
Create a New Accomplishment
This endpoint creates a new accomplishment in the system. <h3>Required Scope</h3>accomplishments:write
post/api/v2/accomplishments
Request body
Example request
{
"data": {
"attributes": {
"user-identifier-type": "UserId"
}
}
}Response
Success
Changes
No recorded changes to this endpoint across all 1 revision of this API.