POST
/
api
/
v1
/
certifications
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "name": "<string>",
  "issuer": "<string>",
  "educationIndustry": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "translation": [
      "<string>"
    ]
  },
  "year": 123
}

Body

The new Certification resource

name
string | null
issuer
string | null
educationIndustry
string<iri-reference> | null
Example:

"https://example.com/"

year
integer

Response

Certification resource created

@context
@id
string
@type
string
id
integer
name
string | null
issuer
string | null
educationIndustry
object | null
year
integer