Iterate Match Tokens
Iterate through match tokens in a specified tenant.
This function allows you to iterate through match tokens in a specified tenant. Each
request returns a specified number of entities (see the pageSize
parameter of the initial request) and cursor that should be provided as a parameter of
the next request to retrieve the next data portion.
Request
Parameter | Required | Description | |
---|---|---|---|
Headers | Authorization |
Yes | Information about authentication access token in format
"Bearer <accessToken> " (for more information see
Authentication API. |
Body | Request definition | Yes | JSON object defining the request. When requesting first portion of
data JSON object should have pageSize to limit the
count of match tokens in the response. All subsequent requests should
contain cursor that defines how to continue data requesting. Examples:
First request: { "pageSize" : 100 } Subsequent requests: {
"cursor": "eyJtYXRjaMTB9" } Options:
|
Response
JSON object with the cursor specification and response part.
First Request/Get First 100 Match Tokens
Response
Next Request
Response