Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/finbourne/lusid-api-examples
LUSID API Examples
https://github.com/finbourne/lusid-api-examples
Last synced: 22 days ago
JSON representation
LUSID API Examples
- Host: GitHub
- URL: https://github.com/finbourne/lusid-api-examples
- Owner: finbourne
- License: mit
- Created: 2019-06-10T09:12:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T13:44:20.000Z (7 months ago)
- Last Synced: 2024-06-24T15:22:57.856Z (7 months ago)
- Size: 189 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![LUSID_by_Finbourne](./resources/Finbourne_Logo_Teal.svg)
# Pre-requisites
The following are required to run the examples contained within this repository:
* [Postman](https://www.getpostman.com) (minimum 7.x)
* LUSID SDK credentials# Running the examples
## Authentication
API calls to LUSID require obtaining an access token from Okta. To acquire the access token open the `LUSID Okta Example.postman_collection.json` in Postman and add in your supplied Okta credentials as variables:
Edit the collection:
Enter the variables. **NOTE: your password must be URL encoded when entered** and you must enter values fpr both `Initial Value` and `Current Value` columns.
Run the request and copy the value of the returned `access_token`.
## API Calls
In order to run the API calls you will need to add you `access_token` and set the required variables for the Postman collection.
Edit the collection details and on the `Authorization` tab set the type to be `Bearer Token` and paste in the `access_token` you previously copied. Update the required variables on the `Variables` tab.
Setting the access token: