POST
/
checkpoints
/
ingest
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
}

Authorizations

Authorization
string
header
required

Body

application/json

Response

201 - application/json

The response is of type object.