GET
/
accounts
/
pending_tasks
/
{account_id}
Header
Path
curl --request GET \
  --url https://sandbox.featherhq.com/accounts/pending_tasks/{account_id} \
  --header 'x-api-key: <x-api-key>'
{
  "account_id": "<string>",
  "count": 123,
  "pending_tasks": [
    {
      "action": "<string>",
      "form_name": "<string>",
      "form_no": "<string>",
      "identification_url": "<string>",
      "identification_url_expiry": "2023-11-07T05:31:56Z",
      "is_online_task": true,
      "requires_manual_verification": true
    }
  ]
}

Headers

x-api-key
string
required

API Key for authentication

Path Parameters

account_id
string
required

Unique identifier for the account

Response

200 - application/json
account_id
string

The account ID

count
integer

The number of pending tasks

pending_tasks
object[]

List of pending tasks