Parameters
name type required description
reciptask_sid string yes Unique Identifier for the recipient task
Example
Resource/tasktypes/approval/9a0ca50d-e5e3-4544-9b92-979cf278cf1cTry It!
Authentication

Append your key and the token obtained from either Access/exchange-token or Access/impersonate to the querystring (key=mykey&token=kj123khb123hb123hb123jh123) or to the headers (Authorization:Bearer kj123khb123hb123hb123jh123) of your request.

Response
{
  "AllowProcessComments": true,
  "Description": null,
  "HideFlowTab": false,
  "IRecipTaskSID": "c286c137-8945-4085-9d9f-b163d96fd2b8",
  "InstanceSID": "350a9f71-381e-43c5-b58a-f161d96fd248",
  "Options": [
    "Approve",
    "Deny",
    "Need More Info"
  ]
}