View all User Statements
Statements
GET
https://api.synapsefi.com/v3.1/users/:user_id/statements
This endpoint allows you to get all statements linked to a user.
Path Parameters
Name
Type
Description
user_id
string
ID of User.
Query Parameters
Name
Type
Description
per_page
integer
Maximum documents to return per page. Default and max allowed is 20
.
page
integer
Page number of the paginated request. Default is 1
.
Headers
Name
Type
Description
X-SP-USER
string
User's OAuth key and device fingerprint, separated by a pipe.
X-SP-USER-IP
string
IP address of user's device.
X-SP-GATEWAY
string
Your Client ID and Secret, separated by a pipe.
Example Request
Last updated