Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 273 Bytes

File metadata and controls

17 lines (12 loc) · 273 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

let orgContact = await client.api('/contacts/25caf6a2-d5cb-470d-8940-20ba795ef62d')
	.version('beta')
	.get();