Upvest Investment API.
Upvest Investment API (1.75.0)
https://sandbox.upvest.co/
https://api.upvest.co/
Bearer (access) token from the OAuth flow with correct scopes. https://datatracker.ietf.org/doc/html/rfc6750
https://tools.ietf.org/id/draft-ietf-httpbis-message-signatures-01.html#name-the-signature-http-header
https://tools.ietf.org/id/draft-ietf-httpbis-message-signatures-01.html#name-the-signature-input-http-he
- Sandbox environment
https://sandbox.upvest.co/users/{user_id}
- Live environment
https://api.upvest.co/users/{user_id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://sandbox.upvest.co/users/{user_id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'authorization: Bearer c2VjcmV0Cg==' \
-H 'signature: string' \
-H 'signature-input: string' \
-H 'upvest-api-version: 1' \
-H 'upvest-client-id: ebabcf4d-61c3-4942-875c-e265a7c2d062'
No content
Bearer (access) token from the OAuth flow with correct scopes. https://datatracker.ietf.org/doc/html/rfc6750
https://tools.ietf.org/id/draft-ietf-httpbis-message-signatures-01.html#name-the-signature-http-header
https://tools.ietf.org/id/draft-ietf-httpbis-message-signatures-01.html#name-the-signature-input-http-he
Salutation of the user used in reports and statements.
- (empty string) -
- SALUTATION_MALE -
- SALUTATION_FEMALE -
- SALUTATION_FEMALE_MARRIED -
- SALUTATION_DIVERSE -
Title of the user used in reports and statements.
- (empty string) -
- DR - Doctor
- PROF - Professor
- PROF_DR -
- DIPL_ING - Graduate engineer (Diplom-Ingenieur)
- MAGISTER -
Birth date of the user in YYYY-MM-DD format. RFC 3339, section 5.6
Accepted country code. ISO 3166-1 alpha-2 codes.
Nationalities of the user. ISO 3166 alpha-2 Codes.
- Sandbox environment
https://sandbox.upvest.co/users/{user_id}/data_change_requests
- Live environment
https://api.upvest.co/users/{user_id}/data_change_requests
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://sandbox.upvest.co/users/{user_id}/data_change_requests' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-H 'authorization: Bearer c2VjcmV0Cg==' \
-H 'signature: string' \
-H 'signature-input: string' \
-H 'upvest-api-version: 1' \
-H 'upvest-client-id: ebabcf4d-61c3-4942-875c-e265a7c2d062' \
-d '{
"first_name": "Karl",
"last_name": "Schmidt",
"issuance_date": "2030-01-01",
"data_download_link": "https://bucket.customer.com/ident/user3.zip",
"document_type": "ID_CARD"
}'
No content
Date and time when the event was created. RFC 3339-5, ISO8601 UTC
Event type
Date and time when the resource was created. RFC 3339-5, ISO8601 UTC
Date and time when the resource was last updated. RFC 3339-5, ISO8601 UTC
First name(s) of the user. Please include all first and middle names of the user.
Birth date of the user in YYYY-MM-DD format. RFC 3339, section 5.6
Nationalities of the user. ISO 3166 alpha-2 Codes.
Address. Must not be a P.O. box or c/o address.
Postal code (postcode, PIN or ZIP code)
Accepted country code. ISO 3166-1 alpha-2 codes.
State, province, county. ISO 3166 alpha-2 Codes.
Status of the user.
- ACTIVE -
- INACTIVE -
- OFFBOARDING -
- OFFBOARDED -
Salutation of the user used in reports and statements.
- (empty string) -
- SALUTATION_MALE -
- SALUTATION_FEMALE -
- SALUTATION_FEMALE_MARRIED -
- SALUTATION_DIVERSE -
Title of the user used in reports and statements.
- (empty string) -
- DR - Doctor
- PROF - Professor
- PROF_DR -
- DIPL_ING - Graduate engineer (Diplom-Ingenieur)
- MAGISTER -
Accepted country code. ISO 3166-1 alpha-2 codes.
- Sandbox environment
https://sandbox.upvest.co/Users events
- Live environment
https://api.upvest.co/Users events
{ "id": "2df83681-6a42-4837-a554-a8197335bcfa", "created_at": "2021-11-19T13:06:51.980159529Z", "type": "USER.CREATED", "object": { "created_at": "2021-11-22T09:04:42Z", "updated_at": "2021-11-22T09:04:42Z", "first_name": "Jane", "last_name": "Doe", "salutation": "SALUTATION_FEMALE", "title": "PROF", "birth_date": "1990-01-01", "birth_city": "Berlin", "birth_country": "DE", "birth_name": "Smith", "nationalities": [ … ], "address": { … }, "id": "a1752f00-93d5-4b77-a148-959cd315581b", "postal_address": { … }, "status": "ACTIVE", "branch_id": "e6373bfa-ff12-4004-8de9-747ac96764da" }, "webhook_id": "1b097e06-8a14-4181-b72a-de0972a3c57b" }