View All Users
Get Users
GET
https://api.synapsefi.com/v3.1/users
This endpoint allows you to get all users linked to your client keys.
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
.
show_refresh_tokens
string
Set to NO
if you wish not to receive refresh tokens for all users returned. Default is YES
.
Headers
Name
Type
Description
X-SP-USER
string
Your OAuth key and device fingerprint, separated by a pipe. For this request OAuth can be left blank since X-SP-GATEWAY
will be used for authentication. But device fingerprint is still required.
X-SP-USER-IP
string
IP address of your device.
X-SP-GATEWAY
string
Your Client ID and Secret, separated by a pipe.
Example Request
Last updated