Introduction | Parallel Developer Documentation
This is documentation for Parallel Developer Documentation Legacy – v1.x, which is no longer actively maintained.
For up-to-date documentation, see the latest version (Current – v2.x).
Version: Legacy – v1.x
Case Management API
The Case Management API is part of the Case Management product offered by Parallel Markets.
Case Management Access
All endpoints listed are only available to partners who have subscribed to the Case Management product. If you're currently using Parallel's Accreditation and/or Identity APIs and are looking to migrate to Case Management, see our Migration Guide.
Authentication
All case management endpoints use API Key authentication.
Pagination
Pagination is supported by endpoints that return a list of records, for example, List Businesses/Individuals. The following parameters can be used to page your requests.
Paginated Request Parameters
| Parameter | Description |
|---|---|
cursor (string) |
Optional. A pagination cursor value that is returned in the previous response. |
limit (integer) |
Optional. Limit the number of records returned per page. Min: 1, Max: 100, Default: 10 |
Paginated Response
| Parameter | Description |
|---|---|
pagination |
Optional. An object containing the next_cursor string. The next_cursor value can be used in subsequent requests to retrieve the next page of records. If no further records are available, then the next_cursor value will be null. |