Post sync status

This endpoint allows customers to notify Ramp of a list of sync results.
An idempotency key is required to ensure that subsequent requests are properly handled.

Body Params
failed_syncs
array of objects
length between 1 and 500

A list of objects that failed to be synced.

failed_syncs
string
required

An idempotency key is a unique value generated by the client which the server uses to recognize subsequent retries of the same request. To avoid collisions, we encourage clients to use random generated UUIDs.

successful_syncs
array of objects
length between 1 and 500

A list of successfully synced objects.

successful_syncs
string
enum
required

The type of object to sync.

Allowed:
Responses
201

Success

400

raises InvalidInput

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here!