Get User Contract
The User Contract Details API allows retrieval of contract details for a specific enterprise.
API Endpoint
Path Parameters
Parameter
Type
Description
enterpriseId
string
The ID of the enterprise
Authentication Requirements
All requests must include authentication credentials.
Authorization Header: Pass the API key and secret as
<API_KEY>:<API_SECRET>
.Enterprise-ID Header: Required for impersonation when accessing user-specific data.
Example Request
Example Response
This API enables tenants to retrieve contract details for a specific enterprise by providing the enterpriseId
. Ensure that the appropriate authentication headers are included in the request.
Last updated