POST
/
accounts
Header
Body
curl --request POST \
  --url https://sandbox.featherhq.com/accounts \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --data '{
  "accounts": {
    "account_type": "<string>",
    "external_id": "<string>",
    "investment_objectives": [],
    "ira_beneficiaries": []
  },
  "customer": {
    "account_holder": {}
  },
  "documents": {
    "document_id": {}
  },
  "external_id": "<string>",
  "prefix": "<string>"
}'
{
  "message": "<string>"
}

Headers

x-api-key
string
required

API Key for authentication

Body

application/json
accounts
object

Account details

customer
object

Account holder information

documents
object
external_id
string

External ID of the customer

prefix
string

Prefix for the customer. Feather will provide one for your application.

Response

200 - application/json
message
string

A response message indicating success or failure