POST
/
tasks
/
{id}
/
process
Process a task
curl --request POST \
  --url https://api.cloud.flexprice.io/v1/tasks/{id}/process \
  --header 'x-api-key: <api-key>'
{}

Authorizations

x-api-key
string
header
required

Enter your API key in the format x-api-key <api-key>*

Path Parameters

id
string
required

Task ID

Response

202
application/json

Accepted

The response is of type object.