get https://partners-staging.safegold.com/v1/users//transactions
This endpoint will let the Distributor query the user’s transactions. The results will be paginated.
Method Type | GET |
---|---|
Staging URL | https://partners-staging.safegold.com/v3/users/{user_id}/transactions |
Production URL | https://partners.safegold.com/v3/users/{user_id}/transactions |
URL Params
Parameter | Value |
---|---|
user_id | [integer] Example: user_id = 2 |
Success 200 Response Parameters
Field | Description |
---|---|
transactions.0.type | This will contain a payload for all types (Buy, Sell, Delivery) done by the End Customer. |
Failure Parameters
Status Code | Code | Code Description |
---|---|---|
HTTP Status 400 | ||
1 | Missing required information |