cURL
curl --request POST \ --url https://read.withampersand.com/v1/projects/{projectIdOrName}/integrations/{integrationId}/objects/{objectName} \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data '{ "groupRef": "<string>", "mode": "async", "sinceTimestamp": "2024-07-01T18:22:30.323771761Z", "untilTimestamp": "2024-07-05T18:22:30.323771761Z" }'
{ "operationId": "60deaf48-3856-4a2b-bfd4-3de85125eca8" }
Triggers reading data from a SaaS instance. See Trigger a read for details.
Read Request
The body is of type object.
object
The success response
The response is of type object.
Was this page helpful?