GET
/
v2
/
link
/
bulk_op
curl --request GET \
  --url https://api.tryvital.io/v2/link/bulk_op \
  --header 'x-vital-api-key: <api-key>'
{
  "data": [
    {
      "type": "link_bulk_import",
      "status": "in_progress",
      "provider": "oura",
      "pending": 123,
      "processed": 123,
      "started_at": "2023-11-07T05:31:56Z",
      "ended_at": "2023-11-07T05:31:56Z"
    }
  ],
  "next_cursor": "<string>"
}

If you are planning to migrate connections, please chat with us through support channels. Link Migration endpoints are disabled by default.

Authorizations

x-vital-api-key
string
header
required

Vital Team API Key

Query Parameters

next_cursor
string | null
page_size
integer
default:10
Required range: 0 <= x <= 50

Response

200
application/json
Successful Response
data
object[]
required
next_cursor
string | null
required