Retrieve a statement
Retrieve a statement
GET
https://sandbox-api.stilt.com/v1/users/{user_id}/loc/{loc_id}/statements
Returns a statement object including the LOC's balance, due dates and statement documents. This endpoint should not return an error as long as the LOC exists.
Path Parameters
Name | Type | Description |
---|---|---|
user_id* | string | The uuid of the user |
loc_id* | string | The uuid of the LOC |
Be sure to omit `Content-Type': 'application/json'
from the header of this request to avoid a 500
error
Last updated