Link Accounts
Create a Link account
Creates a new account for the given enterprise at the specified venue.
post/api/link/v1/enterprises/{enterpriseId}/accounts
Path parameters
enterpriseIdstring required
Example:59cd72485007a239fb00282ed480da1f
Your enterprise id.
Headers
user-idstring required
User id of the user making the request.
Request body
Example request
{
"venueId": "COINBASE_EXCHANGE",
"name": "My Coinbase Account",
"description": "This account is used for trading on Coinbase.",
"parentAccount": "aba3a693-4f28-4523-8e53-85a3df22a608"
}Response
Created
Changes
Changed in 2 of the 17 revisions of this API.11
- ●
added the new
restrictedenum value to theallOf[subschema #2: V1AccountResponse]/statusresponse property for the response status201response-property-enum-value-added
- ●
- ○
added the non-success response with the status
404response-non-success-status-added
- ○