Flows

Intent

POST

Path parameters

sidstringRequired
intentenumRequired
Allowed values: finishstopresetstart

Query parameters

userIdentifierstringRequired
groupIdentifierstringOptional
versiondoubleOptional
tagenumOptional
Allowed values: uncommittedlatest
forcebooleanOptional

Request

This endpoint expects an object.
POST
1curl -X POST "https://blocks.dopt.com/v2/flow/:sid/finish?userIdentifier=string&groupIdentifier=string&version=1" \
2 -H "x-api-key: <apiKey>" \
3 -H "Content-Type: application/json" \
4 -d '{}'