POST
/
v1
/
accounts
curl --request POST \
  --url https://client-api.dev.finhost.io/v1/accounts \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "title": "<string>",
  "currency": "<string>",
  "companyId": "<string>",
  "variantId": "<string>"
}'
{
  "id": "db4e04c3-4756-f3c4-7497-be928c51135",
  "entity": "account",
  "operation": "async",
  "status": "processed"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

201 - application/json
The account was initiated

The response is of type object.