Authorizations
The access token received from the /token endpoint. Refer to the Authentication page for more details.
Query Parameters
A client-generated unique ID for a specific session. This can be used to identify specific requests. The format of this ID is defined by the client - Prove recommends using a GUID, but any format can be accepted. Do not include Personally Identifiable Information (PII) in this field.
The maximum number of identities to return per call. Default value is 100.
The pagination token for the GET /v3/identity API. Use this to retrieve the next page of results after a previous call to GET /v3/identity. This token is returned as lastKey in the GET /v3/identity API response - pass it in directly as startKey to get the next page of results.
Whether to show identities associated with the current client that are currently marked as inactive. Default value is false.
Response
V3BatchGetIdentitiesResponse
Response body for the V3 Batch Get Identities API.
The list of identity IDs associated with the client.
[
{
"identityId": "4a6317c1-4855-4900-b369-bed138f4ec00"
},
{
"identityId": "e53c0597-1cce-4d8f-bd1b-e0a10f875ac9"
}
]A pagination token for callers that have more identities left to return. Pass this back in directly to the Get Batch API with the startKey query parameter to get the next page of results.
"fNqtI2wVPka+yAFC5qRtrQ=="

