⚙
REST API
These endpoints require a Portal API Key as a bearer token.
get
https://api.portalhq.io
/api/v1/custodians/clients
Fetches a list of clients
post
https://api.portalhq.io
/api/v1/custodians/clients
Create a new client
get
https://api.portalhq.io
/api/v1/custodians/clients/{clientId}
Fetches a single client
post
https://api.portalhq.io
/api/v1/custodians/webhook
Register a new webhook
Last modified 1mo ago