...
Accept: application/json
X-Api-Key: YOUR_API_KEY
(replaceYOUR_API_KEY
with your actual API key)
Path
...
parameters
id
(required): The unique identifier of the request you want to retrieve the identification for. This should be included in the URL path. Example:123e4567-e89b-12d3-a456-426614174000
Query parameters
identificationId
(optional): The unique identifier of the identification. If not set, the endpoint returns the last identification. Example:123e4567-e89b-12d3-a456-426614174001
actor
(optional): The name of the actor. According to the endpoint, it may be required if multiple actors are defined for the request type. Example:customer
...