POST
/
projects
/
{projectIdOrName}
/
integrations
/
{integrationId}
/
objects
/
{objectName}
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"
}'
{
  "operationId": "60deaf48-3856-4a2b-bfd4-3de85125eca8"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

projectIdOrName
string
required
integrationId
string
required
objectName
string
required

Body

application/json

Read Request

The body is of type object.

Response

201
application/json

The success response

The response is of type object.