My Product

This API returns the Product details of the current Account.

Fields

Tag Data Type Description
id Auto-incremented Long Unique Identifier
name Text The name of the Product available to the current Account

Read

API PATH: /api/v2/myProduct
METHOD: GET
EXAMPLE RESPONSE:
{
  "id": 1247624,
  "name": "HOS with Mobile Worker Support"
}

API error calls

ERROR MESSAGE POSSIBLE CAUSES
POST is not supported. POST method is not allowed
PUT is not supported. PUT method is not allowed
DELETE is not supported. DELETE method is not allowed