Search for all microloans available for resale. The service shall return all microloans currently available.
Search for all microloans available for resale.
The service shall return all microloans currently available.
- When using apikey, endpoint will not try to look for authorization header.
- When using authorization header, bearer token should be of type client_credentials.
Description
Definition: A search for all microloans available for resale.
Parameters
Parameter | Definition |
---|---|
microloan_id | The id of the microloan. If no id is supplied then all microloans are returned |
detail | The level of detail of the information returned |
filter | Filter returned loans |
apikey | API access key supplied by Rebuilding Society |
Filter parameter description:
Parameter | Description |
---|---|
MYLOANS | Return all microloans for the user identified by api_key |
APPROVED | Return all microloans with the status = 1 or status = 3 |
REPAID_AND_SOLD | Return all microloans with status = 5 or status = 8 |
ALL | Returns all the microloans |