v1

latestOpenAPI 3.0.12026-07-26222700728.0 KB
Tasks

Get task

Get a task for the given id

get/v6/tasks/{id}

Path parameters

idstring required

The id of the task

Response

Success

result'SUCCESS' | 'FAILURE'

The result of the action performed.

Example response

{
  "data": {
    "id": "tsk_123456789",
    "name": "Transaction Review Required",
    "description": "You have 5 transactions that require review",
    "shortDescription": "Stay up-to-date on 5 transactions",
    "priority": "HIGH",
    "type": "TRANSACTION_REVIEW",
    "dismissable": "true",
    "status": "ACTIVE"
  }
}