connected_on is when the provider was initially connected to the users account, this can be before the consented_at field for the client.curl --location '/enterprise/v2/accounts/all?user_ids=123%2C324&cursor=undefined' \
--header 'Authorization: Bearer <token>'{
"page": {
"next_uri": "/transactions?start_time=2025-11-22T23%3A45%3A50Z&end_time=2026-01-25T22%3A47%3A34Z&limit=30&cursor=DLVsbG8sIFdvcmxkIQ=="
},
"data": {
"users": [
{
"user_id": "string",
"consented_at": "2019-08-24",
"deactivated": true,
"accounts": [
{
"provider_id": "coinbase",
"provider_auth_type": "api_key",
"display_label": "string",
"description": "string",
"consent": {
"connected_on": "2019-08-24T14:15:22.123Z",
"deleted_on": "2019-08-24T14:15:22.123Z",
"status": "revoked"
}
}
]
}
]
},
"errors": [
{
"provider_id": "string",
"cause": "bad_request"
}
]
}