POST
/
resume
/
{resume_id}
/
certification
/
curl --request POST \
  --url https://api.letraz.app/api/v1/resume/{resume_id}/certification/ \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "issuing_organization": "<string>",
  "issue_date": "2023-12-25",
  "credential_url": "<string>",
  "user": "<string>",
  "resume_section": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "issuing_organization": "<string>",
  "issue_date": "2023-12-25",
  "credential_url": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "user": "<string>",
  "resume_section": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

resume_id
string
required

Resume ID of the resume the certification belongs to. If you want to interact with the base resume certification, just put base in here

Body

Response

201
application/json

The response is of type object.

POST
/
resume
/
{resume_id}
/
certification
/
curl --request POST \
  --url https://api.letraz.app/api/v1/resume/{resume_id}/certification/ \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "issuing_organization": "<string>",
  "issue_date": "2023-12-25",
  "credential_url": "<string>",
  "user": "<string>",
  "resume_section": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "issuing_organization": "<string>",
  "issue_date": "2023-12-25",
  "credential_url": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "user": "<string>",
  "resume_section": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

resume_id
string
required

Resume ID of the resume the certification belongs to. If you want to interact with the base resume certification, just put base in here

Body

Response

201
application/json

The response is of type object.