cURL
curl --request POST \ --url https://api.example.com/brokerage-firms/{brokerageFirmId}/hostnames \ --header 'Content-Type: application/json' \ --data ' { "hostname": "<string>" } '
{}
Associates a hostname with the specified brokerage firm.
Documentation IndexFetch the complete documentation index at: https://docs.korint.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.korint.io/llms.txt
Use this file to discover all available pages before exploring further.
Brokerage firm id
Hostname to attach to the brokerage firm
Hostname
Hostname attached successfully.
The response is of type object.
object
Was this page helpful?