/
JO
joinsophic
/
Sophic Engine API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 19h ago
Details
Filter operations
accounts
4
activity
2
auth
1
billing
1
catalog
3
customers
8
get
Retrieve a customer
get
List Customer Account Ownerships
post
Create a person
get
Retrieve a person
get
List authorities for a person
get
List claims for a person
post
Create a claim for a person
get
Retrieve a person claim
events
2
files
2
holdings
4
identity
1
legal-documents
7
market-data
1
onboarding
2
payments
5
performance
4
trading
5
valuation
3
webhooks
5
customers
Retrieve a customer
Retrieve a customer by ID.
get
/customers/{id}
Path parameters
id
string
required
The ID of the customer.
The ID of the customer.
Response
OK
union
required
IndividualCustomer
required
OR
JointCustomer
required
OR
BusinessCustomer
required
Changes