Get Mismatch Alerts
Authentication
Permissions
Endpoint
Headers
Request Example:
curl --location 'https://api.genlogs.io/mismatch-observations?page=1&page_size=5' \
--header 'access-token: <your-api-token>' \
--header 'x-api-key: <your-x-api-key>'Response:
Response Body:
Authorizations
Access-TokenstringRequired
x-api-keystringRequired
Query parameters
pageinteger · min: 1OptionalDefault:
Page number (1-based).
1page_sizeinteger · min: 1 · max: 500OptionalDefault:
Number of items per page (max 500).
50Responses
200
Paginated list of mismatch observations for the customer.
application/json
pageinteger · min: 1Required
Current page number.
page_sizeinteger · min: 1 · max: 500Required
Page size used for this response.
totalintegerRequired
Total number of observations for this customer (all pages).
401
Unauthorized – Invalid or missing Access-Token.
403
Forbidden – missing permission.
get
/mismatch-observationsLast updated