cURL
curl --request POST \ --url https://api-dev.withflock.com/checkpoints/ingest \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "externalUserId": "<string>", "environment": "production" }'
{ "success": true }
The response is of type object.
object