Last updated 8 months ago
Was this helpful?
/api/v1/entity-access/actions/mark-processed
List of entities to mark as processed
curl -L \ --request POST \ --url '/api/v1/entity-access/actions/mark-processed' \ --header 'Authorization: Bearer jwt' \ --header 'Content-Type: application/json' \ --data '{"entries":[{"entityUuid":"82b431f0-f401-4afd-b6db-9d1d751232d9","consumerIdentifier":"2993823372","processedAt":"2023-05-01T00:00:00.000Z","entityName":"person"}]}'
No body