You must agree to the Specific Terms for API Use before using the Console Connect API. If you are using the Console Connect web application, you must also agree to the Console Connect Terms of Service. To view agreement information via API, you will need your companyId, which can be retrieved through the Company API.
[- {
- "id": "507f1f77bcf86cd799439011",
- "version": "1.0,",
- "date": "2022-08-24T05:10:59.418Z",
- "type": "CONSOLE_PORT_SERVICE_TERMS",
- "companyId": "507f191e810c19729de860ea"
}
]
This API is used by the Console Connect Web application to record acceptance of agreements through the UI. API users must sign the Specific Terms for API Use.
The agreement metadata.
Successfully accepted the agreement.
{- "id": "507f1f77bcf86cd799439011",
- "companyId": "string",
- "userId": "string",
- "version": 1.2,
- "date": "2022-08-24T05:10:59.418Z",
- "type": "CONSOLE_PORT_SERVICE_TERMS"
}
{- "id": "507f1f77bcf86cd799439011",
- "version": "1.0,",
- "date": "2022-08-24T05:10:59.418Z",
- "type": "CONSOLE_PORT_SERVICE_TERMS",
- "companyId": "507f191e810c19729de860ea"
}