Verify Feature Limit

Verify Feature Limit

Retrieves the remaining documents required for verification for a user of type ENTERPRISE_API. This endpoint helps determine which documents are still pending for enterprise-level API users.


HTTP Method and URL

GET {{host}}/api/v2/verifications/remaining-documents?user_type=ENTERPRISE_API


Authentication Requirements

Requires a valid authentication token. Pass the token using the user-token variable, typically as a header or environment variable.


Query Parameters

  • user_type (string, required): The type of user. For this request, use ENTERPRISE_API.

Request Body

This endpoint does not require a request body.


Example Request

GET {{host}}/api/v2/verifications/remaining-documents?user_type=ENTERPRISE_API
Authorization: Bearer {USER-TOKEN}

Example Successful Response

{
  "remaining_documents": [
    "document_type_1",
    "document_type_2"
  ]
}

Error Responses

  • 401 Unauthorized: Authentication token is missing or invalid.

  • 400 Bad Request: Required query parameter is missing or invalid.

  • 500 Internal Server Error: Unexpected server error.


Usage Notes

  • Ensure the user-token and host variables are set in your environment.

  • The response lists document types still required for verification. If the array is empty, all required documents have been submitted.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
Response

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!