Document Count
This endpoint retrieves the total number of active signature request documents associated with a specific user account.
HTTP Method and URL
GET
{{host}}/api/v2/my/dashboard/project/count?user_type=ENTERPRISE_API
Authentication Requirements
Requires authentication. Typically, a valid user token must be provided in the Authorization header (e.g., Bearer token).
Path and Query Parameters
- user_type (query): The type of user account to filter by. For this endpoint, use
ENTERPRISE_API.
Example Request
httpGET {{host}}/api/v2/my/dashboard/project/ count?user_type=ENTERPRISE_APIAuthorization: Bearer <your-user-token>
Example Successful Response
json{ "count": 42}
The response contains the total number of active signature request documents for the specified user.
Error Responses
-
401 Unauthorized: Authentication credentials are missing or invalid.
-
403 Forbidden: The user does not have permission to access this resource.
-
400 Bad Request: Missing or invalid query parameters.
-
500 Internal Server Error: An unexpected error occurred on the server.
Usage Notes
-
Ensure that the Authorization header is set with a valid user token.
-
The
user_typequery parameter is required and must be set toENTERPRISE_APIfor this endpoint. -
The count returned reflects only active signature request documents.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
