getClientsTags

Operation Id:
clients/tags/get [Official Documentaction]
Methods

  • clientId Integer
Examples

This function retrieves the tags associated with the client whose ID is 3.

const result = await idosellRequest.getClientsTags
	.clientId(3)
	.exec()