Skip to main content
POST
/
v1
/
tasks
/
{taskId}
/
complete
Complete a task
curl --request POST \
  --url https://dev-public-api.openphone.dev/v1/tasks/{taskId}/complete \
  --header 'Authorization: <api-key>'
{
  "data": {
    "taskId": "<string>",
    "revision": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://openphone-dev.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Path Parameters

taskId
string
required
Pattern: ^TK(.*)$

Response

Success

data
object
required