Developer docs
Checkpoint Now
POST
/v1/custody/checkpoint
const url = 'https://example.com/v1/custody/checkpoint';const options = {method: 'POST'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://example.com/v1/custody/checkpointCheckpoint every record that has none yet.
Returns created: false when nothing is pending.
Responses
Section titled “ Responses ”Successful Response
Media typeapplication/json
Response Checkpoint Now V1 Custody Checkpoint Post
object
key
additional properties
any
Examplegenerated
{}