Skip to content

Trigger a sync

post

/cdi/integrations/{integration_id}/sync

Use this endpoint to trigger a sync for a given integration.

Rate limit

This endpoint has a rate limit of 20 requests per minute.

Path parameters

Example request

1
2
3
curl --location --request POST 'https://rest.iad-03.braze.com/cdi/integrations/00000000-0000-0000-0000-000000000000/sync' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR-REST-API-KEY'

Response

Example success response

The status code 202 could return the following response body:

1
2
3
{
  "message": "success"
}

Troubleshooting

The following table lists possible returned errors and their associated troubleshooting steps.

For additional status codes and associated error messages, please refer to Fatal errors & responses.

HOW HELPFUL WAS THIS PAGE?
New Stuff!