cURL
curl --request POST \ --url https://api.example.com/brokerage-firms/{brokerageFirmId}/signature \ --header 'Content-Type: application/json' \ --data ' { "deliveryMode": "EMAIL" } '
{ "id": "<string>", "signers": [ { "customerId": "<string>", "url": "<string>" } ] }
Creates a signature request for the brokerage firm using the provided payload.
the brokerageFirm id
Signature request payload
the delivery mode
EMAIL
URL
Signature request generated successfully.
the signature id
the signers
Show child attributes
Was this page helpful?