Inv App API documentation
# Install the command line client
$ pip install coreapi-cli
ext
fund-checker > read
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
ticker required |
# Load the schema document
$ coreapi get https://api.njorda.se/docs/
# Interact with the API endpoint
$ coreapi action ext fund-checker read -p ticker=...
fund-checker > read_0
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
ticker required | |
slug required |
# Load the schema document
$ coreapi get https://api.njorda.se/docs/
# Interact with the API endpoint
$ coreapi action ext fund-checker read_0 -p ticker=... -p slug=...
# Load the schema document
$ coreapi get https://api.njorda.se/docs/
# Interact with the API endpoint
$ coreapi action ext fund-checker popular list
fund-checker > search > list
Query Parameters
The following parameters should be included as part of a URL query string.
Parameter | Description |
---|---|
search | A search term. |
# Load the schema document
$ coreapi get https://api.njorda.se/docs/
# Interact with the API endpoint
$ coreapi action ext fund-checker search list -p search=...
trial-request > create
Request Body
The request body should be a "application/json"
encoded object, containing the following items.
Parameter | Description |
---|---|
full_name required | |
email required | |
phone_number | |
ip_address | |
company |
# Load the schema document
$ coreapi get https://api.njorda.se/docs/
# Interact with the API endpoint
$ coreapi action ext trial-request create -p full_name=... -p email=... -p phone_number=... -p ip_address=... -p company=...
var > create
Request Body
The request body should be a "application/json"
encoded object, containing the following items.
Parameter | Description |
---|---|
positions required | |
currency required |
# Load the schema document
$ coreapi get https://api.njorda.se/docs/
# Interact with the API endpoint
$ coreapi action ext var create -p positions=... -p currency=...
v2
auth > login > create
Request Body
The request body should be a "application/json"
encoded object, containing the following items.
Parameter | Description |
---|---|
username required | Valid username for authentication |
password required | Valid password for authentication |
# Load the schema document
$ coreapi get https://api.njorda.se/docs/
# Interact with the API endpoint
$ coreapi action v2 auth login create -p username=... -p password=...
external-portfolio > mock-login > create
Request Body
The request body should be a "application/json"
encoded object, containing the following items.
Parameter | Description |
---|---|
request_id required | |
username required | |
password required |
# Load the schema document
$ coreapi get https://api.njorda.se/docs/
# Interact with the API endpoint
$ coreapi action v2 external-portfolio mock-login create -p request_id=... -p username=... -p password=...
# Load the schema document
$ coreapi get https://api.njorda.se/docs/
# Interact with the API endpoint
$ coreapi action v2 external-portfolio sources list
external-portfolio > tink-bank-connected > create
Request Body
The request body should be a "application/json"
encoded object, containing the following items.
Parameter | Description |
---|---|
provider required |
# Load the schema document
$ coreapi get https://api.njorda.se/docs/
# Interact with the API endpoint
$ coreapi action v2 external-portfolio tink-bank-connected create -p provider=...
external-portfolio > tink-code > create
Request Body
The request body should be a "application/json"
encoded object, containing the following items.
Parameter | Description |
---|---|
provider required | |
code required |
# Load the schema document
$ coreapi get https://api.njorda.se/docs/
# Interact with the API endpoint
$ coreapi action v2 external-portfolio tink-code create -p provider=... -p code=...
fingerprint-auth > token > read
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
device_id required |
# Load the schema document
$ coreapi get https://api.njorda.se/docs/
# Interact with the API endpoint
$ coreapi action v2 fingerprint-auth token read -p device_id=...
fingerprint-auth > validate-secret > create
Request Body
The request body should be a "application/json"
encoded object, containing the following items.
Parameter | Description |
---|---|
secret_key required |
# Load the schema document
$ coreapi get https://api.njorda.se/docs/
# Interact with the API endpoint
$ coreapi action v2 fingerprint-auth validate-secret create -p secret_key=...
# Load the schema document
$ coreapi get https://api.njorda.se/docs/
# Interact with the API endpoint
$ coreapi action v2 portfolio goal-scenarios read
user > email > confirm > create
Request Body
The request body should be a "application/json"
encoded object, containing the following items.
Parameter | Description |
---|---|
code required |
# Load the schema document
$ coreapi get https://api.njorda.se/docs/
# Interact with the API endpoint
$ coreapi action v2 user email confirm create -p code=...
# Load the schema document
$ coreapi get https://api.njorda.se/docs/
# Interact with the API endpoint
$ coreapi action v2 user gdpr-consent read
user > password > request-reset > create
Request Body
The request body should be a "application/json"
encoded object, containing the following items.
Parameter | Description |
---|---|
email required |
# Load the schema document
$ coreapi get https://api.njorda.se/docs/
# Interact with the API endpoint
$ coreapi action v2 user password request-reset create -p email=...
user > password > reset > create
Request Body
The request body should be a "application/json"
encoded object, containing the following items.
Parameter | Description |
---|---|
code required | |
new_password required | |
new_password_confirm required |
# Load the schema document
$ coreapi get https://api.njorda.se/docs/
# Interact with the API endpoint
$ coreapi action v2 user password reset create -p code=... -p new_password=... -p new_password_confirm=...
user > signin > apple > create
Request Body
The request body should be a "application/json"
encoded object, containing the following items.
Parameter | Description |
---|---|
id_token required | |
code required | |
data | |
client_ip_address |
# Load the schema document
$ coreapi get https://api.njorda.se/docs/
# Interact with the API endpoint
$ coreapi action v2 user signin apple create -p id_token=... -p code=... -p data=... -p client_ip_address=...
user > signin > google > create
Request Body
The request body should be a "application/json"
encoded object, containing the following items.
Parameter | Description |
---|---|
id_token required | |
client_ip_address |
# Load the schema document
$ coreapi get https://api.njorda.se/docs/
# Interact with the API endpoint
$ coreapi action v2 user signin google create -p id_token=... -p client_ip_address=...
user > signup > create
Request Body
The request body should be a "application/json"
encoded object, containing the following items.
Parameter | Description |
---|---|
name required | |
email required | |
password required | |
language | |
invitation_code | |
client_ip_address |
# Load the schema document
$ coreapi get https://api.njorda.se/docs/
# Interact with the API endpoint
$ coreapi action v2 user signup create -p name=... -p email=... -p password=... -p language=... -p invitation_code=... -p client_ip_address=...
user > signup > apple > create
Request Body
The request body should be a "application/json"
encoded object, containing the following items.
Parameter | Description |
---|---|
id_token required | |
code required | |
data | |
client_ip_address |
# Load the schema document
$ coreapi get https://api.njorda.se/docs/
# Interact with the API endpoint
$ coreapi action v2 user signup apple create -p id_token=... -p code=... -p data=... -p client_ip_address=...
user > signup > google > create
Request Body
The request body should be a "application/json"
encoded object, containing the following items.
Parameter | Description |
---|---|
id_token required | |
client_ip_address |
# Load the schema document
$ coreapi get https://api.njorda.se/docs/
# Interact with the API endpoint
$ coreapi action v2 user signup google create -p id_token=... -p client_ip_address=...
user > signup > validate > create
Request Body
The request body should be a "application/json"
encoded object, containing the following items.
Parameter | Description |
---|---|
name required | |
email required | |
password required | |
language | |
invitation_code | |
client_ip_address |
# Load the schema document
$ coreapi get https://api.njorda.se/docs/
# Interact with the API endpoint
$ coreapi action v2 user signup validate create -p name=... -p email=... -p password=... -p language=... -p invitation_code=... -p client_ip_address=...