Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 542 Bytes

File metadata and controls

25 lines (19 loc) · 542 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const personCertification = {
  certificationId: 'KB-1235466333663322',
  description: 'Blackbelt in Marketing - Brand Management',
  displayName: 'Marketing Blackbelt - Brand Management',
  thumbnailUrl: 'https://iame.io/dfhdfdfd334.jpg',
  webUrl: 'https://www.iame.io/blackbelt'
};

await client.api('/me/profile/certifications')
	.version('beta')
	.post(personCertification);