v1
latestOpenAPI 3.1.02026-07-262218115.4 KBList a user's detected accounts using cursor-based pagination.
post/detected-accounts/list
Request body
Example request
{
"external_user_id": "abc",
"cursor": "eyJpZCI6MjI3ODEsIl9wb2ludHNUb05leHRJdGVtcyI6dHJ1ZX0",
"limit": 100
}Response
Successful request.
Example response
{
"detected_accounts": [
{
"merchant": {
"id": 122,
"name": "Spotify",
"logo": "https://knot.imgix.net/merchants/KBQ5j6cN010PPpwbO7RpKGyDrCpsZ91FRhwnZp5u.png"
},
"detected_at": "2025-08-01T17:00:00Z"
}
],
"limit": 100
}